[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / tools / llvm-objdump / ARM / v8r-subarch.s
blobfd58544b3a5d8eef49615c83070abb4141afc1c1
1 @ RUN: llvm-mc < %s -triple armv8r-elf -filetype=obj | llvm-objdump -triple=arm -d - | FileCheck %s
3 .eabi_attribute Tag_CPU_arch, 15 // v8_R
4 .eabi_attribute Tag_CPU_arch_profile, 0x52 // 'R' profile
6 .arch armv8
8 lda:
9 lda r0, [r1]
11 @ CHECK-LABEL:lda
12 @ CHECK: 9f 0c 91 e1 lda r0, [r1]