blob: 0bae7c1c0b224a68a44ec8bbbe40373739ac8595 [file] [log] [blame]
@ RUN: llvm-mc < %s -triple armv8r-elf -filetype=obj | llvm-objdump -d - | FileCheck %s
.eabi_attribute Tag_CPU_arch, 15 // v8_R
.eabi_attribute Tag_CPU_arch_profile, 0x52 // 'R' profile
.arch armv8
lda:
lda r0, [r1]
@ CHECK-LABEL:lda
@ CHECK: 9f 0c 91 e1 lda r0, [r1]