brintos

brintos / llvm-project-archived public Read only

0
0
Text · 517 B · b7ab350 Raw
27 lines · plain
1@ RUN: llvm-mc < %s -triple armv7m -mattr=+vfp4 -filetype=obj | llvm-objdump -d - | FileCheck %s2 3.eabi_attribute Tag_CPU_arch, 10 // v74.eabi_attribute Tag_CPU_arch_profile, 0x4D // 'M' profile5.eabi_attribute Tag_FP_arch, 5 // VFP46 7.thumb8vfp2:9  vmla.f32 s0, s1, s210 11@CHECK-LABEL: vfp212@CHECK: ee00 0a81   vmla.f32 s0, s1, s213 14.thumb15vfp4:16  vmov.f32 s0, #0.517 18@CHECK-LABEL: vfp419@CHECK: eeb6 0a00   vmov.f32 s0, #5.000000e-0120 21.thumb22div:23  udiv r0, r1, r224 25@CHECK-LABEL: div26@CHECK: fbb1 f0f2   udiv r0, r1, r227