Home
last modified time | relevance | path

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

/external/capstone/bindings/ocaml/
Dsparc.ml14 | SPARC_OP_REG of int Constructor
Dtest_sparc.ml29 | SPARC_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
Docaml.c478 case SPARC_OP_REG: in _cs_disasm()
/external/capstone/cstool/
Dcstool_sparc.c28 case SPARC_OP_REG: in print_insn_detail_sparc()
/external/capstone/arch/Sparc/
DSparcInstPrinter.c56 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_REG; in Sparc_add_reg()
183 … MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_REG; in printOperand()
452 MI->flat_insn->detail->sparc.operands[MI->flat_insn->detail->sparc.op_count].type = SPARC_OP_REG; in Sparc_addReg()
/external/capstone/bindings/java/capstone/
DSparc.java41 if (type == SPARC_OP_IMM || type == SPARC_OP_REG) in read()
DSparc_const.java56 public static final int SPARC_OP_REG = 1; field in Sparc_const
/external/capstone/bindings/python/
Dtest_sparc.py32 if i.type == SPARC_OP_REG:
/external/capstone/tests/
Dtest_sparc.c49 case SPARC_OP_REG: in print_insn_detail()
/external/capstone/bindings/java/
DTestSparc.java44 if (i.type == SPARC_OP_REG) in print_ins_detail()
/external/capstone/bindings/python/capstone/
Dsparc_const.py53 SPARC_OP_REG = 1 variable
/external/capstone/include/
Dsparc.h76 SPARC_OP_REG, // = CS_OP_REG (Register operand). enumerator