AVX-512: Reorder instructions in insns.dat
commit24bb75b3012c16447b3ad87d8f8b867aa4c34f1f
authorJin Kyu Song <jin.kyu.song@intel.com>
Sat, 31 Aug 2013 00:41:19 +0000 (30 17:41 -0700)
committerJin Kyu Song <jin.kyu.song@intel.com>
Sat, 31 Aug 2013 01:02:58 +0000 (30 18:02 -0700)
tree7e52221e56b59ca85bc4f018dbe9bb666c32590b
parentb1cdce3649ce5ec805938bfa648f642b4d44983c
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>
insns.dat