fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_64-suffix-matching.s
1 // RUN: llvm-mc -triple x86_64 -o - %s | FileCheck %s
2
3 // CHECK: addl $0, %eax
4         add $0, %eax
5 // CHECK: addb $255, %al
6         add $0xFF, %al
7 // CHECK: orq %rax, %rdx
8         or %rax, %rdx
9 // CHECK: shlq $3, %rax
10         shl $3, %rax