Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3 instead...
[oota-llvm.git] / test / MC / X86 / x86-32-avx.s
index f56d5763adb96533ffb36f8bbb44b98ed3a06515..e13a8712f7d6ec6cedff6914904827c6feeccb23 100644 (file)
 // CHECK: encoding: [0xc5,0xf9,0x50,0xc2]
           vmovmskpd  %xmm2, %eax
 
+// CHECK: vmovmskps  %ymm2, %eax
+// CHECK: encoding: [0xc5,0xfc,0x50,0xc2]
+          vmovmskps  %ymm2, %eax
+
+// CHECK: vmovmskpd  %ymm2, %eax
+// CHECK: encoding: [0xc5,0xfd,0x50,0xc2]
+          vmovmskpd  %ymm2, %eax
+
 // CHECK: vcmpss  $0, %xmm1, %xmm2, %xmm3
 // CHECK: encoding: [0xc5,0xea,0xc2,0xd9,0x00]
           vcmpeqss   %xmm1, %xmm2, %xmm3