AVX-512: Reorder instructions in insns.dat
commit4f14a4b9ed42957fa874e923873e941e07c78a89
authorJin Kyu Song <jin.kyu.song@intel.com>
Sat, 31 Aug 2013 01:10:36 +0000 (30 18:10 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 7 Sep 2013 07:50:18 +0000 (7 11:50 +0400)
tree7e52221e56b59ca85bc4f018dbe9bb666c32590b
parentc47ef9490bb9855b1d04931b696510a1cb042cad
AVX-512: Reorder instructions in insns.dat

Within a same instruction mnemonic, instructions are reordered
in order of opcode byte value.
Therefore when there are two possible opcode candidates, smaller
opcode is picked now.
e.g.) vmovapd zmm30, zmm29 -> now 28h is used. 29h previously

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