Lines Matching refs:SINCOS
2 ; RUN: llc < %s -mtriple=armv7-apple-ios7 -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS
3 ; RUN: llc < %s -mtriple=armv7-linux-gnu -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS-GNU
5 ; RUN: --enable-unsafe-fp-math | FileCheck %s --check-prefix=SINCOS-GNU
7 ; RUN: llc < %s -mtriple=armv7-linux-android9 -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS-…
16 ; SINCOS-LABEL: test1:
17 ; SINCOS: bl ___sincosf_stret
19 ; SINCOS-GNU-LABEL: test1:
20 ; SINCOS-GNU: bl sincosf
38 ; SINCOS-LABEL: test1_errno:
39 ; SINCOS: bl _sinf
40 ; SINCOS: bl _cosf
42 ; SINCOS-GNU-LABEL: test1_errno:
43 ; SINCOS-GNU: bl sinf
44 ; SINCOS-GNU: bl cosf
62 ; SINCOS-LABEL: test2:
63 ; SINCOS: bl ___sincos_stret
65 ; SINCOS-GNU-LABEL: test2:
66 ; SINCOS-GNU: bl sincos
84 ; SINCOS-LABEL: test2_errno:
85 ; SINCOS: bl _sin
86 ; SINCOS: bl _cos
88 ; SINCOS-GNU-LABEL: test2_errno:
89 ; SINCOS-GNU: bl sin
90 ; SINCOS-GNU: bl cos