svn commit: r2049 - in trunk/yasm/modules/arch/x86: tests
peter at tortall.net
peter at tortall.net
Thu Apr 3 19:10:25 PDT 2008
Author: peter
Date: Thu Apr 3 19:10:24 2008
New Revision: 2049
Modified:
trunk/yasm/modules/arch/x86/gen_x86_insn.py
trunk/yasm/modules/arch/x86/tests/sse5-cc.asm
trunk/yasm/modules/arch/x86/tests/sse5-cc.hex
Changeset:
http://www.tortall.net/projects/yasm/changeset/2049
Log:
PCOMUcc should have been PCOMccU.
Fix up condition code naming and add aliases to match SSE5 added to GNU
binutils as follows:
COMcc:
- swapped uneq, unlt, and unle with neq, nlt, and nle
- added unge, ungt, ne, uge, ugt, nge, ngt, une, ge, and gt aliases
PCOMcc:
- added ne alias (for neq)
More information about the yasm-cvs
mailing list