mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* mips-opc.c (sync*): Flag these instructions with INSN_SYNC.
This commit is contained in:
parent
467caa5a89
commit
64db3c9a81
@ -5,6 +5,10 @@ Wed Dec 9 14:57:23 1998 Doug Evans <devans@canuck.cygnus.com>
|
||||
* dvp-opc.c (vu_lower_opcodes): Update mtir entry.
|
||||
(extract_ffstreg): Fix calculation of reg part of returned value.
|
||||
|
||||
Thu Nov 19 16:38:16 EST 1998 Frank Ch. Eigler <fche@cygnus.com>
|
||||
|
||||
* mips-opc.c (sync*): Flag these instructions with INSN_SYNC.
|
||||
|
||||
Wed Jul 29 09:41:19 1998 Frank Ch. Eigler <fche@cygnus.com>
|
||||
|
||||
* dvp-opc.c (vu_lower_opcodes): Allow ISW, ISWR, MFIR instructions
|
||||
|
@ -1176,9 +1176,9 @@ const struct mips_opcode mips_builtin_opcodes[] = {
|
||||
{"invalidate", "t,o(b)",0xb8000000, 0xfc000000, RD_t|RD_b, I2 }, /* same */
|
||||
{"invalidate", "t,A(b)",0, (int) M_SWR_AB, INSN_MACRO, I2 }, /* as swr */
|
||||
{"swxc1", "S,t(b)", 0x4c000008, 0xfc0007ff, SM|RD_S|RD_t|RD_b, I4 },
|
||||
{"sync", "", 0x0000000f, 0xffffffff, 0, I2|T3 },
|
||||
{"sync.p", "", 0x0000040f, 0xffffffff, 0, I2 },
|
||||
{"sync.l", "", 0x0000000f, 0xffffffff, 0, I2 },
|
||||
{"sync", "", 0x0000000f, 0xffffffff, INSN_SYNC, I2|G1 },
|
||||
{"sync.p", "", 0x0000040f, 0xffffffff, INSN_SYNC, I2 },
|
||||
{"sync.l", "", 0x0000000f, 0xffffffff, INSN_SYNC, I2 },
|
||||
{"syscall", "", 0x0000000c, 0xffffffff, TRAP, I1 },
|
||||
{"syscall", "B", 0x0000000c, 0xfc00003f, TRAP, I1 },
|
||||
{"teqi", "s,j", 0x040c0000, 0xfc1f0000, RD_s|TRAP, I2 },
|
||||
|
Loading…
Reference in New Issue
Block a user