Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_32-encoding.s
index e38df9e3b995eb0d6b0b8f152427a8f3b8f47477..e029ded0d1f305459b0ba63350d50106b04a49b8 100644 (file)
@@ -9,3 +9,5 @@ sbbb    $0xfe,0xdeadbeef(%ebx,%ecx,8)
 psllw  69, %mm3
 # CHECK: encoding: [0x0f,0xf1,0x1d,0x45,0x00,0x00,0x00]
 
+movntdqa 0xdeadbeef(%ebx,%ecx,8),%xmm5
+# CHECK: encoding: [0x66,0x0f,0x38,0x2a,0xac,0xcb,0xef,0xbe,0xad,0xde]