]> granicus.if.org Git - yasm/commit
Add most Intel AVX2 instructions.
authorPeter Johnson <peter@tortall.net>
Sun, 3 Jul 2011 21:36:37 +0000 (14:36 -0700)
committerPeter Johnson <peter@tortall.net>
Sun, 3 Jul 2011 21:36:37 +0000 (14:36 -0700)
commitd779fcb04e7b47b6054483a498ec3ad77428bb24
treeeabe708b9347a6354018ee4f0aacc194795bb32c
parentfc7724a3df1dd3b65317f66547573939a1f269e6
Add most Intel AVX2 instructions.

Reference: http://www.intel.com/software/avx rev11 spec

This is all AVX2 instructions except for VGATHER*/VPGATHER*, which
require additional ModRM handling.

Portions contributed by: Mark Charney <mark.charney@intel.com>

Part of [#227].
modules/arch/x86/gen_x86_insn.py
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/avx2.asm [new file with mode: 0644]
modules/arch/x86/tests/avx2.hex [new file with mode: 0644]