1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - \
2 ; RUN: | FileCheck %s -check-prefix=VFP2
4 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - \
5 ; RUN: | FileCheck %s -check-prefix=NFP1
7 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 --enable-unsafe-fp-math %s -o - \
8 ; RUN: | FileCheck %s -check-prefix=NFP1U
10 ; RUN: llc -mtriple=arm-darwin -mcpu=cortex-a8 %s -o - \
11 ; RUN: | FileCheck %s -check-prefix=NFP1U
13 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - \
14 ; RUN: | FileCheck %s -check-prefix=NFP0
16 define float @test(float %a, float %b) {
18 %0 = fsub float %a, %b