Searched refs:alpha_opcode (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | alpha.h | 27 struct alpha_opcode struct 56 extern const struct alpha_opcode alpha_opcodes[]; argument
|
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | alpha.h | 27 struct alpha_opcode struct 56 extern const struct alpha_opcode alpha_opcodes[]; argument
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | alpha-dis.c | 62 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; 64 const struct alpha_opcode *opcode, *opcode_end;
|
| D | alpha-opc.c | 470 const struct alpha_opcode alpha_opcodes[] =
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | alpha-dis.c | 61 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; 63 const struct alpha_opcode *opcode, *opcode_end;
|
| D | alpha-opc.c | 524 const struct alpha_opcode alpha_opcodes[] = {
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-alpha.c | 215 static const struct alpha_opcode *find_opcode_match 216 PARAMS ((const struct alpha_opcode *, const expressionS *, int *, int *)); 222 PARAMS ((const struct alpha_opcode *, const expressionS *, int, 2136 static const struct alpha_opcode * 2138 const struct alpha_opcode *first_opcode; in find_opcode_match() 2143 const struct alpha_opcode *opcode = first_opcode; 2408 const struct alpha_opcode *opcode; in assemble_insn() 2776 const struct alpha_opcode *opcode; 2779 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); 2810 const struct alpha_opcode *opcode; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-alpha.c | 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()
|