PpcInstructionDetail

Ppc-specific information about an instruction

Members

Variables

bc
PpcBc bc;

Branch code for branch instructions

bh
PpcBh bh;

Branch hint for branch instructions

operands
PpcOp[] operands;

Operands for this instruction.

updateCr0
bool updateCr0;

If true, then this 'dot' instruction updates CR0

Meta