Home | History | Annotate | Download | only in XCore

Lines Matching defs:id

50 	int id;
64 id = XCore_reg_id(p);
65 if (id) {
69 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].reg = id;
86 id = XCore_reg_id(p2);
87 if (id) {
91 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.base = (uint8_t)id;
105 id = XCore_reg_id(p2);
106 if (id) {
109 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.index = (uint8_t)id;
125 id = XCore_reg_id(p2);
126 if (id) {
130 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].reg = id;
137 id = XCore_reg_id(p);
138 if (id) {
142 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].reg = id;