AVX-512: Moved {er} decorator position next to the last SIMD op
commitc62bc20a0b6f8441e75616bdbcc300a510eb12f8
authorJin Kyu Song <jin.kyu.song@intel.com>
Tue, 27 Aug 2013 03:28:38 +0000 (26 20:28 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 28 Aug 2013 05:35:47 +0000 (28 09:35 +0400)
treeffc7cb972aa0260f3ff94a333d8378d45a8928bd
parent50ab1522e95b508c0c61ac000aaece8469088b5b
AVX-512: Moved {er} decorator position next to the last SIMD op

This is for following the current syntax used in gas even though
this is not SDM conforming.
According to SDM, {er} should follow the last GPR op not SIMD op.
e.g. SDM : VCVTSI2SD xmm1, xmm2, r/m64{er}
    NASM : VCVTSI2SD xmm1, xmm2{er}, r/m64

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