diff options
author | David S. Miller <davem@redhat.com> | 2011-09-08 16:40:47 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2011-09-08 16:40:47 +0000 |
commit | cdf492019f8253a887104489cb80647ea7308d8f (patch) | |
tree | 777fe7d947265f1b4ac0dab0465975584d41f8e0 /opcodes/sparc-opc.c | |
parent | 7b01d2c3ae76b1f8b0f186650638821a758605f2 (diff) | |
download | gdb-cdf492019f8253a887104489cb80647ea7308d8f.zip gdb-cdf492019f8253a887104489cb80647ea7308d8f.tar.gz gdb-cdf492019f8253a887104489cb80647ea7308d8f.tar.bz2 |
opcodes/
* sparc-opc.c (pdistn): Destination is integer not float register.
gas/testsuite/
* gas/sparc/hpcvis3.s: Correct pdistn test.
* gas/sparc/hpcvis3.d: Likewise.
Diffstat (limited to 'opcodes/sparc-opc.c')
-rw-r--r-- | opcodes/sparc-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/sparc-opc.c b/opcodes/sparc-opc.c index e44d321..c4a5f71 100644 --- a/opcodes/sparc-opc.c +++ b/opcodes/sparc-opc.c @@ -1864,7 +1864,7 @@ SLCBCC("cbnefr", 15), { "fsra16", F3F(2, 0x36, 0x02b), F3F(~2, ~0x36, ~0x02b), "v,B,H", 0, v9b }, { "fslas32", F3F(2, 0x36, 0x02d), F3F(~2, ~0x36, ~0x02d), "v,B,H", 0, v9b }, { "fsra32", F3F(2, 0x36, 0x02f), F3F(~2, ~0x36, ~0x02f), "v,B,H", 0, v9b }, -{ "pdistn", F3F(2, 0x36, 0x03f), F3F(~2, ~0x36, ~0x03f), "v,B,H", 0, v9b }, +{ "pdistn", F3F(2, 0x36, 0x03f), F3F(~2, ~0x36, ~0x03f), "v,B,d", 0, v9b }, { "fmean16", F3F(2, 0x36, 0x040), F3F(~2, ~0x36, ~0x040), "v,B,H", 0, v9b }, { "fpadd64", F3F(2, 0x36, 0x042), F3F(~2, ~0x36, ~0x042), "v,B,H", 0, v9b }, { "fchksum16", F3F(2, 0x36, 0x044), F3F(~2, ~0x36, ~0x044), "v,B,H", 0, v9b }, |