Searched refs:alpha_opcodes (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | alpha.h | 57 extern const struct alpha_opcode alpha_opcodes[];
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | alpha-dis.c | 71 opcode = alpha_opcodes;
|
D | alpha-opc.c | 469 const struct alpha_opcode alpha_opcodes[] = variable 1497 const unsigned alpha_num_opcodes = sizeof(alpha_opcodes)/sizeof(*alpha_opcodes);
|
D | ChangeLog-0203 | 744 * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap 1832 * alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo 1837 * alpha-opc.c (alpha_opcodes): Add simple pseudos for
|
D | ChangeLog-9297 | 359 * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage. 1362 (alpha_opcodes): Add new BWX, CIX, and MAX instructions.
|
D | ChangeLog-0001 | 32 * alpha-opc.c (alpha_opcodes): Add wh64en.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-alpha.c | 1151 while (++opcode - alpha_opcodes < (int) alpha_num_opcodes in find_opcode_match() 5428 name = alpha_opcodes[i].name; in md_begin() 5429 retval = hash_insert (alpha_opcode_hash, name, (void *) &alpha_opcodes[i]); in md_begin() 5446 (void) hash_insert (alpha_opcode_hash, p, (void *) &alpha_opcodes[i]); in md_begin() 5452 && (alpha_opcodes[i].name == name in md_begin() 5453 || !strcmp (alpha_opcodes[i].name, name))) in md_begin()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 5981 alpha_opcodes.
|