Searched refs:alpha_opcode (Results 1 – 4 of 4) sorted by relevance
27 struct alpha_opcode struct56 extern const struct alpha_opcode alpha_opcodes[]; argument
62 static const struct alpha_opcode *opcode_index[AXP_NOPS+1];64 const struct alpha_opcode *opcode, *opcode_end;
470 const struct alpha_opcode alpha_opcodes[] =
527 static void assemble_insn (const struct alpha_opcode *, const expressionS *, int, struct alpha_insn…994 static const struct alpha_opcode *995 find_opcode_match (const struct alpha_opcode *first_opcode, in find_opcode_match()1000 const struct alpha_opcode *opcode = first_opcode; in find_opcode_match()1109 const struct alpha_opcode *opcode; in assemble_tokens_to_insn()1112 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens_to_insn()1844 assemble_insn (const struct alpha_opcode *opcode, in assemble_insn()3086 const struct alpha_opcode *opcode; in assemble_tokens()3117 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens()