Bochs/bochs/cpu/avx
Stanislav Shwartsman e2e6f5a62b Update CPUID defines after recently published
Intel Architecture Instruction Set Extensions Programming Reference rev-021

Enable AVX-512 with all implemented extensions in generic CPUID when simd=AVX512 is supplied
implemented AVX512_IFMA532 instructions
implemented AVX512_VBMI instructions

still missing: VPMULTISHIFTQB - VBMI instruction (coming soon)
2014-09-26 12:14:53 +00:00
..
avx2.cc Implemented VPSRLVW/VPSRAVW/VPSLLVW AVX512BW instructions 2014-07-25 21:15:48 +00:00
avx512_conflict.cc
avx512_cvt.cc
avx512_fma.cc
avx512_mask8.cc
avx512_mask16.cc
avx512_mask32.cc
avx512_mask64.cc
avx512_move.cc
avx512_pfp.cc implemented (not yet 100% correct) VREDUCE* AVX512 opcode 2014-08-08 19:12:18 +00:00
avx512_rcp14.cc bugfix with denormal arguments in avx-512 14-bit reciprocal 2014-08-15 19:00:12 +00:00
avx512_rsqrt14.cc fixed bug in vrsqt14* implementation 2014-08-16 18:15:02 +00:00
avx512.cc Update CPUID defines after recently published 2014-09-26 12:14:53 +00:00
avx_cvt.cc
avx_fma.cc
avx_pfp.cc
avx.cc avx512 bugfixes 2014-08-13 18:34:42 +00:00
gather.cc Implemented VPSRLVW/VPSRAVW/VPSLLVW AVX512BW instructions 2014-07-25 21:15:48 +00:00
Makefile.in regen dependencies in makefile for cpu objects 2014-08-14 19:53:57 +00:00
tbm32.cc
tbm64.cc
xop.cc