Searched refs:alpha_opcode (Results 1 – 4 of 4) sorted by relevance
28 struct alpha_opcode struct57 extern const struct alpha_opcode alpha_opcodes[]; argument
61 static const struct alpha_opcode *opcode_index[AXP_NOPS+1];63 const struct alpha_opcode *opcode, *opcode_end;
469 const struct alpha_opcode alpha_opcodes[] =
577 static void assemble_insn (const struct alpha_opcode *, const expressionS *, int, struct alpha_insn…1057 static const struct alpha_opcode *1058 find_opcode_match (const struct alpha_opcode *first_opcode, in find_opcode_match()1063 const struct alpha_opcode *opcode = first_opcode; in find_opcode_match()1172 const struct alpha_opcode *opcode; in assemble_tokens_to_insn()1175 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens_to_insn()2017 assemble_insn (const struct alpha_opcode *opcode, in assemble_insn()3306 const struct alpha_opcode *opcode; in assemble_tokens()3337 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens()