opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39.
This commit is contained in:
parent
b038ec7bd9
commit
d7727fe96b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Oct 17 13:18:53 1997 Gavin Koch <gavin@cygnus.com>
|
||||
|
||||
* mips-opc.c (bnezl,beqzl): Mark these as also tx39.
|
||||
|
||||
Thu Oct 16 11:55:20 1997 Gavin Koch <gavin@cygnus.com>
|
||||
|
||||
* mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
|
||||
|
|
|
@ -145,7 +145,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
|
|||
{"bc3t", "p", 0x4d010000, 0xffff0000, CBD|RD_CC, I1 },
|
||||
{"bc3tl", "p", 0x4d030000, 0xffff0000, CBL|RD_CC, I2|T3 },
|
||||
{"beqz", "s,p", 0x10000000, 0xfc1f0000, CBD|RD_s, I1 },
|
||||
{"beqzl", "s,p", 0x50000000, 0xfc1f0000, CBL|RD_s, I2 },
|
||||
{"beqzl", "s,p", 0x50000000, 0xfc1f0000, CBL|RD_s, I2|T3 },
|
||||
{"beq", "s,t,p", 0x10000000, 0xfc000000, CBD|RD_s|RD_t, I1 },
|
||||
{"beq", "s,I,p", 0, (int) M_BEQ_I, INSN_MACRO },
|
||||
{"beql", "s,t,p", 0x50000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },
|
||||
|
@ -195,7 +195,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
|
|||
{"bltzal", "s,p", 0x04100000, 0xfc1f0000, CBD|RD_s|WR_31, I1 },
|
||||
{"bltzall", "s,p", 0x04120000, 0xfc1f0000, CBL|RD_s, I2|T3 },
|
||||
{"bnez", "s,p", 0x14000000, 0xfc1f0000, CBD|RD_s, I1 },
|
||||
{"bnezl", "s,p", 0x54000000, 0xfc1f0000, CBL|RD_s, I2 },
|
||||
{"bnezl", "s,p", 0x54000000, 0xfc1f0000, CBL|RD_s, I2|T3 },
|
||||
{"bne", "s,t,p", 0x14000000, 0xfc000000, CBD|RD_s|RD_t, I1 },
|
||||
{"bne", "s,I,p", 0, (int) M_BNE_I, INSN_MACRO },
|
||||
{"bnel", "s,t,p", 0x54000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },
|
||||
|
|
Loading…
Reference in a new issue