svn commit: r2015 - in trunk/yasm/modules/arch/x86: tests
peter at tortall.net
peter at tortall.net
Tue Nov 27 23:21:09 PST 2007
Author: peter
Date: Tue Nov 27 23:21:08 2007
New Revision: 2015
Added:
trunk/yasm/modules/arch/x86/tests/ssewidth.asm
trunk/yasm/modules/arch/x86/tests/ssewidth.hex
Modified:
trunk/yasm/modules/arch/x86/gen_x86_insn.py
trunk/yasm/modules/arch/x86/tests/Makefile.inc
Changeset:
http://www.tortall.net/projects/yasm/changeset/2015
Log:
Fix #119. Quite a few SSE/SSE2 instructions assumed 128-bit memory sizes
instead of the correct 64-bit or 32-bit sizes (e.g. xmm/m64 or similar).
It worked fine when no memory size was specified, but it should also work
with the correct size modifier.
More information about the yasm-cvs
mailing list