SparcInstructionDetail

Sparc-specific information about an instruction

Constructors

this
this(Capstone cs, cs_arch_detail arch_detail)
Undocumented in source.

Members

Variables

cc
SparcCc cc;

Code condition for this instruction

hint
BitFlags!SparcHint hint;

Branch hint: encoding as bitwise OR of SparcHint, invalid if = 0

operands
SparcOp[] operands;

Operands for this instruction.

Meta