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