AVX-512: Add test case for opmask instructions
commit088827bc6c8590108e5d752fd1f968d128b5586e
authorJin Kyu Song <jin.kyu.song@intel.com>
Thu, 29 Aug 2013 02:15:29 +0000 (28 19:15 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 29 Aug 2013 06:03:36 +0000 (29 10:03 +0400)
tree985568fb4349737b8c10fa9988b5528f41e8e232
parentdaafcbae77655a19ea5b2376638e865f15e6c5fe
AVX-512: Add test case for opmask instructions

Added K* instructions test cases in test/avx512f.asm.
The previous test case from GNU AS were repeating the same instruction twice,
so the repeated half part is removed.
Changed the python script (gas2nasm.py) to include opmask instructions.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
test/avx512f.asm
test/gas2nasm.py