Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dalpha.h28 struct alpha_opcode struct
57 extern const struct alpha_opcode alpha_opcodes[]; argument
/toolchain/binutils/binutils-2.25/opcodes/
Dalpha-dis.c61 static const struct alpha_opcode *opcode_index[AXP_NOPS+1];
63 const struct alpha_opcode *opcode, *opcode_end;
Dalpha-opc.c469 const struct alpha_opcode alpha_opcodes[] =
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-alpha.c577 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()