Lines Matching refs:IOS
1 ; RUN: llc < %s -mtriple=arm64-apple-ios7 | FileCheck %s --check-prefix CHECK-IOS
12 ; CHECK-IOS-LABEL: test1:
13 ; CHECK-IOS: bl ___sincosf_stret
14 ; CHECK-IOS: fadd s0, s0, s1
27 ; CHECK-IOS-LABEL: test1_errno:
28 ; CHECK-IOS: bl _sinf
29 ; CHECK-IOS: bl _cosf
43 ; CHECK-IOS-LABEL: test2:
44 ; CHECK-IOS: bl ___sincos_stret
45 ; CHECK-IOS: fadd d0, d0, d1
58 ; CHECK-IOS-LABEL: test2_errno:
59 ; CHECK-IOS: bl _sin
60 ; CHECK-IOS: bl _cos