Home
last modified time | relevance | path

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

/external/capstone/arch/XCore/
DXCoreInstPrinter.c68 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG; in XCore_insn_extract()
129 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG; in XCore_insn_extract()
141 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG; in XCore_insn_extract()
203 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_REG; in _printOperand()
/external/capstone/bindings/ocaml/
Dxcore.ml15 | XCORE_OP_REG of int Constructor
Dtest_xcore.ml26 | XCORE_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
Docaml.c573 case XCORE_OP_REG: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DXcore.java42 if (type == XCORE_OP_IMM || type == XCORE_OP_REG) in read()
DXcore_const.java9 public static final int XCORE_OP_REG = 1; field in Xcore_const
/external/capstone/cstool/
Dcstool_xcore.c27 case XCORE_OP_REG: in print_insn_detail_xcore()
/external/capstone/bindings/python/
Dtest_xcore.py30 if i.type == XCORE_OP_REG:
/external/capstone/bindings/python/capstone/
Dxcore_const.py6 XCORE_OP_REG = 1 variable
/external/capstone/include/
Dxcore.h24 XCORE_OP_REG, // = CS_OP_REG (Register operand). enumerator
/external/capstone/tests/
Dtest_xcore.c49 case XCORE_OP_REG: in print_insn_detail()
/external/capstone/bindings/java/
DTestXcore.java42 if (i.type == XCORE_OP_REG) in print_ins_detail()