diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-12 12:07:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-12 12:07:10 +0000 |
commit | 4bba68155df1ff42f84c1dab62423444cde7ea02 (patch) | |
tree | 90945e1394eedc4f913ba8ccfa82c87484c18eae /gas/testsuite | |
parent | 25bc089505aef50357b98e7049c222c695bb3e17 (diff) | |
download | gdb-4bba68155df1ff42f84c1dab62423444cde7ea02.zip gdb-4bba68155df1ff42f84c1dab62423444cde7ea02.tar.gz gdb-4bba68155df1ff42f84c1dab62423444cde7ea02.tar.bz2 |
* i386-dis.c (twobyte_has_modrm): Update table.
(need_modrm): Give it file scope.
(MODRM_CHECK): Define.
(dofloat): Use MODRM_CHECK.
(OP_E): Likewise.
(OP_EM): Likewise.
(OP_EX): Likewise.
and fix testsuite yet again now that we are getting correct disassembly.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/sse2.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c1d821b..5178586 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,7 +1,7 @@ 2001-05-12 Alan Modra <amodra@one.net.au> * gas/i386/sse2.s: Correct cvtps2dq, movdq2q, and movq2dq - * gas/i386/sse2.d: Likewise. Fix pmuludq too. + * gas/i386/sse2.d: Likewise. Fix pmuludq and punpckhqdq too. * gas/i386/ssemmx2.d: Correct movq. diff --git a/gas/testsuite/gas/i386/sse2.d b/gas/testsuite/gas/i386/sse2.d index 4e9365f..b7aa489 100644 --- a/gas/testsuite/gas/i386/sse2.d +++ b/gas/testsuite/gas/i386/sse2.d @@ -152,5 +152,5 @@ Disassembly of section .text: 26b: f2 0f 70 c8 01[ ]+pshuflw \$0x1,%xmm0,%xmm1 270: 66 0f 73 f8 01[ ]+pslldq \$0x1,%xmm0 275: 66 0f 73 d8 01[ ]+psrldq \$0x1,%xmm0 - 27a: 66 0f 6d c8[ ]+punpckhqdq %xmm0,%xmm3 + 27a: 66 0f 6d c8[ ]+punpckhqdq %xmm0,%xmm1 27e: 89 f6[ ]+mov[ ]+%esi,%esi |