Go to the documentation of this file. 1 #ifndef CAPSTONE_SPARC_H
2 #define CAPSTONE_SPARC_H
18 #pragma warning(disable:4201)
@ SPARC_OP_IMM
= CS_OP_IMM (Immediate operand).
sparc_op_type type
operand type
uint8_t index
index register, same conditions apply here
struct sparc_op_mem sparc_op_mem
sparc_cc cc
code condition for this insn
@ SPARC_CC_ICC_GU
Greater Unsigned.
@ SPARC_CC_ICC_NEG
Negative.
@ SPARC_GRP_JUMP
= CS_GRP_JUMP
@ SPARC_CC_ICC_LE
Less or Equal.
@ SPARC_CC_FCC_LE
Less or Equal.
sparc_op_mem mem
base/disp value for MEM operand
@ SPARC_HINT_A
annul delay slot instruction
@ SPARC_CC_ICC_CS
Carry Set/Less Unsigned.
@ SPARC_GRP_INVALID
= CS_GRP_INVALID
@ SPARC_HINT_INVALID
no hint
@ SPARC_CC_FCC_UG
Unordered or Greater.
int64_t imm
immediate value for IMM operand
@ SPARC_OP_INVALID
= CS_OP_INVALID (Uninitialized).
sparc_reg
SPARC registers.
@ SPARC_OP_REG
= CS_OP_REG (Register operand).
@ SPARC_CC_FCC_UE
Unordered or Equal.
sparc_insn_group
Group of SPARC instructions.
@ SPARC_HINT_PN
branch NOT taken
@ SPARC_CC_FCC_GE
Greater or Equal.
@ SPARC_CC_ICC_VS
Overflow Set.
@ SPARC_CC_FCC_ULE
Unordered or Less or Equal.
@ SPARC_CC_ICC_GE
Greater or Equal.
@ SPARC_CC_FCC_NE
Not Equal.
@ SPARC_HINT_PT
branch taken
sparc_op_type
Operand type for instruction's operands.
struct cs_sparc cs_sparc
Instruction structure.
@ SPARC_CC_ICC_CC
Carry Clear/Great or Equal Unsigned.
@ SPARC_CC_INVALID
invalid CC (default)
@ SPARC_CC_FCC_UGE
Unordered or Greater or Equal.
@ SPARC_CC_FCC_U
Unordered.
struct cs_sparc_op cs_sparc_op
Instruction operand.
@ SPARC_CC_FCC_UL
Unordered or Less.
sparc_cc
Enums corresponding to Sparc condition codes, both icc's and fcc's.
@ SPARC_CC_ICC_LEU
Less or Equal Unsigned.
cs_sparc_op operands[4]
operands for this instruction.
@ SPARC_CC_ICC_POS
Positive.
int32_t disp
displacement/offset value
@ SPARC_CC_ICC_NE
Not Equal.
@ SPARC_OP_MEM
= CS_OP_MEM (Memory operand).
@ SPARC_CC_ICC_VC
Overflow Clear.
@ SPARC_CC_FCC_LG
Less or Greater.
sparc_insn
SPARC instruction.
sparc_reg reg
register value for REG operand
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:20