Lines Matching refs:opcode
63 const struct alpha_opcode *opcode, *opcode_end; local
71 opcode = alpha_opcodes;
72 opcode_end = opcode + alpha_num_opcodes;
76 opcode_index[op] = opcode;
77 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
78 ++opcode;
80 opcode_index[op] = opcode;
119 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
121 if ((insn ^ opcode->opcode) & opcode->mask)
124 if (!(opcode->flags & isa_mask))
132 for (opindex = opcode->operands; *opindex != 0; opindex++)
152 (*info->fprintf_func) (info->stream, "%s", opcode->name);
153 if (opcode->operands[0] != 0)
158 for (opindex = opcode->operands; *opindex != 0; opindex++)