llvm-project/llvm/test/MC/AsmParser/expr-shr.s

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
300 B
ArmAsm
Raw Normal View History

// RUN: llvm-mc -triple x86_64-unknown-unknown-elf %s | FileCheck %s
// RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
// RUN: llvm-mc -triple x86_64-pc-windows-msvc %s | FileCheck %s --check-prefix=MSVC
.data
// CHECK: .quad 3
// MSVC does AShr.
// MSVC: .quad -1
.quad (~0 >> 62)