diff options
author | Jeff Law <law@redhat.com> | 1999-09-20 09:57:19 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-20 09:57:19 +0000 |
commit | 18369bea46815da73c1acef9a0007c1053246af5 (patch) | |
tree | 9170cb105695d6bde834e88f109f4b701fbb036e /include/opcode/hppa.h | |
parent | 2664272934d70e9134be593ed97da232ce319c89 (diff) | |
download | gdb-18369bea46815da73c1acef9a0007c1053246af5.zip gdb-18369bea46815da73c1acef9a0007c1053246af5.tar.gz gdb-18369bea46815da73c1acef9a0007c1053246af5.tar.bz2 |
* hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning
up the new fstw & bve instructions.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r-- | include/opcode/hppa.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index 6ff81dd..0900a0d 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -399,10 +399,10 @@ static const struct pa_opcode pa_opcodes[] = { "blr", 0xe8004000, 0xfc00e001, "nx,b", pa10}, { "bv", 0xe800c000, 0xfc00fffd, "nx(b)", pa10}, { "bv", 0xe800c000, 0xfc00fffd, "n(b)", pa10}, -{ "bve", 0xe800f000, 0xfc00fffe, "ln(b)L", pa20, FLAG_STRICT}, -{ "bve", 0xe800f001, 0xfc00fffe, "lMn(b)L", pa20, FLAG_STRICT}, -{ "bve", 0xe800f001, 0xfc00fffe, "Bn(b)", pa20, FLAG_STRICT}, -{ "bve", 0xe800d000, 0xfc00fffe, "n(b)", pa20, FLAG_STRICT}, +{ "bve", 0xe800f001, 0xfc00ffff, "lMn(b)L", pa20, FLAG_STRICT}, +{ "bve", 0xe800f000, 0xfc00ffff, "ln(b)L", pa20, FLAG_STRICT}, +{ "bve", 0xe800d001, 0xfc00ffff, "Bn(b)", pa20, FLAG_STRICT}, +{ "bve", 0xe800d000, 0xfc00ffff, "n(b)", pa20, FLAG_STRICT}, { "be", 0xe4000000, 0xfc000000, "lnz(S,b)", pa10, FLAG_STRICT}, { "be", 0xe0000000, 0xfc000000, "nz(S,b)", pa10, FLAG_STRICT}, { "be", 0xe0000000, 0xfc000000, "nz(S,b)", pa10}, @@ -654,10 +654,10 @@ static const struct pa_opcode pa_opcodes[] = { "fstw", 0x24000200, 0xfc001f80, "cxfT,x(b)", pa10, FLAG_STRICT}, { "fstw", 0x24001200, 0xfc001f80, "cmfT,5(s,b)", pa10, FLAG_STRICT}, { "fstw", 0x24001200, 0xfc001f80, "cmfT,5(b)", pa10, FLAG_STRICT}, -{ "fstw", 0x78000000, 0xfc000004, "fe,d(s,b)", pa20, FLAG_STRICT}, -{ "fstw", 0x78000000, 0xfc000004, "fe,d(b)", pa20, FLAG_STRICT}, -{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(s,b)", pa20, FLAG_STRICT}, -{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(b)", pa20, FLAG_STRICT}, +{ "fstw", 0x7c000000, 0xfc000004, "fe,d(s,b)", pa20, FLAG_STRICT}, +{ "fstw", 0x7c000000, 0xfc000004, "fe,d(b)", pa20, FLAG_STRICT}, +{ "fstw", 0x78000000, 0xfc000004, "cJfe,d(s,b)", pa20, FLAG_STRICT}, +{ "fstw", 0x78000000, 0xfc000004, "cJfe,d(b)", pa20, FLAG_STRICT}, { "fstd", 0x2c000200, 0xfc001fc0, "cxft,x(s,b)", pa10, FLAG_STRICT}, { "fstd", 0x2c000200, 0xfc001fc0, "cxft,x(b)", pa10, FLAG_STRICT}, { "fstd", 0x2c001200, 0xfc001fc0, "cmft,5(s,b)", pa10, FLAG_STRICT}, |