Home
last modified time | relevance | path

Searched refs:alpha_opcode (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dalpha.h27 struct alpha_opcode struct
56 extern const struct alpha_opcode alpha_opcodes[]; argument
/freebsd-12.1/contrib/binutils/opcodes/
H A Dalpha-dis.c62 static const struct alpha_opcode *opcode_index[AXP_NOPS+1];
64 const struct alpha_opcode *opcode, *opcode_end;
H A Dalpha-opc.c470 const struct alpha_opcode alpha_opcodes[] =
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-alpha.c527 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()