Searched refs:sparc_opcodes (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ChangeLog-2011 | 153 * sparc-opc.c (sparc_opcodes): Fix random instruction to write 158 * sparc-opc.c (sparc_opcodes): Add integer multiply-add 163 * sparc-opc.c (sparc_opcodes): Annotate table with HWCAP flag 170 * sparc-opc.c (sparc_opcodes): Add entry for 'ticc imm + regrs1'. 171 * sparc-opc.c (sparc_opcodes): Add alias entries for 174 * sparc-opc.c (sparc_opcodes): Move/Change entries for 177 * sparc-opc.c (sparc_opcodes): Add wr alias entries to match above 180 * sparc-opc.c (sparc_opcodes): Add entry for 'save simm13,regrs1,regrd' 242 * sparc-opc.c (sparc_opcodes): Add entries for HPC and VIS3
|
D | ChangeLog-2012 | 868 * sparc-opc.c (sparc_opcodes): Add rd/wr cases for %cfr. 870 * sparc-opc.c (sparc_opcodes): Add 'wr X, %pause' and 'pause'. 876 (sparc_opcodes): Add compare-and-branch instructions. 879 * sparc-opc.c (sparc_opcodes): Add crypto instructions. 881 * sparc-opc.c (sparc_opcodes): Rework table to put HWCAP values
|
D | ChangeLog | 134 (sparc_opcodes): Use the macros above to fix and expand the 144 * sparc-opc.c (sparc_opcodes): Adjust instructions opcode 510 * sparc-opc.c (sparc_opcodes): Fix mnemonic of faligndatai. 741 * sparc-opc.c (sparc_opcodes): Reorder entries for `rd' in order
|
D | ChangeLog-9297 | 306 * sparc-opc.c (sparc_opcodes): Fix assembler args to 313 * sparc-opc.c (sparc_opcodes): Fix op3 field for fcmpq/fcmpeq. 441 * sparc-opc.c (sparc_opcodes): Fix spelling on fpaddX, fpsubX insns. 1078 * sparc-opc.c (sparc_opcodes): Document why this cannot be "const". 1526 * sparc-opc.c (sparc_opcodes): Add setuw, setsw, setx. 1959 * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions. 1966 * sparc-opc.c (sparc_opcodes): Use X for 5 bit shift constants, 2021 * sparc-opc.c (sparc_opcodes): rd must be 0 for 2047 * sparc-opc.c (sparc_opcodes): Use 'O' operand char for `neg reg'. 2063 (sparc_opcodes): Add sparclet insns. [all …]
|
D | sparc-dis.c | 508 sorted_opcodes[i] = &sparc_opcodes[i]; in print_insn_sparc()
|
D | sparc-opc.c | 219 const struct sparc_opcode sparc_opcodes[] = { variable 2222 const int sparc_num_opcodes = ((sizeof sparc_opcodes)/(sizeof sparc_opcodes[0]));
|
D | ChangeLog-2004 | 677 * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
|
D | ChangeLog-2006 | 690 * sparc-opc.c (sparc_opcodes): Add new entries for UA2005
|
D | ChangeLog-2013 | 1065 * sparc-opc.c (sparc_opcodes): Add ldtw, ldtwa, sttw, sttwa,
|
D | ChangeLog-0203 | 1167 * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,
|
D | ChangeLog-0001 | 1658 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | sparc.h | 292 extern const struct sparc_opcode sparc_opcodes[];
|
D | ChangeLog-9103 | 1846 * sparc.h (sparc_opcodes): Declare as const.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-sparc.c | 1008 const char *name = sparc_opcodes[i].name; in md_begin() 1009 retval = hash_insert (op_hash, name, (void *) &sparc_opcodes[i]); in md_begin() 1013 sparc_opcodes[i].name, retval); in md_begin() 1018 if (sparc_opcodes[i].match & sparc_opcodes[i].lose) in md_begin() 1021 sparc_opcodes[i].name, sparc_opcodes[i].args); in md_begin() 1027 && !strcmp (sparc_opcodes[i].name, name)); in md_begin() 1050 sparc_opcodes[i].name, retval); in md_begin() 3111 if (&insn[1] - sparc_opcodes < sparc_num_opcodes in sparc_ip()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9697 | 1175 * config/tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
|