diff options
| author | pk <pk@NetBSD.org> | 1997-03-04 16:47:20 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1997-03-04 16:47:20 +0000 |
| commit | 6c022e104debdd3ac5fcbe5d229d5edf1cbbbdac (patch) | |
| tree | 8fc6bdbe222dcb7408d5b6cf4fdc1d0d7624917c /gnu/usr.bin/gas/opcode | |
| parent | fd81cf2b9256dc01612b16df7a925d11b22359a0 (diff) | |
Add missing variant of the `iflush' instruction (Michael Ericson; PR#3287).
Diffstat (limited to 'gnu/usr.bin/gas/opcode')
| -rw-r--r-- | gnu/usr.bin/gas/opcode/sparc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gas/opcode/sparc.h b/gnu/usr.bin/gas/opcode/sparc.h index 5424de360c1..48ea0ea29b2 100644 --- a/gnu/usr.bin/gas/opcode/sparc.h +++ b/gnu/usr.bin/gas/opcode/sparc.h @@ -20,7 +20,7 @@ along with GAS or GDB; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: sparc.h,v 1.4 1994/02/03 23:30:09 pk Exp $ + * $Id: sparc.h,v 1.5 1997/03/04 16:47:20 pk Exp $ */ /* FIXME-someday: perhaps the ,a's and such should be embedded in the @@ -777,6 +777,7 @@ condfc("fbule", "cb013", 0xe, 0), { "unimp", F2(0x0, 0x0), 0xffc00000, "n", 0, v6 }, { "iflush", F3(2, 0x3b, 0), F3(~2, ~0x3b, ~0)|ASI(~0), "1+2", 0, v6 }, +{ "iflush", F3(2, 0x3b, 0), F3(~2, ~0x3b, ~0)|SIMM13(~0), "1", 0, v6 }, { "iflush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1), "1+i", 0, v6 }, { "iflush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1), "i+1", 0, v6 }, { "iflush", F3(2, 0x3b, 1), F3(~2, ~0x3b, ~1)|RS1_G0, "i", 0, v6 }, |
