Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-20 13:57:19 +0400
committerJeff Law <law@redhat.com>1999-09-20 13:57:19 +0400
commit27421fd0849ed8791ef61e69ea8f0f55debaee0a (patch)
tree690161f38e4433b4e5b07f157fdf41b9ae8c247b /include/opcode/hppa.h
parent0c9aad7095535aa6b1d20c32dd022379caa5beaf (diff)
* 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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 6ff81dd5d..0900a0d30 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},