diff options
author | Jeff Law <law@redhat.com> | 1999-09-19 19:43:06 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-19 19:43:06 +0000 |
commit | c49ec3da04e9d80d89cbc70863e4c4c1366dbd58 (patch) | |
tree | ec2c0d17004580958c3c4113297a2562adcf9078 /include/opcode | |
parent | d758242c739c1d9348ac6aed240e639f5c547be3 (diff) | |
download | gdb-c49ec3da04e9d80d89cbc70863e4c4c1366dbd58.zip gdb-c49ec3da04e9d80d89cbc70863e4c4c1366dbd58.tar.gz gdb-c49ec3da04e9d80d89cbc70863e4c4c1366dbd58.tar.bz2 |
* hppa.h (pa_opcodes): Add remaining PA2.0 FP load/store instructions.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 2 | ||||
-rw-r--r-- | include/opcode/hppa.h | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 0aa1d79..62ed206 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 remaining PA2.0 FP load/store instructions. + * hppa.h (pa_opcodes): Add long offset double word load/store instructions. diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index da914e5..2e5beea 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -227,6 +227,7 @@ Floating point registers all have 'f' as a prefix: fb operand 2 register at 15 fB operand 2 register with L/R halves at 15 fC operand 3 register with L/R halves at 16:18,21:23 + fe Like fT, but encoding is different. Float registers for fmpyadd and fmpysub: @@ -626,6 +627,10 @@ static const struct pa_opcode pa_opcodes[] = { "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}, +{ "fldw", 0x5c000000, 0xfc000004, "d(s,b),fe", pa20, FLAG_STRICT}, +{ "fldw", 0x5c000000, 0xfc000004, "d(b),fe", pa20, FLAG_STRICT}, +{ "fldw", 0x58000000, 0xfc000004, "cJd(s,b),fe", pa20, FLAG_STRICT}, +{ "fldw", 0x58000000, 0xfc000004, "cJd(b),fe", pa20, 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}, @@ -636,6 +641,10 @@ static const struct pa_opcode pa_opcodes[] = { "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}, +{ "fstw", 0x78000000, 0xfc000004, "fe,d(s,b)", pa20, FLAG_STRICT}, +{ "fstw", 0x78000000, 0xfc000004, "fe,d(b)", pa20, FLAG_STRICT}, +{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(s,b)", pa20, FLAG_STRICT}, +{ "fstw", 0x7c000000, 0xfc000004, "cJfe,d(b)", pa20, 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}, |