Home
last modified time | relevance | path

Searched refs:SPARC_OP_IMM (Results 1 – 12 of 12) sorted by relevance

/external/capstone/bindings/ocaml/
Dsparc.ml15 | SPARC_OP_IMM of int Constructor
Dtest_sparc.ml30 | SPARC_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
Docaml.c482 case SPARC_OP_IMM: in _cs_disasm()
/external/capstone/cstool/
Dcstool_sparc.c31 case SPARC_OP_IMM: in print_insn_detail_sparc()
/external/capstone/bindings/java/capstone/
DSparc.java41 if (type == SPARC_OP_IMM || type == SPARC_OP_REG) in read()
DSparc_const.java57 public static final int SPARC_OP_IMM = 2; field in Sparc_const
/external/capstone/bindings/python/
Dtest_sparc.py34 if i.type == SPARC_OP_IMM:
/external/capstone/tests/
Dtest_sparc.c52 case SPARC_OP_IMM: in print_insn_detail()
/external/capstone/bindings/java/
DTestSparc.java46 if (i.type == SPARC_OP_IMM) in print_ins_detail()
/external/capstone/bindings/python/capstone/
Dsparc_const.py54 SPARC_OP_IMM = 2 variable
/external/capstone/include/
Dsparc.h77 SPARC_OP_IMM, // = CS_OP_IMM (Immediate operand). enumerator
/external/capstone/arch/Sparc/
DSparcInstPrinter.c281 … MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_IMM; in printOperand()