AVX-512: Fix match function to check the range of registers
commit66c61926b1fa8d22773bb43014d75d54ef43bf38
authorJin Kyu Song <jin.kyu.song@intel.com>
Tue, 27 Aug 2013 03:28:43 +0000 (26 20:28 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 28 Aug 2013 05:37:31 +0000 (28 09:37 +0400)
treef0ecfd143321e8f66cad99b5043cb62b1460ae4d
parent9bb987d8e0330429afba42015b1fc7c7ca0d1b16
AVX-512: Fix match function to check the range of registers

High-16 registers of XMM and YMM need to be encoded with EVEX not VEX.
Even if all the operand types match with VEX instruction format,
it should use EVEX instead.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c