Method: AArch64::Instructions::TBZ#encode
- Defined in:
- lib/aarch64/instructions/tbz.rb
#encode(pos) ⇒ Object
14 15 16 |
# File 'lib/aarch64/instructions/tbz.rb', line 14 def encode pos TBZ(@sf, @imm, check_mask(unwrap_label(@label, pos), 0x3fff), @rt) end |