mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39.
This commit is contained in:
@ -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>
|
Thu Oct 16 11:55:20 1997 Gavin Koch <gavin@cygnus.com>
|
||||||
|
|
||||||
* mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
|
* 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 },
|
{"bc3t", "p", 0x4d010000, 0xffff0000, CBD|RD_CC, I1 },
|
||||||
{"bc3tl", "p", 0x4d030000, 0xffff0000, CBL|RD_CC, I2|T3 },
|
{"bc3tl", "p", 0x4d030000, 0xffff0000, CBL|RD_CC, I2|T3 },
|
||||||
{"beqz", "s,p", 0x10000000, 0xfc1f0000, CBD|RD_s, I1 },
|
{"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,t,p", 0x10000000, 0xfc000000, CBD|RD_s|RD_t, I1 },
|
||||||
{"beq", "s,I,p", 0, (int) M_BEQ_I, INSN_MACRO },
|
{"beq", "s,I,p", 0, (int) M_BEQ_I, INSN_MACRO },
|
||||||
{"beql", "s,t,p", 0x50000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },
|
{"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 },
|
{"bltzal", "s,p", 0x04100000, 0xfc1f0000, CBD|RD_s|WR_31, I1 },
|
||||||
{"bltzall", "s,p", 0x04120000, 0xfc1f0000, CBL|RD_s, I2|T3 },
|
{"bltzall", "s,p", 0x04120000, 0xfc1f0000, CBL|RD_s, I2|T3 },
|
||||||
{"bnez", "s,p", 0x14000000, 0xfc1f0000, CBD|RD_s, I1 },
|
{"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,t,p", 0x14000000, 0xfc000000, CBD|RD_s|RD_t, I1 },
|
||||||
{"bne", "s,I,p", 0, (int) M_BNE_I, INSN_MACRO },
|
{"bne", "s,I,p", 0, (int) M_BNE_I, INSN_MACRO },
|
||||||
{"bnel", "s,t,p", 0x54000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },
|
{"bnel", "s,t,p", 0x54000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },
|
||||||
|
Reference in New Issue
Block a user