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-19 22:54:23 +0400
committerJeff Law <law@redhat.com>1999-09-19 22:54:23 +0400
commit45faedf39e6e147113a1686640cbcbab4b8a2173 (patch)
tree84d27f3d606e70fe661603ad7c529d9fecbf1b32 /include/opcode
parent02a209f9b5450f9e3d408790086ef3baa80446b7 (diff)
* hppa.h (pa_opcodes): Add FLAG_STRICT variants of FP loads and
stores.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/ChangeLog3
-rw-r--r--include/opcode/hppa.h18
2 files changed, 20 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 272fb141b..ea44508f7 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,5 +1,8 @@
Sun Sep 19 10:40:59 1999 Jeffrey A Law (law@cygnus.com)
+ * hppa.h (pa_opcodes): Add FLAG_STRICT variants of FP loads and
+ stores.
+
* hppa.h (pa_opcodes): Handle PA2.0 fcnv, fcmp and ftest insns.
* hppa.h (pa_opcodes): Finish support for PA2.0 "b" instructions.
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 611356523..1329831a2 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -613,7 +613,23 @@ static const struct pa_opcode pa_opcodes[] =
{ "gfr", 0x04001a80, 0xfc003fdf, "cZx(b)", pa11},
/* Floating Point Coprocessor Instructions */
-
+
+{ "fldw", 0x24000000, 0xfc001f80, "cxx(s,b),fT", pa10, FLAG_STRICT},
+{ "fldw", 0x24000000, 0xfc001f80, "cxx(b),fT", pa10, FLAG_STRICT},
+{ "fldw", 0x24001000, 0xfc001f80, "cm5(s,b),fT", pa10, FLAG_STRICT},
+{ "fldw", 0x24001000, 0xfc001f80, "cm5(b),fT", pa10, FLAG_STRICT},
+{ "fldd", 0x2c000000, 0xfc001fc0, "cxx(s,b),ft", pa10, FLAG_STRICT},
+{ "fldd", 0x2c000000, 0xfc001fc0, "cxx(b),ft", pa10, FLAG_STRICT},
+{ "fldd", 0x2c001000, 0xfc001fc0, "cm5(s,b),ft", pa10, FLAG_STRICT},
+{ "fldd", 0x2c001000, 0xfc001fc0, "cm5(b),ft", pa10, FLAG_STRICT},
+{ "fstw", 0x24000200, 0xfc001f80, "cxfT,x(s,b)", pa10, FLAG_STRICT},
+{ "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},
+{ "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},
+{ "fstd", 0x2c001200, 0xfc001fc0, "cmft,5(b)", pa10, FLAG_STRICT},
{ "fldwx", 0x24000000, 0xfc001f80, "cxx(s,b),fT", pa10},
{ "fldwx", 0x24000000, 0xfc001f80, "cxx(b),fT", pa10},
{ "flddx", 0x2c000000, 0xfc001fc0, "cxx(s,b),ft", pa10},