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 21:16:08 +0400
committerJeff Law <law@redhat.com>1999-09-19 21:16:08 +0400
commit24e0770908f835f8636bcb7decc1a953852e1f04 (patch)
tree2884d59782cf248843bf9b255bf64253e75708b2 /include
parent84e7327d7572d84f906e13f72f62168207ad5c7b (diff)
* hppa.h (pa_opcodes): Add new syntax "be" instructions.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog2
-rw-r--r--include/opcode/hppa.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 34190df65..407b14fa7 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,5 +1,7 @@
Sun Sep 19 10:40:59 1999 Jeffrey A Law (law@cygnus.com)
+ * hppa.h (pa_opcodes): Add new syntax "be" instructions.
+
* hppa.h (pa_opcodes): Note use of 'M' and 'L'.
* hppa.h (pa_opcodes): Add support for "b,l".
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index f6a1aaac0..c4c2ed0c7 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -369,6 +369,8 @@ 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},
+{ "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},
{ "ble", 0xe4000000, 0xfc000000, "nz(S,b)", pa10},
{ "movb", 0xc8000000, 0xfc000000, "?ynx,b,w", pa10},