diff options
author | Jeff Law <law@redhat.com> | 1999-09-19 18:10:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-19 18:10:28 +0000 |
commit | 4832d84f3da09b816bb8d3101a7407f4e6a64fb1 (patch) | |
tree | 572324474cca03f2ddac97cc7ecd2ed4e4a2acaa /include/opcode/hppa.h | |
parent | af5442f1983c12a20bd84b4e83052709f45f4499 (diff) | |
download | cygnal-4832d84f3da09b816bb8d3101a7407f4e6a64fb1.tar.gz cygnal-4832d84f3da09b816bb8d3101a7407f4e6a64fb1.tar.bz2 cygnal-4832d84f3da09b816bb8d3101a7407f4e6a64fb1.zip |
* hppa.h (pa_opcodes): Finish support for PA2.0 "b" instructions.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r-- | include/opcode/hppa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index 21cf0a120..c3c0923d1 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 */ |