Lines Matching refs:opcodep
248 const struct cris_opcode *opcodep; local
251 for (opcodep = cris_opcodes;
252 opcodep->name != NULL;
253 opcodep++)
263 if ((opcodep->match & insn) == opcodep->match
264 && (opcodep->lose & insn) == 0
266 = cris_constraint (opcodep->args,
271 += 2 * number_of_bits (opcodep->match
272 | opcodep->lose))
275 max_matchedp = opcodep;
589 print_with_operands (opcodep, insn, buffer, addr, info, prefix_opcodep, in print_with_operands() argument
591 const struct cris_opcode *opcodep; in print_with_operands()
613 (*info->fprintf_func) (info->stream, "%s", opcodep->name);
615 cs = opcodep->args;
638 if (opcodep->match != (BRANCH_PC_LOW + BRANCH_INCR_HIGH * 256))
643 if (opcodep->name[0] == 'j')
645 if (strncmp (opcodep->name, "jsr", 3) == 0)
654 info->branch_delay_insns = opcodep->delayed;
698 || opcodep->match == BDAP_QUICK_OPCODE);
701 if (opcodep->imm_oprnd_size == SIZE_FIX_32)
703 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG)
755 || (opcodep->match == BDAP_QUICK_OPCODE
795 & (opcodep->args[0] == 'z' ? 1 : 3));
800 if (opcodep->imm_oprnd_size == SIZE_FIX_32)
802 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG)
1091 if (opcodep->match == BA_QUICK_OPCODE)
1163 if (strncmp (opcodep->name, "sub", 3) == 0)
1167 else if (strncmp (opcodep->name, "add", 3) == 0)
1173 else if (strncmp (opcodep->name, "bound", 5) == 0)