llvm-6502/test/MC/AsmParser/X86/x86_64-suffix-matching.s
2010-05-12 00:54:20 +00:00

11 lines
240 B
ArmAsm

// RUN: llvm-mc -triple x86_64 -o - %s | FileCheck %s
// CHECK: addl $0, %eax
add $0, %eax
// CHECK: addb $255, %al
add $0xFF, %al
// CHECK: orq %rax, %rdx
or %rax, %rdx
// CHECK: shlq $3, %rax
shl $3, %rax