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/opcode/hppa.h
parent84e7327d7572d84f906e13f72f62168207ad5c7b (diff)
* hppa.h (pa_opcodes): Add new syntax "be" instructions.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r--include/opcode/hppa.h2
1 files changed, 2 insertions, 0 deletions
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},