Searched refs:X86_OP_REG (Results 1 – 16 of 16) sorted by relevance
110 ElseIf optype = X86_OP_REG Then123 If optype = X86_OP_REG Then opStr = "X86_OP_REG"183 ElseIf optype = X86_OP_REG Then
252 X86_OP_REG 'CS_OP_REG (Register operand).
17 | X86_OP_REG of int Constructor
33 | X86_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
366 case X86_OP_REG: in _cs_disasm()
56 if (type == X86_OP_REG) in read()
247 public static final int X86_OP_REG = 1; field in X86_const
78 case X86_OP_REG: in print_insn_detail_x86()
94 if i.type == X86_OP_REG:
516 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()
506 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()
47870 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_REG; in op_addReg()
101 case X86_OP_REG: in print_insn_detail()
99 if (i.type == X86_OP_REG) in print_ins_detail()
244 X86_OP_REG = 1 variable
77 X86_OP_REG, // = CS_OP_REG (Register operand). enumerator