Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dalpha.h28 struct alpha_opcode struct
57 extern const struct alpha_opcode alpha_opcodes[]; argument
/toolchain/binutils/binutils-2.27/opcodes/
Dalpha-dis.c59 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()
Dalpha-opc.c469 const struct alpha_opcode alpha_opcodes[] =
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-alpha.c577 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()