Capstone Documentation Beta

Class TMS320C64xInstruction

public class TMS320C64xInstruction: PlatformInstruction<Tms320c64xIns, Tms320c64xGrp, Tms320c64xReg>

TMS320C64x Instruction

%3 TMS320C64xInstruction TMS320C64xInstruction PlatformInstruction<Tms320c64xIns, Tms320c64xGrp, Tms320c64xReg> PlatformInstruction<Tms320c64xIns, Tms320c64xGrp, Tms320c64xReg> TMS320C64xInstruction->PlatformInstruction<Tms320c64xIns, Tms320c64xGrp, Tms320c64xReg> OperandContainer OperandContainer TMS320C64xInstruction->OperandContainer

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.

functional​Unit

var functionalUnit: FunctionalUnit!

Functional Unit.

nil when detail mode is off.

cross​Path

var crossPath: Bool!

Cross path.

nil when detail mode is off.

parallel

var parallel: Bool!

Parallel.

nil when detail mode is off.