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
59 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; in print_insn_alpha()61 const struct alpha_opcode *opcode, *opcode_end; in print_insn_alpha()
469 const struct alpha_opcode alpha_opcodes[] =
577 static void assemble_insn (const struct alpha_opcode *, const expressionS *, int, struct alpha_insn…1056 static const struct alpha_opcode *1057 find_opcode_match (const struct alpha_opcode *first_opcode, in find_opcode_match()1062 const struct alpha_opcode *opcode = first_opcode; in find_opcode_match()1171 const struct alpha_opcode *opcode; in assemble_tokens_to_insn()1174 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens_to_insn()2016 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()