summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/v8r-subarch.s
blob: fd58544b3a5d8eef49615c83070abb4141afc1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ RUN: llvm-mc < %s -triple armv8r-elf -filetype=obj | llvm-objdump -triple=arm -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]
OpenPOWER on IntegriCloud