]> granicus.if.org Git - yasm/commit
Fix a couple of MMX/SSE/SSE2 instructions: movntps, movntq, movss, and the
authorPeter Johnson <peter@tortall.net>
Tue, 21 Oct 2003 01:36:19 +0000 (01:36 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 21 Oct 2003 01:36:19 +0000 (01:36 -0000)
commit7a1ed5ff15e9093a466ef347e6220ca2a5b3e637
treeca46c3bd1030ae33adce3421f719994d3851513e
parent04177a59b47ce4c509f1c0046a8a8ba4b06decd9
Fix a couple of MMX/SSE/SSE2 instructions: movntps, movntq, movss, and the
pcmp* family.  The first three had some operand encoding problems, and pcmp*
was typoed as pacmp*.
Reported by: Edouard Gomez <ed.gomez@free.fr>

svn path=/trunk/yasm/; revision=1072
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/simd-1.asm [new file with mode: 0644]
modules/arch/x86/tests/simd-1.errwarn [new file with mode: 0644]
modules/arch/x86/tests/simd-1.hex [new file with mode: 0644]
modules/arch/x86/x86id.re