Searched refs:XCORE_OP_REG (Results 1 – 12 of 12) sorted by relevance
68 … 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()
15 | XCORE_OP_REG of int Constructor
26 | XCORE_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
573 case XCORE_OP_REG: in _cs_disasm()
42 if (type == XCORE_OP_IMM || type == XCORE_OP_REG) in read()
9 public static final int XCORE_OP_REG = 1; field in Xcore_const
27 case XCORE_OP_REG: in print_insn_detail_xcore()
30 if i.type == XCORE_OP_REG:
6 XCORE_OP_REG = 1 variable
24 XCORE_OP_REG, // = CS_OP_REG (Register operand). enumerator
49 case XCORE_OP_REG: in print_insn_detail()
42 if (i.type == XCORE_OP_REG) in print_ins_detail()