Home
last modified time | relevance | path

Searched refs:X86_OP_REG (Results 1 – 17 of 17) sorted by relevance

/external/capstone/bindings/vb6/
DCX86Operand.cls110 ElseIf optype = X86_OP_REG Then
123 If optype = X86_OP_REG Then opStr = "X86_OP_REG"
183 ElseIf optype = X86_OP_REG Then
Dmx86.bas252 X86_OP_REG 'CS_OP_REG (Register operand).
/external/capstone/bindings/ocaml/
Dx86.ml17 | X86_OP_REG of int Constructor
Dtest_x86.ml33 | X86_OP_REG reg -> printf "\t\top[%d]: REG = %s [sz=%d]\n" i (cs_reg_name handle reg) op.size;
Docaml.c371 case X86_OP_REG: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DX86.java67 if (type == X86_OP_REG) in read()
DX86_const.java330 public static final int X86_OP_REG = 1; field in X86_const
/external/capstone/cstool/
Dcstool_x86.c254 case X86_OP_REG: in print_insn_detail_x86()
/external/capstone/bindings/python/
Dtest_x86.py211 if i.type == X86_OP_REG:
/external/capstone/suite/cstest/src/
Dx86_detail.c259 case X86_OP_REG: in get_detail_x86()
/external/capstone/arch/X86/
DX86ATTInstPrinter.c673 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_REG; in printOperand()
1070 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_ATT_printInst()
1079 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_ATT_printInst()
1083 MI->flat_insn->detail->x86.operands[1].type = X86_OP_REG; in X86_ATT_printInst()
DX86IntelInstPrinter.c804 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_Intel_printInst()
811 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_Intel_printInst()
815 MI->flat_insn->detail->x86.operands[1].type = X86_OP_REG; in X86_Intel_printInst()
907 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_REG; in printOperand()
DX86Mapping.c3402 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_REG; in op_addReg()
3535 case X86_OP_REG: in X86_reg_access()
/external/capstone/bindings/java/
DTestX86.java122 if (i.type == X86_OP_REG) in print_ins_detail()
/external/capstone/tests/
Dtest_x86.c277 case X86_OP_REG: in print_insn_detail()
/external/capstone/bindings/python/capstone/
Dx86_const.py327 X86_OP_REG = 1 variable
/external/capstone/include/capstone/
Dx86.h160 X86_OP_REG, ///< = CS_OP_REG (Register operand). enumerator