Class
SystemZInstruction
public class SystemZInstruction: PlatformInstruction<SyszIns, SyszGrp, SyszReg>
SystemZ Instruction
Relationships
Nested Types
SystemZInstruction.Operand
Operand for SystemZ instructions.
Conforms To
OperandContainer
Protocol for instructions that contain operands.
PlatformInstruction<SyszIns, SyszGrp, SyszReg>
Properties
operands
var operands: [Operand]
Instruction operands.
Empty when detail mode is off.
conditionCode
var conditionCode: SyszCc!
Condition code.
nil
when detail mode is off, or instruction has no condition code.