Class
PowerPCInstruction
public class PowerPCInstruction: PlatformInstruction<PpcIns, PpcGrp, PpcReg>
PowerPC Instruction
Relationships
Nested Types
PowerPCInstruction.Operand
Operand for PowerPC instructions.
Conforms To
OperandContainer
Protocol for instructions that contain operands.
PlatformInstruction<PpcIns, PpcGrp, PpcReg>
Properties
branchCode
var branchCode: PpcBc!
Branch code for branch instructions.
nil
when detail mode is off, or not an appropriate instruction.
branchHint
var branchHint: PpcBh!
Hint for branch instructions.
nil
when detail mode is off, or not an appropriate instruction.
updatesCR0
var updatesCR0: Bool!
true
if this dot instruction updates CR0.
nil
when detail mode is off.
operands
var operands: [Operand]
Instruction operands.
Empty when detail mode is off.