BR 3392275: Don't require xmm0 to be specified when implicit
commit1eef781594b08a7f2d3a715f8f4fa4c28a29e65a
authorH. Peter Anvin <hpa@linux.intel.com>
Sun, 16 Feb 2014 18:25:25 +0000 (16 10:25 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Sun, 16 Feb 2014 18:25:25 +0000 (16 10:25 -0800)
tree134c3ef0043d3300b738c01491b152b1bfb885fe
parentd0293d339272af18b2258d702d3e1e44c0501292
BR 3392275: Don't require xmm0 to be specified when implicit

BR 3392275 complains about xmm0 having to be explicitly included in
the assembly syntax when it is implicit in the encoding.  In the
interest of "be liberal in what you accept", accept either form in the
input.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
insns.dat
test/xmm0.asm [new file with mode: 0644]