]> granicus.if.org Git - yasm/commit
Update AVX and FMA to latest Intel specification (Dec 2008).
authorPeter Johnson <peter@tortall.net>
Wed, 14 Jan 2009 08:28:13 +0000 (08:28 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 14 Jan 2009 08:28:13 +0000 (08:28 -0000)
commit5624364e9096be838dcdb872ee88d704968b4048
tree26deceb3edeb8dbaefae713177c9b77fb88bcb06
parentab1449c2067c16b260d4681419ae595139b1a878
Update AVX and FMA to latest Intel specification (Dec 2008).
- Removed VPERMIL2 opcodes (VPERMIL2PS, VPERMIL2PD).
- Replaced 4-operand FMA instructions with completely new set of opcodes.

Contributed by: Mark Charney, Intel Corporation <mark.charney@intel.com>

svn path=/trunk/yasm/; revision=2170
modules/arch/x86/gen_x86_insn.py
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/avx.asm
modules/arch/x86/tests/avx.hex
modules/arch/x86/tests/fma.asm
modules/arch/x86/tests/fma.hex
modules/arch/x86/tests/vpermil2.asm [deleted file]
modules/arch/x86/tests/vpermil2.hex [deleted file]