diff options
Diffstat (limited to 'test/MC/X86/x86_64-encoding.s')
-rw-r--r-- | test/MC/X86/x86_64-encoding.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/X86/x86_64-encoding.s b/test/MC/X86/x86_64-encoding.s index f1a86c9..5a2e99b 100644 --- a/test/MC/X86/x86_64-encoding.s +++ b/test/MC/X86/x86_64-encoding.s @@ -231,3 +231,7 @@ sha256msg2 (%rax), %xmm2 // CHECK: filds (%rdi) // CHECK: encoding: [0xdf,0x07] filds (%rdi) + +// CHECK: pmovmskb %xmm5, %rcx +// CHECK: encoding: [0x66,0x0f,0xd7,0xcd] + pmovmskb %xmm5,%rcx |