summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-19 18:10:28 +0000
committerJeff Law <law@redhat.com>1999-09-19 18:10:28 +0000
commit82c6d230e3d13283d810a94dc9a54dd40ff3c15a (patch)
treed65657c92055cf3c8f6a04ec057c5ef293ca2d2d /include
parent079a1d3666362fd25282df312f479f12470d08ab (diff)
downloadgdb-82c6d230e3d13283d810a94dc9a54dd40ff3c15a.tar.gz
* hppa.h (pa_opcodes): Finish support for PA2.0 "b" instructions.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog2
-rw-r--r--include/opcode/hppa.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index df778e767a5..a123b02ea16 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): Finish support for PA2.0 "b" instructions.
+
* hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions.
* hppa.h (pa_opcodes): Add new syntax "be" instructions.
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 21cf0a120c9..c3c0923d182 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -96,6 +96,7 @@ Kinds of operands:
N nullification for spop and copr instructions
w 12 bit branch displacement
W 17 bit branch displacement (PC relative)
+ X 22 bit branch displacement (PC relative)
z 17 bit branch displacement (just a number, not an address)
Also these:
@@ -247,6 +248,8 @@ static const struct pa_opcode pa_opcodes[] =
{ "b", 0xe8002000, 0xfc00e000, "gnW,b", pa10, FLAG_STRICT},
+{ "b", 0xe8008000, 0xfc00e000, "lMnXL", pa20, FLAG_STRICT},
+{ "b", 0xe800a000, 0xfc00e000, "lnXL", pa20, FLAG_STRICT},
{ "b", 0xe8000000, 0xfc00e000, "lnW,b", pa10, FLAG_STRICT},
{ "b", 0xe8000000, 0xffe0e000, "nW", pa10}, /* bl foo,r0 */
{ "ldi", 0x34000000, 0xffe0c000, "j,x", pa10}, /* ldo val(r0),r */