Class: AArch64::Instructions::AXFLAG
- Inherits:
-
Instruction
- Object
- Instruction
- AArch64::Instructions::AXFLAG
- Defined in:
- lib/aarch64/instructions/axflag.rb
Overview
AXFLAG – A64 Convert floating-point condition flags from Arm to external format AXFLAG
Instance Method Summary collapse
Instance Method Details
#encode(_) ⇒ Object
7 8 9 |
# File 'lib/aarch64/instructions/axflag.rb', line 7 def encode _ 0b1101010100_0_00_000_0100_0000_010_11111 end |