brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · 72030aa Raw
13 lines · plain
1@ RUN: llvm-mc < %s -triple armv8r-elf -filetype=obj | llvm-objdump -d - | FileCheck %s2 3.eabi_attribute Tag_CPU_arch, 15 // v8_R4.eabi_attribute Tag_CPU_arch_profile, 0x52 // 'R' profile5 6.arch armv87 8lda:9lda r0, [r1]10 11@ CHECK-LABEL:lda12@ CHECK: e1910c9f    lda r0, [r1]13