Class
    Arm64Instruction
public class Arm64Instruction: PlatformInstruction<Arm64Ins, Arm64Grp, Arm64Reg>
ARM-64 Instruction
Relationships
Nested Types
Arm64Instruction.OperandOperand for Arm64 instructions.
Conforms To
OperandContainerProtocol for instructions that contain operands.
PlatformInstruction<Arm64Ins, Arm64Grp, Arm64Reg>
Properties
        conditionCode
    
    var conditionCode: Arm64Cc!
Condition code.
nil when detail mode is off, or instruction has no condition code.
        updatesFlags
    
    var updatesFlags: Bool!
Does this instruction update flags?
nil when detail mode is off.
        writeBack
    
    var writeBack: Bool!
Does this instruction write-back?
nil when detail mode is off.
        operands
    
    var operands: [Operand]
Instruction operands.
Empty when detail mode is off.