diff options
author | Jeff Law <law@redhat.com> | 1994-02-05 07:44:34 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-05 07:44:34 +0000 |
commit | 881405be611595607b562bee4566217b76fa18b0 (patch) | |
tree | 24e5cba64ac299e36897b9207149e7416f9aa0a8 /include/opcode/hppa.h | |
parent | 4fc3b3b4938bda69b1332e1cbbccf78533ae3fce (diff) | |
download | gdb-881405be611595607b562bee4566217b76fa18b0.zip gdb-881405be611595607b562bee4566217b76fa18b0.tar.gz gdb-881405be611595607b562bee4566217b76fa18b0.tar.bz2 |
* hppa.h (xmpyu): No floating point format specifier for the
xmpyu instruction.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r-- | include/opcode/hppa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index a1c5f4e..eef20fc 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -428,7 +428,7 @@ static const struct pa_opcode pa_opcodes[] = { "fcnvfxt", 0x38018200, 0xfc1f8720, "FGJ,v"}, { "fcmp", 0x30000400, 0xfc00e7e0, "FME,X"}, { "fcmp", 0x38000400, 0xfc00e720, "IMJ,K"}, -{ "xmpyu", 0x38004700, 0xfc00e720, "FE,X,v"}, +{ "xmpyu", 0x38004700, 0xfc00e720, "E,X,v"}, { "fmpyadd", 0x18000000, 0xfc000000, "H4,6,7,9,8"}, { "fmpysub", 0x98000000, 0xfc000000, "H4,6,7,9,8"}, { "ftest", 0x30002420, 0xffffffff, ""}, |