Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions. Added tests for them
Diff Detail
Diff Detail
Event Timeline
Comment Actions
These tests cover all possible versions of AVX512 FP packed instructions.
There was created in the same way as encoding tests for AVX instructions (test/MC/X86/x86-32-avx.s and test/MC/X86/x86_64-avx-encoding.s): they cover all possible AVX encodings.
Comment Actions
It covers everything except rounding mode (rrb, rrbk, rrbkz). Since AVX512 has many instructions and encoding variants, I suggest to split the file, otherwise it will be huge.
You can do this in upcoming patches.
- Elena