diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1997-10-17 17:26:45 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1997-10-17 17:26:45 +0000 |
commit | d7727fe96b825f58ab5aacd910aaa957fb5626c2 (patch) | |
tree | 7e778fe53176dd88bd9e1679adfdfc83ecdc5b65 /opcodes/mips-opc.c | |
parent | b038ec7bd92a9fab141f73cae63efcb66caa98a3 (diff) | |
download | gdb-d7727fe96b825f58ab5aacd910aaa957fb5626c2.zip gdb-d7727fe96b825f58ab5aacd910aaa957fb5626c2.tar.gz gdb-d7727fe96b825f58ab5aacd910aaa957fb5626c2.tar.bz2 |
opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r-- | opcodes/mips-opc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 81c553d..186bedd 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -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 }, |