Class
TMS320C64xInstruction
public class TMS320C64xInstruction: PlatformInstruction<Tms320c64xIns, Tms320c64xGrp, Tms320c64xReg>
TMS320C64x Instruction
Relationships
Nested Types
TMS320C64xInstruction.FunctionalUnit
TMS320C64xInstruction.Operand
Operand for TMS320C64x instructions.
Conforms To
OperandContainer
Protocol for instructions that contain operands.
PlatformInstruction<Tms320c64xIns, Tms320c64xGrp, Tms320c64xReg>
Properties
operands
var operands: [Operand]
Instruction operands.
Empty when detail mode is off.
condition
var condition: (register: Tms320c64xReg, zero: Bool)!
Condition.
nil
when detail mode is off.
functionalUnit
var functionalUnit: FunctionalUnit!
Functional Unit.
nil
when detail mode is off.
crossPath
var crossPath: Bool!
Cross path.
nil
when detail mode is off.
parallel
var parallel: Bool!
Parallel.
nil
when detail mode is off.