1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - | FileCheck %s -check-prefix=VFP2
2 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s -check-prefix=NFP0
3 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s -check-prefix=CORTEXA8
4 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCheck %s -check-prefix=CORTEXA9
6 define float @test(float %a, float %b) {
13 ; VFP2: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
16 ; NFP1: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
18 ; NFP0: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
20 ; CORTEXA8-LABEL: test:
21 ; CORTEXA8: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
22 ; CORTEXA9-LABEL: test:
23 ; CORTEXA9: vdiv.f32 s{{.}}, s{{.}}, s{{.}}