Searched refs:X86_OP_REG (Results 1 – 17 of 17) 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 [sz=%d]\n" i (cs_reg_name handle reg) op.size;
371 case X86_OP_REG: in _cs_disasm()
67 if (type == X86_OP_REG) in read()
330 public static final int X86_OP_REG = 1; field in X86_const
254 case X86_OP_REG: in print_insn_detail_x86()
211 if i.type == X86_OP_REG:
259 case X86_OP_REG: in get_detail_x86()
673 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()
804 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()
3402 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()
122 if (i.type == X86_OP_REG) in print_ins_detail()
277 case X86_OP_REG: in print_insn_detail()
327 X86_OP_REG = 1 variable
160 X86_OP_REG, ///< = CS_OP_REG (Register operand). enumerator