Home
last modified time | relevance | path

Searched refs:X86_OP_REG (Results 1 – 16 of 16) 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\n" i (cs_reg_name handle reg);
Docaml.c366 case X86_OP_REG: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DX86.java56 if (type == X86_OP_REG) in read()
DX86_const.java247 public static final int X86_OP_REG = 1; field in X86_const
/external/capstone/cstool/
Dcstool_x86.c78 case X86_OP_REG: in print_insn_detail_x86()
/external/capstone/bindings/python/
Dtest_x86.py94 if i.type == X86_OP_REG:
/external/capstone/arch/X86/
DX86IntelInstPrinter.c516 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_Intel_printInst()
523 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_Intel_printInst()
526 MI->flat_insn->detail->x86.operands[1].type = X86_OP_REG; in X86_Intel_printInst()
601 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_REG; in printOperand()
DX86ATTInstPrinter.c506 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_REG; in printOperand()
912 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_ATT_printInst()
918 MI->flat_insn->detail->x86.operands[0].type = X86_OP_REG; in X86_ATT_printInst()
921 MI->flat_insn->detail->x86.operands[1].type = X86_OP_REG; in X86_ATT_printInst()
DX86Mapping.c47870 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_REG; in op_addReg()
/external/capstone/tests/
Dtest_x86.c101 case X86_OP_REG: in print_insn_detail()
/external/capstone/bindings/java/
DTestX86.java99 if (i.type == X86_OP_REG) in print_ins_detail()
/external/capstone/bindings/python/capstone/
Dx86_const.py244 X86_OP_REG = 1 variable
/external/capstone/include/
Dx86.h77 X86_OP_REG, // = CS_OP_REG (Register operand). enumerator