Lines Matching refs:opcode
64 const struct alpha_opcode *opcode, *opcode_end; local
72 opcode = alpha_opcodes;
73 opcode_end = opcode + alpha_num_opcodes;
77 opcode_index[op] = opcode;
78 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
79 ++opcode;
81 opcode_index[op] = opcode;
120 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
122 if ((insn ^ opcode->opcode) & opcode->mask)
125 if (!(opcode->flags & isa_mask))
133 for (opindex = opcode->operands; *opindex != 0; opindex++)
153 (*info->fprintf_func) (info->stream, "%s", opcode->name);
154 if (opcode->operands[0] != 0)
159 for (opindex = opcode->operands; *opindex != 0; opindex++)