From: Jin K. S. <jin...@in...> - 2013-09-13 21:14:07
|
Added AVX-512CD / ER / PF instructions and corresponding test cases. This time IF_AVX512 has been changed to a bit mask because this needs to be shared by all AVX-512 family. Jin Kyu Song (3): AVX-512: Add AVX-512CD instructions AVX-512: Add AVX-512ER instructions AVX-512: Added AVX-512PF instructions assemble.c | 2 +- insns.dat | 39 +++++++++++++++ insns.h | 5 +- test/avx512cd.asm | 105 +++++++++++++++++++++++++++++++++++++++ test/avx512er.asm | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++++ test/avx512pf.asm | 87 ++++++++++++++++++++++++++++++++ 6 files changed, 379 insertions(+), 2 deletions(-) create mode 100644 test/avx512cd.asm create mode 100644 test/avx512er.asm create mode 100644 test/avx512pf.asm -- 1.7.9.5 |