Home
last modified time | relevance | path

Searched refs:sparc_opcodes (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-2011153 * 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
DChangeLog-2012868 * 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
DChangeLog134 (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
DChangeLog-9297306 * 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 …]
Dsparc-dis.c508 sorted_opcodes[i] = &sparc_opcodes[i]; in print_insn_sparc()
Dsparc-opc.c219 const struct sparc_opcode sparc_opcodes[] = { variable
2222 const int sparc_num_opcodes = ((sizeof sparc_opcodes)/(sizeof sparc_opcodes[0]));
DChangeLog-2004677 * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
DChangeLog-2006690 * sparc-opc.c (sparc_opcodes): Add new entries for UA2005
DChangeLog-20131065 * sparc-opc.c (sparc_opcodes): Add ldtw, ldtwa, sttw, sttwa,
DChangeLog-02031167 * sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,
DChangeLog-00011658 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
/toolchain/binutils/binutils-2.27/include/opcode/
Dsparc.h292 extern const struct sparc_opcode sparc_opcodes[];
DChangeLog-91031846 * sparc.h (sparc_opcodes): Declare as const.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c1008 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/
DChangeLog-96971175 * config/tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.