Method: AArch64::Instructions::CBNZ#encode

Defined in:
lib/aarch64/instructions/cbnz.rb

#encode(pos) ⇒ Object



14
15
16
# File 'lib/aarch64/instructions/cbnz.rb', line 14

def encode pos
  CBNZ(@sf, check_mask(unwrap_label(@label, pos), 0x7ffff), @rt)
end