1*9880d681SAndroid Build Coastguard Worker; RUN: llc %s -O0 -verify-machineinstrs -o - | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; This file uses to trigger a machine verifier error because we 3*9880d681SAndroid Build Coastguard Worker; were generating a stack adjustement with SP as second argument, 4*9880d681SAndroid Build Coastguard Worker; which is unpredictable behavior for t2ADDrr. 5*9880d681SAndroid Build Coastguard Worker; This file has been generated from the constpool test of the test-suite. 6*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-m:o-p:32:32-f64:32:64-v64:32:64-v128:32:128-a:0:32-n32-S32" 7*9880d681SAndroid Build Coastguard Workertarget triple = "thumbv7s-apple-ios" 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Worker@.str = external unnamed_addr constant [21 x i8], align 1 10*9880d681SAndroid Build Coastguard Worker 11*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: f: 12*9880d681SAndroid Build Coastguard Worker; CHECK: movw [[ADDR:(r[0-9]+|lr)]], # 13*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: add [[ADDR]], sp 14*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: vst1.64 {d{{[0-9]+}}, d{{[0-9]+}}}, {{\[}}[[ADDR]]:128] 15*9880d681SAndroid Build Coastguard Workerdefine <4 x float> @f(<4 x float> %x) { 16*9880d681SAndroid Build Coastguard Workerentry: 17*9880d681SAndroid Build Coastguard Worker %.compoundliteral7837 = alloca <4 x float>, align 16 18*9880d681SAndroid Build Coastguard Worker %.compoundliteral7865 = alloca <4 x float>, align 16 19*9880d681SAndroid Build Coastguard Worker %.compoundliteral7991 = alloca <4 x float>, align 16 20*9880d681SAndroid Build Coastguard Worker %.compoundliteral8019 = alloca <4 x float>, align 16 21*9880d681SAndroid Build Coastguard Worker %.compoundliteral8061 = alloca <4 x float>, align 16 22*9880d681SAndroid Build Coastguard Worker %.compoundliteral8075 = alloca <4 x float>, align 16 23*9880d681SAndroid Build Coastguard Worker %.compoundliteral8089 = alloca <4 x float>, align 16 24*9880d681SAndroid Build Coastguard Worker %.compoundliteral8103 = alloca <4 x float>, align 16 25*9880d681SAndroid Build Coastguard Worker %.compoundliteral8117 = alloca <4 x float>, align 16 26*9880d681SAndroid Build Coastguard Worker %.compoundliteral8145 = alloca <4 x float>, align 16 27*9880d681SAndroid Build Coastguard Worker %.compoundliteral8243 = alloca <4 x float>, align 16 28*9880d681SAndroid Build Coastguard Worker %.compoundliteral8285 = alloca <4 x float>, align 16 29*9880d681SAndroid Build Coastguard Worker %.compoundliteral8299 = alloca <4 x float>, align 16 30*9880d681SAndroid Build Coastguard Worker %.compoundliteral8313 = alloca <4 x float>, align 16 31*9880d681SAndroid Build Coastguard Worker %.compoundliteral8327 = alloca <4 x float>, align 16 32*9880d681SAndroid Build Coastguard Worker %.compoundliteral9601 = alloca <4 x float>, align 16 33*9880d681SAndroid Build Coastguard Worker %.compoundliteral9615 = alloca <4 x float>, align 16 34*9880d681SAndroid Build Coastguard Worker %.compoundliteral9629 = alloca <4 x float>, align 16 35*9880d681SAndroid Build Coastguard Worker %.compoundliteral9657 = alloca <4 x float>, align 16 36*9880d681SAndroid Build Coastguard Worker %.compoundliteral9755 = alloca <4 x float>, align 16 37*9880d681SAndroid Build Coastguard Worker %.compoundliteral9769 = alloca <4 x float>, align 16 38*9880d681SAndroid Build Coastguard Worker %.compoundliteral9853 = alloca <4 x float>, align 16 39*9880d681SAndroid Build Coastguard Worker %.compoundliteral9867 = alloca <4 x float>, align 16 40*9880d681SAndroid Build Coastguard Worker %.compoundliteral9895 = alloca <4 x float>, align 16 41*9880d681SAndroid Build Coastguard Worker %.compoundliteral9909 = alloca <4 x float>, align 16 42*9880d681SAndroid Build Coastguard Worker %.compoundliteral9923 = alloca <4 x float>, align 16 43*9880d681SAndroid Build Coastguard Worker %.compoundliteral9937 = alloca <4 x float>, align 16 44*9880d681SAndroid Build Coastguard Worker %.compoundliteral9951 = alloca <4 x float>, align 16 45*9880d681SAndroid Build Coastguard Worker %.compoundliteral9979 = alloca <4 x float>, align 16 46*9880d681SAndroid Build Coastguard Worker %.compoundliteral10021 = alloca <4 x float>, align 16 47*9880d681SAndroid Build Coastguard Worker %.compoundliteral10049 = alloca <4 x float>, align 16 48*9880d681SAndroid Build Coastguard Worker %.compoundliteral10063 = alloca <4 x float>, align 16 49*9880d681SAndroid Build Coastguard Worker %.compoundliteral10077 = alloca <4 x float>, align 16 50*9880d681SAndroid Build Coastguard Worker %.compoundliteral10091 = alloca <4 x float>, align 16 51*9880d681SAndroid Build Coastguard Worker %.compoundliteral10119 = alloca <4 x float>, align 16 52*9880d681SAndroid Build Coastguard Worker %.compoundliteral10133 = alloca <4 x float>, align 16 53*9880d681SAndroid Build Coastguard Worker %.compoundliteral10147 = alloca <4 x float>, align 16 54*9880d681SAndroid Build Coastguard Worker %.compoundliteral10161 = alloca <4 x float>, align 16 55*9880d681SAndroid Build Coastguard Worker %.compoundliteral10203 = alloca <4 x float>, align 16 56*9880d681SAndroid Build Coastguard Worker %.compoundliteral10231 = alloca <4 x float>, align 16 57*9880d681SAndroid Build Coastguard Worker %.compoundliteral10385 = alloca <4 x float>, align 16 58*9880d681SAndroid Build Coastguard Worker %.compoundliteral10399 = alloca <4 x float>, align 16 59*9880d681SAndroid Build Coastguard Worker %.compoundliteral10413 = alloca <4 x float>, align 16 60*9880d681SAndroid Build Coastguard Worker %.compoundliteral10539 = alloca <4 x float>, align 16 61*9880d681SAndroid Build Coastguard Worker %.compoundliteral10553 = alloca <4 x float>, align 16 62*9880d681SAndroid Build Coastguard Worker %.compoundliteral10567 = alloca <4 x float>, align 16 63*9880d681SAndroid Build Coastguard Worker %.compoundliteral10581 = alloca <4 x float>, align 16 64*9880d681SAndroid Build Coastguard Worker %.compoundliteral10595 = alloca <4 x float>, align 16 65*9880d681SAndroid Build Coastguard Worker %.compoundliteral10609 = alloca <4 x float>, align 16 66*9880d681SAndroid Build Coastguard Worker %.compoundliteral10623 = alloca <4 x float>, align 16 67*9880d681SAndroid Build Coastguard Worker %.compoundliteral10637 = alloca <4 x float>, align 16 68*9880d681SAndroid Build Coastguard Worker %.compoundliteral10665 = alloca <4 x float>, align 16 69*9880d681SAndroid Build Coastguard Worker %.compoundliteral10693 = alloca <4 x float>, align 16 70*9880d681SAndroid Build Coastguard Worker %.compoundliteral10707 = alloca <4 x float>, align 16 71*9880d681SAndroid Build Coastguard Worker %.compoundliteral10721 = alloca <4 x float>, align 16 72*9880d681SAndroid Build Coastguard Worker %.compoundliteral10735 = alloca <4 x float>, align 16 73*9880d681SAndroid Build Coastguard Worker %.compoundliteral10749 = alloca <4 x float>, align 16 74*9880d681SAndroid Build Coastguard Worker %.compoundliteral10763 = alloca <4 x float>, align 16 75*9880d681SAndroid Build Coastguard Worker %.compoundliteral10945 = alloca <4 x float>, align 16 76*9880d681SAndroid Build Coastguard Worker %.compoundliteral10959 = alloca <4 x float>, align 16 77*9880d681SAndroid Build Coastguard Worker %.compoundliteral10987 = alloca <4 x float>, align 16 78*9880d681SAndroid Build Coastguard Worker %.compoundliteral11001 = alloca <4 x float>, align 16 79*9880d681SAndroid Build Coastguard Worker %.compoundliteral11015 = alloca <4 x float>, align 16 80*9880d681SAndroid Build Coastguard Worker %.compoundliteral11197 = alloca <4 x float>, align 16 81*9880d681SAndroid Build Coastguard Worker %.compoundliteral11421 = alloca <4 x float>, align 16 82*9880d681SAndroid Build Coastguard Worker %.compoundliteral11435 = alloca <4 x float>, align 16 83*9880d681SAndroid Build Coastguard Worker %.compoundliteral11463 = alloca <4 x float>, align 16 84*9880d681SAndroid Build Coastguard Worker %.compoundliteral11477 = alloca <4 x float>, align 16 85*9880d681SAndroid Build Coastguard Worker %.compoundliteral11491 = alloca <4 x float>, align 16 86*9880d681SAndroid Build Coastguard Worker %.compoundliteral11519 = alloca <4 x float>, align 16 87*9880d681SAndroid Build Coastguard Worker %.compoundliteral11533 = alloca <4 x float>, align 16 88*9880d681SAndroid Build Coastguard Worker %.compoundliteral11547 = alloca <4 x float>, align 16 89*9880d681SAndroid Build Coastguard Worker %.compoundliteral11631 = alloca <4 x float>, align 16 90*9880d681SAndroid Build Coastguard Worker %.compoundliteral11645 = alloca <4 x float>, align 16 91*9880d681SAndroid Build Coastguard Worker %.compoundliteral11659 = alloca <4 x float>, align 16 92*9880d681SAndroid Build Coastguard Worker %.compoundliteral11701 = alloca <4 x float>, align 16 93*9880d681SAndroid Build Coastguard Worker %.compoundliteral11743 = alloca <4 x float>, align 16 94*9880d681SAndroid Build Coastguard Worker %.compoundliteral11757 = alloca <4 x float>, align 16 95*9880d681SAndroid Build Coastguard Worker %.compoundliteral11771 = alloca <4 x float>, align 16 96*9880d681SAndroid Build Coastguard Worker %.compoundliteral11785 = alloca <4 x float>, align 16 97*9880d681SAndroid Build Coastguard Worker %.compoundliteral11799 = alloca <4 x float>, align 16 98*9880d681SAndroid Build Coastguard Worker %.compoundliteral11827 = alloca <4 x float>, align 16 99*9880d681SAndroid Build Coastguard Worker %.compoundliteral11841 = alloca <4 x float>, align 16 100*9880d681SAndroid Build Coastguard Worker %.compoundliteral11855 = alloca <4 x float>, align 16 101*9880d681SAndroid Build Coastguard Worker %.compoundliteral11869 = alloca <4 x float>, align 16 102*9880d681SAndroid Build Coastguard Worker %.compoundliteral11939 = alloca <4 x float>, align 16 103*9880d681SAndroid Build Coastguard Worker %.compoundliteral11953 = alloca <4 x float>, align 16 104*9880d681SAndroid Build Coastguard Worker %.compoundliteral11967 = alloca <4 x float>, align 16 105*9880d681SAndroid Build Coastguard Worker %.compoundliteral11981 = alloca <4 x float>, align 16 106*9880d681SAndroid Build Coastguard Worker %.compoundliteral11995 = alloca <4 x float>, align 16 107*9880d681SAndroid Build Coastguard Worker %.compoundliteral12023 = alloca <4 x float>, align 16 108*9880d681SAndroid Build Coastguard Worker %.compoundliteral12051 = alloca <4 x float>, align 16 109*9880d681SAndroid Build Coastguard Worker %.compoundliteral12065 = alloca <4 x float>, align 16 110*9880d681SAndroid Build Coastguard Worker %.compoundliteral12247 = alloca <4 x float>, align 16 111*9880d681SAndroid Build Coastguard Worker %.compoundliteral12261 = alloca <4 x float>, align 16 112*9880d681SAndroid Build Coastguard Worker %.compoundliteral12275 = alloca <4 x float>, align 16 113*9880d681SAndroid Build Coastguard Worker %.compoundliteral12499 = alloca <4 x float>, align 16 114*9880d681SAndroid Build Coastguard Worker %.compoundliteral12541 = alloca <4 x float>, align 16 115*9880d681SAndroid Build Coastguard Worker %.compoundliteral12555 = alloca <4 x float>, align 16 116*9880d681SAndroid Build Coastguard Worker %.compoundliteral12751 = alloca <4 x float>, align 16 117*9880d681SAndroid Build Coastguard Worker %.compoundliteral12891 = alloca <4 x float>, align 16 118*9880d681SAndroid Build Coastguard Worker %.compoundliteral12905 = alloca <4 x float>, align 16 119*9880d681SAndroid Build Coastguard Worker %.compoundliteral12919 = alloca <4 x float>, align 16 120*9880d681SAndroid Build Coastguard Worker %.compoundliteral12933 = alloca <4 x float>, align 16 121*9880d681SAndroid Build Coastguard Worker %.compoundliteral12947 = alloca <4 x float>, align 16 122*9880d681SAndroid Build Coastguard Worker %.compoundliteral12961 = alloca <4 x float>, align 16 123*9880d681SAndroid Build Coastguard Worker %.compoundliteral12975 = alloca <4 x float>, align 16 124*9880d681SAndroid Build Coastguard Worker %.compoundliteral12989 = alloca <4 x float>, align 16 125*9880d681SAndroid Build Coastguard Worker %.compoundliteral13003 = alloca <4 x float>, align 16 126*9880d681SAndroid Build Coastguard Worker %.compoundliteral13017 = alloca <4 x float>, align 16 127*9880d681SAndroid Build Coastguard Worker %.compoundliteral13031 = alloca <4 x float>, align 16 128*9880d681SAndroid Build Coastguard Worker %.compoundliteral13423 = alloca <4 x float>, align 16 129*9880d681SAndroid Build Coastguard Worker %.compoundliteral13437 = alloca <4 x float>, align 16 130*9880d681SAndroid Build Coastguard Worker %.compoundliteral13493 = alloca <4 x float>, align 16 131*9880d681SAndroid Build Coastguard Worker %.compoundliteral13535 = alloca <4 x float>, align 16 132*9880d681SAndroid Build Coastguard Worker %.compoundliteral13549 = alloca <4 x float>, align 16 133*9880d681SAndroid Build Coastguard Worker %.compoundliteral13647 = alloca <4 x float>, align 16 134*9880d681SAndroid Build Coastguard Worker %.compoundliteral13675 = alloca <4 x float>, align 16 135*9880d681SAndroid Build Coastguard Worker %.compoundliteral13689 = alloca <4 x float>, align 16 136*9880d681SAndroid Build Coastguard Worker %.compoundliteral13703 = alloca <4 x float>, align 16 137*9880d681SAndroid Build Coastguard Worker %.compoundliteral13717 = alloca <4 x float>, align 16 138*9880d681SAndroid Build Coastguard Worker %.compoundliteral13745 = alloca <4 x float>, align 16 139*9880d681SAndroid Build Coastguard Worker %.compoundliteral13759 = alloca <4 x float>, align 16 140*9880d681SAndroid Build Coastguard Worker %.compoundliteral13773 = alloca <4 x float>, align 16 141*9880d681SAndroid Build Coastguard Worker %.compoundliteral13787 = alloca <4 x float>, align 16 142*9880d681SAndroid Build Coastguard Worker %.compoundliteral13941 = alloca <4 x float>, align 16 143*9880d681SAndroid Build Coastguard Worker %.compoundliteral13969 = alloca <4 x float>, align 16 144*9880d681SAndroid Build Coastguard Worker %.compoundliteral13983 = alloca <4 x float>, align 16 145*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 146*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40746999A0000000, float 0xC0719B3340000000, float 0xC070B66660000000, float 0xC07404CCC0000000>, <4 x float>* undef 147*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 148*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40701B3340000000, float 0x405B866660000000, float 0xC0763999A0000000, float 4.895000e+02>, <4 x float>* undef 149*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 150*9880d681SAndroid Build Coastguard Worker %tmp = load <4 x float>, <4 x float>* undef 151*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 152*9880d681SAndroid Build Coastguard Worker %tmp1 = load <4 x float>, <4 x float>* undef, align 16 153*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 154*9880d681SAndroid Build Coastguard Worker %add68 = fadd <4 x float> %tmp1, %tmp 155*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 156*9880d681SAndroid Build Coastguard Worker store <4 x float> %add68, <4 x float>* undef, align 16 157*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 158*9880d681SAndroid Build Coastguard Worker %tmp2 = load <4 x float>, <4 x float>* undef, align 16 159*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 160*9880d681SAndroid Build Coastguard Worker %add76 = fadd float undef, 0x4074C999A0000000 161*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 162*9880d681SAndroid Build Coastguard Worker %tmp3 = load <4 x float>, <4 x float>* undef, align 16 163*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 164*9880d681SAndroid Build Coastguard Worker %vecins77 = insertelement <4 x float> %tmp3, float %add76, i32 2 165*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 166*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins77, <4 x float>* undef, align 16 167*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 168*9880d681SAndroid Build Coastguard Worker %tmp4 = load <4 x float>, <4 x float>* undef, align 16 169*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 170*9880d681SAndroid Build Coastguard Worker %vecext78 = extractelement <4 x float> %tmp4, i32 3 171*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 172*9880d681SAndroid Build Coastguard Worker %add79 = fadd float %vecext78, 0x40776E6660000000 173*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 174*9880d681SAndroid Build Coastguard Worker %tmp5 = load <4 x float>, <4 x float>* undef, align 16 175*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 176*9880d681SAndroid Build Coastguard Worker %vecins80 = insertelement <4 x float> %tmp5, float %add79, i32 3 177*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 178*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins80, <4 x float>* undef, align 16 179*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 180*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40678CCCC0000000, float 0xC03E4CCCC0000000, float -4.170000e+02, float -1.220000e+02>, <4 x float>* undef 181*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 182*9880d681SAndroid Build Coastguard Worker %tmp6 = load <4 x float>, <4 x float>* undef 183*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 184*9880d681SAndroid Build Coastguard Worker %add82 = fadd <4 x float> undef, %tmp6 185*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 186*9880d681SAndroid Build Coastguard Worker store <4 x float> %add82, <4 x float>* undef, align 16 187*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 188*9880d681SAndroid Build Coastguard Worker %tmp7 = load <4 x float>, <4 x float>* undef, align 16 189*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 190*9880d681SAndroid Build Coastguard Worker %vecext83 = extractelement <4 x float> %tmp7, i32 0 191*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 192*9880d681SAndroid Build Coastguard Worker %add84 = fadd float %vecext83, 1.300000e+02 193*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 194*9880d681SAndroid Build Coastguard Worker %tmp8 = load <4 x float>, <4 x float>* undef, align 16 195*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 196*9880d681SAndroid Build Coastguard Worker %vecins85 = insertelement <4 x float> %tmp8, float %add84, i32 0 197*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 198*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins85, <4 x float>* undef, align 16 199*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 200*9880d681SAndroid Build Coastguard Worker %tmp9 = load <4 x float>, <4 x float>* undef, align 16 201*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 202*9880d681SAndroid Build Coastguard Worker %vecext86 = extractelement <4 x float> %tmp9, i32 1 203*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 204*9880d681SAndroid Build Coastguard Worker %add93 = fadd float undef, 0xC076C66660000000 205*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 206*9880d681SAndroid Build Coastguard Worker %tmp10 = load <4 x float>, <4 x float>* undef, align 16 207*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 208*9880d681SAndroid Build Coastguard Worker %vecins94 = insertelement <4 x float> %tmp10, float %add93, i32 3 209*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 210*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x406C2999A0000000, float 8.050000e+01, float 0xC0794999A0000000, float 0xC073E4CCC0000000>, <4 x float>* undef 211*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 212*9880d681SAndroid Build Coastguard Worker %tmp11 = load <4 x float>, <4 x float>* undef 213*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 214*9880d681SAndroid Build Coastguard Worker %tmp12 = load <4 x float>, <4 x float>* undef, align 16 215*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 216*9880d681SAndroid Build Coastguard Worker %add96 = fadd <4 x float> %tmp12, %tmp11 217*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 218*9880d681SAndroid Build Coastguard Worker %tmp13 = load <4 x float>, <4 x float>* undef, align 16 219*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 220*9880d681SAndroid Build Coastguard Worker %vecext97 = extractelement <4 x float> %tmp13, i32 0 221*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 222*9880d681SAndroid Build Coastguard Worker %add98 = fadd float %vecext97, 0x4079E66660000000 223*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 224*9880d681SAndroid Build Coastguard Worker %tmp14 = load <4 x float>, <4 x float>* undef, align 16 225*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 226*9880d681SAndroid Build Coastguard Worker %vecins102 = insertelement <4 x float> undef, float undef, i32 1 227*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 228*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins102, <4 x float>* undef, align 16 229*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 230*9880d681SAndroid Build Coastguard Worker %tmp15 = load <4 x float>, <4 x float>* undef, align 16 231*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 232*9880d681SAndroid Build Coastguard Worker %add104 = fadd float undef, 0x406AB999A0000000 233*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 234*9880d681SAndroid Build Coastguard Worker %tmp16 = load <4 x float>, <4 x float>* undef, align 16 235*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 236*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0531999A0000000, float 0xC0737999A0000000, float 0x407CB33340000000, float 0xC06DCCCCC0000000>, <4 x float>* undef 237*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 238*9880d681SAndroid Build Coastguard Worker %vecext579 = extractelement <4 x float> undef, i32 2 239*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 240*9880d681SAndroid Build Coastguard Worker %add580 = fadd float %vecext579, 0xC07424CCC0000000 241*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 242*9880d681SAndroid Build Coastguard Worker %tmp17 = load <4 x float>, <4 x float>* undef, align 16 243*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 244*9880d681SAndroid Build Coastguard Worker %vecins581 = insertelement <4 x float> %tmp17, float %add580, i32 2 245*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 246*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins581, <4 x float>* undef, align 16 247*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 248*9880d681SAndroid Build Coastguard Worker %tmp18 = load <4 x float>, <4 x float>* undef, align 16 249*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 250*9880d681SAndroid Build Coastguard Worker %vecext582 = extractelement <4 x float> %tmp18, i32 3 251*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 252*9880d681SAndroid Build Coastguard Worker %add583 = fadd float %vecext582, 0x40444CCCC0000000 253*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 254*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 255*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 256*9880d681SAndroid Build Coastguard Worker %tmp19 = load <4 x float>, <4 x float>* undef, align 16 257*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 258*9880d681SAndroid Build Coastguard Worker %vecext590 = extractelement <4 x float> %tmp19, i32 1 259*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 260*9880d681SAndroid Build Coastguard Worker %add591 = fadd float %vecext590, 1.725000e+02 261*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 262*9880d681SAndroid Build Coastguard Worker %vecins592 = insertelement <4 x float> undef, float %add591, i32 1 263*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 264*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins592, <4 x float>* undef, align 16 265*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 266*9880d681SAndroid Build Coastguard Worker %tmp20 = load <4 x float>, <4 x float>* undef, align 16 267*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 268*9880d681SAndroid Build Coastguard Worker %add594 = fadd float undef, 0xC05B466660000000 269*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 270*9880d681SAndroid Build Coastguard Worker %add605 = fadd float undef, 0x407164CCC0000000 271*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 272*9880d681SAndroid Build Coastguard Worker %tmp21 = load <4 x float>, <4 x float>* undef, align 16 273*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 274*9880d681SAndroid Build Coastguard Worker %add616 = fadd float undef, 1.885000e+02 275*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 276*9880d681SAndroid Build Coastguard Worker %tmp22 = load <4 x float>, <4 x float>* undef, align 16 277*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 278*9880d681SAndroid Build Coastguard Worker %tmp23 = load <4 x float>, <4 x float>* undef, align 16 279*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 280*9880d681SAndroid Build Coastguard Worker %vecins620 = insertelement <4 x float> undef, float undef, i32 1 281*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 282*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins620, <4 x float>* undef, align 16 283*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 284*9880d681SAndroid Build Coastguard Worker %vecext621 = extractelement <4 x float> undef, i32 2 285*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 286*9880d681SAndroid Build Coastguard Worker %add622 = fadd float %vecext621, 0x40709B3340000000 287*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 288*9880d681SAndroid Build Coastguard Worker %vecins623 = insertelement <4 x float> undef, float %add622, i32 2 289*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 290*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins623, <4 x float>* undef, align 16 291*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 292*9880d681SAndroid Build Coastguard Worker %tmp24 = load <4 x float>, <4 x float>* undef, align 16 293*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 294*9880d681SAndroid Build Coastguard Worker %vecext624 = extractelement <4 x float> %tmp24, i32 3 295*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 296*9880d681SAndroid Build Coastguard Worker %add625 = fadd float %vecext624, 0xC064033340000000 297*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 298*9880d681SAndroid Build Coastguard Worker %tmp25 = load <4 x float>, <4 x float>* undef, align 16 299*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 300*9880d681SAndroid Build Coastguard Worker %vecins626 = insertelement <4 x float> %tmp25, float %add625, i32 3 301*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 302*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins626, <4 x float>* undef, align 16 303*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 304*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x404D0CCCC0000000, float 3.955000e+02, float 0xC0334CCCC0000000, float 0x40754E6660000000>, <4 x float>* undef 305*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 306*9880d681SAndroid Build Coastguard Worker %tmp26 = load <4 x float>, <4 x float>* undef 307*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 308*9880d681SAndroid Build Coastguard Worker %tmp27 = load <4 x float>, <4 x float>* undef, align 16 309*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 310*9880d681SAndroid Build Coastguard Worker %add628 = fadd <4 x float> %tmp27, %tmp26 311*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 312*9880d681SAndroid Build Coastguard Worker store <4 x float> %add628, <4 x float>* undef, align 16 313*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 314*9880d681SAndroid Build Coastguard Worker %tmp28 = load <4 x float>, <4 x float>* undef, align 16 315*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 316*9880d681SAndroid Build Coastguard Worker %vecext629 = extractelement <4 x float> %tmp28, i32 0 317*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 318*9880d681SAndroid Build Coastguard Worker %add630 = fadd float %vecext629, 0x40730CCCC0000000 319*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 320*9880d681SAndroid Build Coastguard Worker %tmp29 = load <4 x float>, <4 x float>* undef, align 16 321*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 322*9880d681SAndroid Build Coastguard Worker %vecins631 = insertelement <4 x float> %tmp29, float %add630, i32 0 323*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 324*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins631, <4 x float>* undef, align 16 325*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 326*9880d681SAndroid Build Coastguard Worker %tmp30 = load <4 x float>, <4 x float>* undef, align 16 327*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 328*9880d681SAndroid Build Coastguard Worker %vecext632 = extractelement <4 x float> %tmp30, i32 1 329*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 330*9880d681SAndroid Build Coastguard Worker %add633 = fadd float %vecext632, 0xC0630999A0000000 331*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 332*9880d681SAndroid Build Coastguard Worker %tmp31 = load <4 x float>, <4 x float>* undef, align 16 333*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 334*9880d681SAndroid Build Coastguard Worker %vecins634 = insertelement <4 x float> %tmp31, float %add633, i32 1 335*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 336*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins634, <4 x float>* undef, align 16 337*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 338*9880d681SAndroid Build Coastguard Worker %tmp32 = load <4 x float>, <4 x float>* undef, align 16 339*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 340*9880d681SAndroid Build Coastguard Worker %vecext635 = extractelement <4 x float> %tmp32, i32 2 341*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 342*9880d681SAndroid Build Coastguard Worker %add636 = fadd float %vecext635, 0xC078833340000000 343*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 344*9880d681SAndroid Build Coastguard Worker %tmp33 = load <4 x float>, <4 x float>* undef, align 16 345*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 346*9880d681SAndroid Build Coastguard Worker %tmp34 = load <4 x float>, <4 x float>* undef, align 16 347*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 348*9880d681SAndroid Build Coastguard Worker %tmp35 = load <4 x float>, <4 x float>* undef, align 16 349*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 350*9880d681SAndroid Build Coastguard Worker %add658 = fadd float undef, 0xC04A4CCCC0000000 351*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 352*9880d681SAndroid Build Coastguard Worker %vecext663 = extractelement <4 x float> undef, i32 2 353*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 354*9880d681SAndroid Build Coastguard Worker %tmp36 = load <4 x float>, <4 x float>* undef, align 16 355*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 356*9880d681SAndroid Build Coastguard Worker %vecins665 = insertelement <4 x float> %tmp36, float undef, i32 2 357*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 358*9880d681SAndroid Build Coastguard Worker %vecext694 = extractelement <4 x float> undef, i32 3 359*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 360*9880d681SAndroid Build Coastguard Worker %add695 = fadd float %vecext694, 0xC03CCCCCC0000000 361*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 362*9880d681SAndroid Build Coastguard Worker %tmp37 = load <4 x float>, <4 x float>* undef, align 16 363*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 364*9880d681SAndroid Build Coastguard Worker %vecins696 = insertelement <4 x float> %tmp37, float %add695, i32 3 365*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 366*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins696, <4 x float>* undef, align 16 367*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 368*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC069FCCCC0000000, float 0xC07C6E6660000000, float 0x4067E33340000000, float 0x4078DB3340000000>, <4 x float>* undef 369*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 370*9880d681SAndroid Build Coastguard Worker %tmp38 = load <4 x float>, <4 x float>* undef, align 16 371*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 372*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 373*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 374*9880d681SAndroid Build Coastguard Worker %vecext699 = extractelement <4 x float> undef, i32 0 375*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 376*9880d681SAndroid Build Coastguard Worker %add703 = fadd float undef, 0x4068F33340000000 377*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 378*9880d681SAndroid Build Coastguard Worker %vecins704 = insertelement <4 x float> undef, float %add703, i32 1 379*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 380*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins704, <4 x float>* undef, align 16 381*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 382*9880d681SAndroid Build Coastguard Worker %tmp39 = load <4 x float>, <4 x float>* undef, align 16 383*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 384*9880d681SAndroid Build Coastguard Worker %tmp40 = load <4 x float>, <4 x float>* undef, align 16 385*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 386*9880d681SAndroid Build Coastguard Worker %vecins710 = insertelement <4 x float> %tmp40, float undef, i32 3 387*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 388*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins710, <4 x float>* undef, align 16 389*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 390*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC05D9999A0000000, float 0x405D6CCCC0000000, float 0x40765CCCC0000000, float 0xC07C64CCC0000000>, <4 x float>* undef 391*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 392*9880d681SAndroid Build Coastguard Worker %tmp41 = load <4 x float>, <4 x float>* undef 393*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 394*9880d681SAndroid Build Coastguard Worker %tmp42 = load <4 x float>, <4 x float>* undef, align 16 395*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 396*9880d681SAndroid Build Coastguard Worker %add712 = fadd <4 x float> %tmp42, %tmp41 397*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 398*9880d681SAndroid Build Coastguard Worker store <4 x float> %add712, <4 x float>* undef, align 16 399*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 400*9880d681SAndroid Build Coastguard Worker %tmp43 = load <4 x float>, <4 x float>* undef, align 16 401*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 402*9880d681SAndroid Build Coastguard Worker %vecext713 = extractelement <4 x float> %tmp43, i32 0 403*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 404*9880d681SAndroid Build Coastguard Worker %tmp44 = load <4 x float>, <4 x float>* undef, align 16 405*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 406*9880d681SAndroid Build Coastguard Worker %vecins715 = insertelement <4 x float> %tmp44, float undef, i32 0 407*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 408*9880d681SAndroid Build Coastguard Worker %tmp45 = load <4 x float>, <4 x float>* undef, align 16 409*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 410*9880d681SAndroid Build Coastguard Worker %vecext716 = extractelement <4 x float> %tmp45, i32 1 411*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 412*9880d681SAndroid Build Coastguard Worker %add717 = fadd float %vecext716, -4.315000e+02 413*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 414*9880d681SAndroid Build Coastguard Worker %tmp46 = load <4 x float>, <4 x float>* undef, align 16 415*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 416*9880d681SAndroid Build Coastguard Worker %vecins718 = insertelement <4 x float> %tmp46, float %add717, i32 1 417*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 418*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins718, <4 x float>* undef, align 16 419*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 420*9880d681SAndroid Build Coastguard Worker %tmp47 = load <4 x float>, <4 x float>* undef, align 16 421*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 422*9880d681SAndroid Build Coastguard Worker %vecext719 = extractelement <4 x float> %tmp47, i32 2 423*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 424*9880d681SAndroid Build Coastguard Worker %add723 = fadd float undef, 0xC06A6CCCC0000000 425*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 426*9880d681SAndroid Build Coastguard Worker %vecins724 = insertelement <4 x float> undef, float %add723, i32 3 427*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 428*9880d681SAndroid Build Coastguard Worker %add726 = fadd <4 x float> undef, undef 429*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 430*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 431*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 432*9880d681SAndroid Build Coastguard Worker %vecext730 = extractelement <4 x float> undef, i32 1 433*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 434*9880d681SAndroid Build Coastguard Worker %add731 = fadd float %vecext730, 0xC0759CCCC0000000 435*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 436*9880d681SAndroid Build Coastguard Worker %tmp48 = load <4 x float>, <4 x float>* undef, align 16 437*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 438*9880d681SAndroid Build Coastguard Worker %vecins732 = insertelement <4 x float> %tmp48, float %add731, i32 1 439*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 440*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins732, <4 x float>* undef, align 16 441*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 442*9880d681SAndroid Build Coastguard Worker %tmp49 = load <4 x float>, <4 x float>* undef, align 16 443*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 444*9880d681SAndroid Build Coastguard Worker %vecext733 = extractelement <4 x float> %tmp49, i32 2 445*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 446*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 447*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 448*9880d681SAndroid Build Coastguard Worker %tmp50 = load <4 x float>, <4 x float>* undef, align 16 449*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 450*9880d681SAndroid Build Coastguard Worker %vecins738 = insertelement <4 x float> %tmp50, float undef, i32 3 451*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 452*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x406E6CCCC0000000, float 0xC07A766660000000, float 0xC0608CCCC0000000, float 0xC063333340000000>, <4 x float>* undef 453*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 454*9880d681SAndroid Build Coastguard Worker %tmp51 = load <4 x float>, <4 x float>* undef 455*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 456*9880d681SAndroid Build Coastguard Worker %add740 = fadd <4 x float> undef, %tmp51 457*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 458*9880d681SAndroid Build Coastguard Worker %tmp52 = load <4 x float>, <4 x float>* undef, align 16 459*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 460*9880d681SAndroid Build Coastguard Worker %vecext741 = extractelement <4 x float> %tmp52, i32 0 461*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 462*9880d681SAndroid Build Coastguard Worker %add742 = fadd float %vecext741, 0xC07984CCC0000000 463*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 464*9880d681SAndroid Build Coastguard Worker %tmp53 = load <4 x float>, <4 x float>* undef, align 16 465*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 466*9880d681SAndroid Build Coastguard Worker %vecins743 = insertelement <4 x float> %tmp53, float %add742, i32 0 467*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 468*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins743, <4 x float>* undef, align 16 469*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 470*9880d681SAndroid Build Coastguard Worker %tmp54 = load <4 x float>, <4 x float>* undef, align 16 471*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 472*9880d681SAndroid Build Coastguard Worker %tmp55 = load <4 x float>, <4 x float>* undef, align 16 473*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 474*9880d681SAndroid Build Coastguard Worker %add754 = fadd <4 x float> %tmp55, undef 475*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 476*9880d681SAndroid Build Coastguard Worker store <4 x float> %add754, <4 x float>* undef, align 16 477*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 478*9880d681SAndroid Build Coastguard Worker %tmp56 = load <4 x float>, <4 x float>* undef, align 16 479*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 480*9880d681SAndroid Build Coastguard Worker %vecext755 = extractelement <4 x float> %tmp56, i32 0 481*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 482*9880d681SAndroid Build Coastguard Worker %add756 = fadd float %vecext755, 0xC070ACCCC0000000 483*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 484*9880d681SAndroid Build Coastguard Worker %tmp57 = load <4 x float>, <4 x float>* undef, align 16 485*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 486*9880d681SAndroid Build Coastguard Worker %vecins757 = insertelement <4 x float> %tmp57, float %add756, i32 0 487*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 488*9880d681SAndroid Build Coastguard Worker %add765 = fadd float undef, 0x405BA66660000000 489*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 490*9880d681SAndroid Build Coastguard Worker %tmp58 = load <4 x float>, <4 x float>* undef, align 16 491*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 492*9880d681SAndroid Build Coastguard Worker %vecins766 = insertelement <4 x float> %tmp58, float %add765, i32 3 493*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 494*9880d681SAndroid Build Coastguard Worker %tmp59 = load <4 x float>, <4 x float>* undef, align 16 495*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 496*9880d681SAndroid Build Coastguard Worker %vecext769 = extractelement <4 x float> %tmp59, i32 0 497*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 498*9880d681SAndroid Build Coastguard Worker %add770 = fadd float %vecext769, 0x40797199A0000000 499*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 500*9880d681SAndroid Build Coastguard Worker %tmp60 = load <4 x float>, <4 x float>* undef, align 16 501*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 502*9880d681SAndroid Build Coastguard Worker %vecins771 = insertelement <4 x float> %tmp60, float %add770, i32 0 503*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 504*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins771, <4 x float>* undef, align 16 505*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 506*9880d681SAndroid Build Coastguard Worker %tmp61 = load <4 x float>, <4 x float>* undef, align 16 507*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 508*9880d681SAndroid Build Coastguard Worker %add776 = fadd float undef, 0xC055F33340000000 509*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 510*9880d681SAndroid Build Coastguard Worker %vecins777 = insertelement <4 x float> undef, float %add776, i32 2 511*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 512*9880d681SAndroid Build Coastguard Worker %tmp62 = load <4 x float>, <4 x float>* undef, align 16 513*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 514*9880d681SAndroid Build Coastguard Worker %tmp63 = load <4 x float>, <4 x float>* undef, align 16 515*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 516*9880d681SAndroid Build Coastguard Worker %add782 = fadd <4 x float> %tmp63, undef 517*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 518*9880d681SAndroid Build Coastguard Worker store <4 x float> %add782, <4 x float>* undef, align 16 519*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 520*9880d681SAndroid Build Coastguard Worker %tmp64 = load <4 x float>, <4 x float>* undef, align 16 521*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 522*9880d681SAndroid Build Coastguard Worker %vecext783 = extractelement <4 x float> %tmp64, i32 0 523*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 524*9880d681SAndroid Build Coastguard Worker %add784 = fadd float %vecext783, -3.455000e+02 525*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 526*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07A866660000000, float 0xC05CF999A0000000, float 0xC0757199A0000000, float -3.845000e+02>, <4 x float>* undef 527*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 528*9880d681SAndroid Build Coastguard Worker %add796 = fadd <4 x float> undef, undef 529*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 530*9880d681SAndroid Build Coastguard Worker store <4 x float> %add796, <4 x float>* undef, align 16 531*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 532*9880d681SAndroid Build Coastguard Worker %tmp65 = load <4 x float>, <4 x float>* undef, align 16 533*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 534*9880d681SAndroid Build Coastguard Worker %add801 = fadd float undef, 3.045000e+02 535*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 536*9880d681SAndroid Build Coastguard Worker %tmp66 = load <4 x float>, <4 x float>* undef, align 16 537*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 538*9880d681SAndroid Build Coastguard Worker %vecins802 = insertelement <4 x float> %tmp66, float %add801, i32 1 539*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 540*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins802, <4 x float>* undef, align 16 541*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 542*9880d681SAndroid Build Coastguard Worker %vecext803 = extractelement <4 x float> undef, i32 2 543*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 544*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 545*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 546*9880d681SAndroid Build Coastguard Worker %tmp67 = load <4 x float>, <4 x float>* undef, align 16 547*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 548*9880d681SAndroid Build Coastguard Worker %tmp68 = load <4 x float>, <4 x float>* undef 549*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 550*9880d681SAndroid Build Coastguard Worker %add810 = fadd <4 x float> undef, %tmp68 551*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 552*9880d681SAndroid Build Coastguard Worker store <4 x float> %add810, <4 x float>* undef, align 16 553*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 554*9880d681SAndroid Build Coastguard Worker %tmp69 = load <4 x float>, <4 x float>* undef, align 16 555*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 556*9880d681SAndroid Build Coastguard Worker %vecext811 = extractelement <4 x float> %tmp69, i32 0 557*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 558*9880d681SAndroid Build Coastguard Worker %tmp70 = load <4 x float>, <4 x float>* undef, align 16 559*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 560*9880d681SAndroid Build Coastguard Worker %vecins813 = insertelement <4 x float> %tmp70, float undef, i32 0 561*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 562*9880d681SAndroid Build Coastguard Worker %vecext817 = extractelement <4 x float> undef, i32 2 563*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 564*9880d681SAndroid Build Coastguard Worker %add818 = fadd float %vecext817, -4.830000e+02 565*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 566*9880d681SAndroid Build Coastguard Worker %vecins822 = insertelement <4 x float> undef, float undef, i32 3 567*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 568*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins822, <4 x float>* undef, align 16 569*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 570*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 2.700000e+01, float 0xC05F666660000000, float 0xC07D0199A0000000, float 0x407A6CCCC0000000>, <4 x float>* undef 571*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 572*9880d681SAndroid Build Coastguard Worker %tmp71 = load <4 x float>, <4 x float>* undef 573*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 574*9880d681SAndroid Build Coastguard Worker %tmp72 = load <4 x float>, <4 x float>* undef, align 16 575*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 576*9880d681SAndroid Build Coastguard Worker %add824 = fadd <4 x float> %tmp72, %tmp71 577*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 578*9880d681SAndroid Build Coastguard Worker %add838 = fadd <4 x float> undef, undef 579*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 580*9880d681SAndroid Build Coastguard Worker store <4 x float> %add838, <4 x float>* undef, align 16 581*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 582*9880d681SAndroid Build Coastguard Worker %tmp73 = load <4 x float>, <4 x float>* undef, align 16 583*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 584*9880d681SAndroid Build Coastguard Worker %vecext839 = extractelement <4 x float> %tmp73, i32 0 585*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 586*9880d681SAndroid Build Coastguard Worker %add849 = fadd float undef, 0xC07C266660000000 587*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 588*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 589*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 590*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07D566660000000, float 0xC06D233340000000, float 0x4068B33340000000, float 0xC07ADCCCC0000000>, <4 x float>* undef 591*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 592*9880d681SAndroid Build Coastguard Worker %tmp74 = load <4 x float>, <4 x float>* undef, align 16 593*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 594*9880d681SAndroid Build Coastguard Worker %add852 = fadd <4 x float> %tmp74, undef 595*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 596*9880d681SAndroid Build Coastguard Worker %vecext856 = extractelement <4 x float> undef, i32 1 597*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 598*9880d681SAndroid Build Coastguard Worker %add857 = fadd float %vecext856, 0xC070666660000000 599*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 600*9880d681SAndroid Build Coastguard Worker %tmp75 = load <4 x float>, <4 x float>* undef, align 16 601*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 602*9880d681SAndroid Build Coastguard Worker %tmp76 = load <4 x float>, <4 x float>* undef, align 16 603*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 604*9880d681SAndroid Build Coastguard Worker %vecext859 = extractelement <4 x float> %tmp76, i32 2 605*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 606*9880d681SAndroid Build Coastguard Worker %add860 = fadd float %vecext859, 4.705000e+02 607*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 608*9880d681SAndroid Build Coastguard Worker %tmp77 = load <4 x float>, <4 x float>* undef, align 16 609*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 610*9880d681SAndroid Build Coastguard Worker %vecins861 = insertelement <4 x float> %tmp77, float %add860, i32 2 611*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 612*9880d681SAndroid Build Coastguard Worker %vecins889 = insertelement <4 x float> undef, float undef, i32 2 613*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 614*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins889, <4 x float>* undef, align 16 615*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 616*9880d681SAndroid Build Coastguard Worker %tmp78 = load <4 x float>, <4 x float>* undef, align 16 617*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 618*9880d681SAndroid Build Coastguard Worker %vecext890 = extractelement <4 x float> %tmp78, i32 3 619*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 620*9880d681SAndroid Build Coastguard Worker %add891 = fadd float %vecext890, 0xC070633340000000 621*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 622*9880d681SAndroid Build Coastguard Worker %tmp79 = load <4 x float>, <4 x float>* undef, align 16 623*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 624*9880d681SAndroid Build Coastguard Worker %vecins892 = insertelement <4 x float> %tmp79, float %add891, i32 3 625*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 626*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins892, <4 x float>* undef, align 16 627*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 628*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4063D33340000000, float 0xC076433340000000, float 0x407C966660000000, float 0xC07B5199A0000000>, <4 x float>* undef 629*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 630*9880d681SAndroid Build Coastguard Worker %tmp80 = load <4 x float>, <4 x float>* undef 631*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 632*9880d681SAndroid Build Coastguard Worker %tmp81 = load <4 x float>, <4 x float>* undef, align 16 633*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 634*9880d681SAndroid Build Coastguard Worker %add894 = fadd <4 x float> %tmp81, %tmp80 635*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 636*9880d681SAndroid Build Coastguard Worker store <4 x float> %add894, <4 x float>* undef, align 16 637*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 638*9880d681SAndroid Build Coastguard Worker %vecext895 = extractelement <4 x float> undef, i32 0 639*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 640*9880d681SAndroid Build Coastguard Worker %add896 = fadd float %vecext895, 0xC070F33340000000 641*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 642*9880d681SAndroid Build Coastguard Worker %vecins897 = insertelement <4 x float> undef, float %add896, i32 0 643*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 644*9880d681SAndroid Build Coastguard Worker %tmp82 = load <4 x float>, <4 x float>* undef, align 16 645*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 646*9880d681SAndroid Build Coastguard Worker %vecext898 = extractelement <4 x float> %tmp82, i32 1 647*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 648*9880d681SAndroid Build Coastguard Worker %add899 = fadd float %vecext898, 0xC076F33340000000 649*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 650*9880d681SAndroid Build Coastguard Worker %vecins900 = insertelement <4 x float> undef, float %add899, i32 1 651*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 652*9880d681SAndroid Build Coastguard Worker %tmp83 = load <4 x float>, <4 x float>* undef, align 16 653*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 654*9880d681SAndroid Build Coastguard Worker %vecext901 = extractelement <4 x float> %tmp83, i32 2 655*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 656*9880d681SAndroid Build Coastguard Worker %add902 = fadd float %vecext901, 0xC054ECCCC0000000 657*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 658*9880d681SAndroid Build Coastguard Worker %tmp84 = load <4 x float>, <4 x float>* undef, align 16 659*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 660*9880d681SAndroid Build Coastguard Worker %vecins903 = insertelement <4 x float> %tmp84, float %add902, i32 2 661*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 662*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins903, <4 x float>* undef, align 16 663*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 664*9880d681SAndroid Build Coastguard Worker %vecext904 = extractelement <4 x float> undef, i32 3 665*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 666*9880d681SAndroid Build Coastguard Worker %add905 = fadd float %vecext904, 0x4056A66660000000 667*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 668*9880d681SAndroid Build Coastguard Worker %tmp85 = load <4 x float>, <4 x float>* undef, align 16 669*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 670*9880d681SAndroid Build Coastguard Worker %vecins906 = insertelement <4 x float> %tmp85, float %add905, i32 3 671*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 672*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07EFCCCC0000000, float 1.795000e+02, float 0x407E3E6660000000, float 0x4070633340000000>, <4 x float>* undef 673*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 674*9880d681SAndroid Build Coastguard Worker %tmp86 = load <4 x float>, <4 x float>* undef 675*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 676*9880d681SAndroid Build Coastguard Worker %tmp87 = load <4 x float>, <4 x float>* undef, align 16 677*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 678*9880d681SAndroid Build Coastguard Worker %add908 = fadd <4 x float> %tmp87, %tmp86 679*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 680*9880d681SAndroid Build Coastguard Worker store <4 x float> %add908, <4 x float>* undef, align 16 681*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 682*9880d681SAndroid Build Coastguard Worker %tmp88 = load <4 x float>, <4 x float>* undef, align 16 683*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 684*9880d681SAndroid Build Coastguard Worker %tmp89 = load <4 x float>, <4 x float>* undef, align 16 685*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 686*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 687*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 688*9880d681SAndroid Build Coastguard Worker %tmp90 = load <4 x float>, <4 x float>* undef, align 16 689*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 690*9880d681SAndroid Build Coastguard Worker %vecext912 = extractelement <4 x float> %tmp90, i32 1 691*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 692*9880d681SAndroid Build Coastguard Worker %add913 = fadd float %vecext912, 2.575000e+02 693*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 694*9880d681SAndroid Build Coastguard Worker %vecins914 = insertelement <4 x float> undef, float %add913, i32 1 695*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 696*9880d681SAndroid Build Coastguard Worker %tmp91 = load <4 x float>, <4 x float>* undef, align 16 697*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 698*9880d681SAndroid Build Coastguard Worker %vecext915 = extractelement <4 x float> %tmp91, i32 2 699*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 700*9880d681SAndroid Build Coastguard Worker %add916 = fadd float %vecext915, -3.115000e+02 701*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 702*9880d681SAndroid Build Coastguard Worker %tmp92 = load <4 x float>, <4 x float>* undef, align 16 703*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 704*9880d681SAndroid Build Coastguard Worker %vecins917 = insertelement <4 x float> %tmp92, float %add916, i32 2 705*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 706*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins917, <4 x float>* undef, align 16 707*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 708*9880d681SAndroid Build Coastguard Worker %tmp93 = load <4 x float>, <4 x float>* undef, align 16 709*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 710*9880d681SAndroid Build Coastguard Worker %vecext918 = extractelement <4 x float> %tmp93, i32 3 711*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 712*9880d681SAndroid Build Coastguard Worker %add919 = fadd float %vecext918, 2.950000e+01 713*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 714*9880d681SAndroid Build Coastguard Worker %tmp94 = load <4 x float>, <4 x float>* undef, align 16 715*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 716*9880d681SAndroid Build Coastguard Worker %vecins920 = insertelement <4 x float> %tmp94, float %add919, i32 3 717*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 718*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins920, <4 x float>* undef, align 16 719*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 720*9880d681SAndroid Build Coastguard Worker %tmp95 = load <4 x float>, <4 x float>* undef, align 16 721*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 722*9880d681SAndroid Build Coastguard Worker %vecins925 = insertelement <4 x float> %tmp95, float undef, i32 0 723*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 724*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins925, <4 x float>* undef, align 16 725*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 726*9880d681SAndroid Build Coastguard Worker %tmp96 = load <4 x float>, <4 x float>* undef, align 16 727*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 728*9880d681SAndroid Build Coastguard Worker %add927 = fadd float undef, 0xC0501999A0000000 729*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 730*9880d681SAndroid Build Coastguard Worker %tmp97 = load <4 x float>, <4 x float>* undef, align 16 731*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 732*9880d681SAndroid Build Coastguard Worker %vecins928 = insertelement <4 x float> %tmp97, float %add927, i32 1 733*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 734*9880d681SAndroid Build Coastguard Worker %vecext929 = extractelement <4 x float> undef, i32 2 735*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 736*9880d681SAndroid Build Coastguard Worker %add930 = fadd float %vecext929, 0xC07C8B3340000000 737*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 738*9880d681SAndroid Build Coastguard Worker %tmp98 = load <4 x float>, <4 x float>* undef, align 16 739*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 740*9880d681SAndroid Build Coastguard Worker %vecins931 = insertelement <4 x float> %tmp98, float %add930, i32 2 741*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 742*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC047B33340000000, float 0x404ACCCCC0000000, float 0x40708E6660000000, float 0x4060F999A0000000>, <4 x float>* undef 743*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 744*9880d681SAndroid Build Coastguard Worker %tmp99 = load <4 x float>, <4 x float>* undef, align 16 745*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 746*9880d681SAndroid Build Coastguard Worker %tmp100 = load <4 x float>, <4 x float>* undef, align 16 747*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 748*9880d681SAndroid Build Coastguard Worker %vecext937 = extractelement <4 x float> %tmp100, i32 0 749*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 750*9880d681SAndroid Build Coastguard Worker %add941 = fadd float undef, -4.665000e+02 751*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 752*9880d681SAndroid Build Coastguard Worker %vecins942 = insertelement <4 x float> undef, float %add941, i32 1 753*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 754*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins942, <4 x float>* undef, align 16 755*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 756*9880d681SAndroid Build Coastguard Worker %tmp101 = load <4 x float>, <4 x float>* undef, align 16 757*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 758*9880d681SAndroid Build Coastguard Worker %vecext943 = extractelement <4 x float> %tmp101, i32 2 759*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 760*9880d681SAndroid Build Coastguard Worker %add944 = fadd float %vecext943, 4.580000e+02 761*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 762*9880d681SAndroid Build Coastguard Worker %tmp102 = load <4 x float>, <4 x float>* undef, align 16 763*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 764*9880d681SAndroid Build Coastguard Worker %vecins945 = insertelement <4 x float> %tmp102, float %add944, i32 2 765*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 766*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins945, <4 x float>* undef, align 16 767*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 768*9880d681SAndroid Build Coastguard Worker %tmp103 = load <4 x float>, <4 x float>* undef, align 16 769*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 770*9880d681SAndroid Build Coastguard Worker %add947 = fadd float undef, 0xC051933340000000 771*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 772*9880d681SAndroid Build Coastguard Worker %tmp104 = load <4 x float>, <4 x float>* undef, align 16 773*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 774*9880d681SAndroid Build Coastguard Worker %vecins948 = insertelement <4 x float> %tmp104, float %add947, i32 3 775*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 776*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins948, <4 x float>* undef, align 16 777*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 778*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4060CCCCC0000000, float 0xC07BAB3340000000, float 0xC061233340000000, float 0xC076C199A0000000>, <4 x float>* undef 779*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 780*9880d681SAndroid Build Coastguard Worker %tmp105 = load <4 x float>, <4 x float>* undef 781*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 782*9880d681SAndroid Build Coastguard Worker %add955 = fadd float undef, 0x4077F4CCC0000000 783*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 784*9880d681SAndroid Build Coastguard Worker %tmp106 = load <4 x float>, <4 x float>* undef, align 16 785*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 786*9880d681SAndroid Build Coastguard Worker %vecins956 = insertelement <4 x float> %tmp106, float %add955, i32 1 787*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 788*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins956, <4 x float>* undef, align 16 789*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 790*9880d681SAndroid Build Coastguard Worker %vecext971 = extractelement <4 x float> undef, i32 2 791*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 792*9880d681SAndroid Build Coastguard Worker %add972 = fadd float %vecext971, 0x4024333340000000 793*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 794*9880d681SAndroid Build Coastguard Worker %tmp107 = load <4 x float>, <4 x float>* undef, align 16 795*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 796*9880d681SAndroid Build Coastguard Worker %vecins973 = insertelement <4 x float> %tmp107, float %add972, i32 2 797*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 798*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins973, <4 x float>* undef, align 16 799*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 800*9880d681SAndroid Build Coastguard Worker %tmp108 = load <4 x float>, <4 x float>* undef, align 16 801*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 802*9880d681SAndroid Build Coastguard Worker %vecext974 = extractelement <4 x float> %tmp108, i32 3 803*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 804*9880d681SAndroid Build Coastguard Worker %vecins976 = insertelement <4 x float> undef, float undef, i32 3 805*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 806*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins976, <4 x float>* undef, align 16 807*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 808*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407E266660000000, float -1.225000e+02, float 0x407EB199A0000000, float 0x407BA199A0000000>, <4 x float>* undef 809*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 810*9880d681SAndroid Build Coastguard Worker %tmp109 = load <4 x float>, <4 x float>* undef 811*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 812*9880d681SAndroid Build Coastguard Worker %tmp110 = load <4 x float>, <4 x float>* undef, align 16 813*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 814*9880d681SAndroid Build Coastguard Worker %add978 = fadd <4 x float> %tmp110, %tmp109 815*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 816*9880d681SAndroid Build Coastguard Worker %tmp111 = load <4 x float>, <4 x float>* undef, align 16 817*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 818*9880d681SAndroid Build Coastguard Worker %tmp112 = load <4 x float>, <4 x float>* undef, align 16 819*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 820*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 821*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 822*9880d681SAndroid Build Coastguard Worker %vecext982 = extractelement <4 x float> undef, i32 1 823*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 824*9880d681SAndroid Build Coastguard Worker %add983 = fadd float %vecext982, 0x407E1B3340000000 825*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 826*9880d681SAndroid Build Coastguard Worker %vecins984 = insertelement <4 x float> undef, float %add983, i32 1 827*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 828*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins984, <4 x float>* undef, align 16 829*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 830*9880d681SAndroid Build Coastguard Worker %tmp113 = load <4 x float>, <4 x float>* undef, align 16 831*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 832*9880d681SAndroid Build Coastguard Worker %vecext985 = extractelement <4 x float> %tmp113, i32 2 833*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 834*9880d681SAndroid Build Coastguard Worker %add986 = fadd float %vecext985, 0x406C8CCCC0000000 835*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 836*9880d681SAndroid Build Coastguard Worker %tmp114 = load <4 x float>, <4 x float>* undef, align 16 837*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 838*9880d681SAndroid Build Coastguard Worker %vecins987 = insertelement <4 x float> %tmp114, float %add986, i32 2 839*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 840*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins987, <4 x float>* undef, align 16 841*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 842*9880d681SAndroid Build Coastguard Worker %tmp115 = load <4 x float>, <4 x float>* undef, align 16 843*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 844*9880d681SAndroid Build Coastguard Worker %tmp116 = load <4 x float>, <4 x float>* undef, align 16 845*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 846*9880d681SAndroid Build Coastguard Worker %vecins995 = insertelement <4 x float> %tmp116, float undef, i32 0 847*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 848*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins995, <4 x float>* undef, align 16 849*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 850*9880d681SAndroid Build Coastguard Worker %tmp117 = load <4 x float>, <4 x float>* undef, align 16 851*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 852*9880d681SAndroid Build Coastguard Worker %add997 = fadd float undef, 0xC0798999A0000000 853*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 854*9880d681SAndroid Build Coastguard Worker %tmp118 = load <4 x float>, <4 x float>* undef, align 16 855*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 856*9880d681SAndroid Build Coastguard Worker %vecins998 = insertelement <4 x float> %tmp118, float %add997, i32 1 857*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 858*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins998, <4 x float>* undef, align 16 859*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 860*9880d681SAndroid Build Coastguard Worker %tmp119 = load <4 x float>, <4 x float>* undef, align 16 861*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 862*9880d681SAndroid Build Coastguard Worker %vecext1013 = extractelement <4 x float> undef, i32 2 863*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 864*9880d681SAndroid Build Coastguard Worker %add1014 = fadd float %vecext1013, 3.105000e+02 865*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 866*9880d681SAndroid Build Coastguard Worker %tmp120 = load <4 x float>, <4 x float>* undef, align 16 867*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 868*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 869*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 870*9880d681SAndroid Build Coastguard Worker %tmp121 = load <4 x float>, <4 x float>* undef, align 16 871*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 872*9880d681SAndroid Build Coastguard Worker %vecext1016 = extractelement <4 x float> %tmp121, i32 3 873*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 874*9880d681SAndroid Build Coastguard Worker %add1017 = fadd float %vecext1016, 0x406A1999A0000000 875*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 876*9880d681SAndroid Build Coastguard Worker %tmp122 = load <4 x float>, <4 x float>* undef, align 16 877*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 878*9880d681SAndroid Build Coastguard Worker %vecext1030 = extractelement <4 x float> undef, i32 3 879*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 880*9880d681SAndroid Build Coastguard Worker %add1031 = fadd float %vecext1030, 2.010000e+02 881*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 882*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 883*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 884*9880d681SAndroid Build Coastguard Worker %tmp123 = load <4 x float>, <4 x float>* undef, align 16 885*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 886*9880d681SAndroid Build Coastguard Worker %tmp124 = load <4 x float>, <4 x float>* undef, align 16 887*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 888*9880d681SAndroid Build Coastguard Worker %vecins1085 = insertelement <4 x float> %tmp124, float undef, i32 2 889*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 890*9880d681SAndroid Build Coastguard Worker %tmp125 = load <4 x float>, <4 x float>* undef, align 16 891*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 892*9880d681SAndroid Build Coastguard Worker %vecext1086 = extractelement <4 x float> %tmp125, i32 3 893*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 894*9880d681SAndroid Build Coastguard Worker %add1087 = fadd float %vecext1086, -1.575000e+02 895*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 896*9880d681SAndroid Build Coastguard Worker %tmp126 = load <4 x float>, <4 x float>* undef, align 16 897*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 898*9880d681SAndroid Build Coastguard Worker %vecins1088 = insertelement <4 x float> %tmp126, float %add1087, i32 3 899*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 900*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1088, <4 x float>* undef, align 16 901*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 902*9880d681SAndroid Build Coastguard Worker %tmp127 = load <4 x float>, <4 x float>* undef 903*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 904*9880d681SAndroid Build Coastguard Worker %add1090 = fadd <4 x float> undef, %tmp127 905*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 906*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 907*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 908*9880d681SAndroid Build Coastguard Worker %tmp128 = load <4 x float>, <4 x float>* undef, align 16 909*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 910*9880d681SAndroid Build Coastguard Worker %vecext1094 = extractelement <4 x float> %tmp128, i32 1 911*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 912*9880d681SAndroid Build Coastguard Worker %add1095 = fadd float %vecext1094, 0x4072C999A0000000 913*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 914*9880d681SAndroid Build Coastguard Worker %tmp129 = load <4 x float>, <4 x float>* undef, align 16 915*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 916*9880d681SAndroid Build Coastguard Worker %vecins1096 = insertelement <4 x float> %tmp129, float %add1095, i32 1 917*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 918*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1096, <4 x float>* undef, align 16 919*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 920*9880d681SAndroid Build Coastguard Worker %tmp130 = load <4 x float>, <4 x float>* undef, align 16 921*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 922*9880d681SAndroid Build Coastguard Worker %vecext1097 = extractelement <4 x float> %tmp130, i32 2 923*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 924*9880d681SAndroid Build Coastguard Worker %add1098 = fadd float %vecext1097, 0xC073E999A0000000 925*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 926*9880d681SAndroid Build Coastguard Worker %tmp131 = load <4 x float>, <4 x float>* undef, align 16 927*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 928*9880d681SAndroid Build Coastguard Worker %vecins1099 = insertelement <4 x float> %tmp131, float %add1098, i32 2 929*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 930*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1099, <4 x float>* undef, align 16 931*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 932*9880d681SAndroid Build Coastguard Worker %tmp132 = load <4 x float>, <4 x float>* undef, align 16 933*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 934*9880d681SAndroid Build Coastguard Worker %vecext1100 = extractelement <4 x float> %tmp132, i32 3 935*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 936*9880d681SAndroid Build Coastguard Worker %add1101 = fadd float %vecext1100, 2.885000e+02 937*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 938*9880d681SAndroid Build Coastguard Worker %tmp133 = load <4 x float>, <4 x float>* undef, align 16 939*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 940*9880d681SAndroid Build Coastguard Worker %vecins1102 = insertelement <4 x float> %tmp133, float %add1101, i32 3 941*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 942*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1102, <4 x float>* undef, align 16 943*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 944*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4059866660000000, float 0x4072466660000000, float 0xC078FE6660000000, float 0xC058ACCCC0000000>, <4 x float>* undef 945*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 946*9880d681SAndroid Build Coastguard Worker %tmp134 = load <4 x float>, <4 x float>* undef 947*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 948*9880d681SAndroid Build Coastguard Worker %add1104 = fadd <4 x float> undef, %tmp134 949*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 950*9880d681SAndroid Build Coastguard Worker %tmp135 = load <4 x float>, <4 x float>* undef, align 16 951*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 952*9880d681SAndroid Build Coastguard Worker %vecext1105 = extractelement <4 x float> %tmp135, i32 0 953*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 954*9880d681SAndroid Build Coastguard Worker %add1106 = fadd float %vecext1105, 0xC078A999A0000000 955*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 956*9880d681SAndroid Build Coastguard Worker %tmp136 = load <4 x float>, <4 x float>* undef, align 16 957*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 958*9880d681SAndroid Build Coastguard Worker %vecins1107 = insertelement <4 x float> %tmp136, float %add1106, i32 0 959*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 960*9880d681SAndroid Build Coastguard Worker %vecext1108 = extractelement <4 x float> undef, i32 1 961*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 962*9880d681SAndroid Build Coastguard Worker %tmp137 = load <4 x float>, <4 x float>* undef, align 16 963*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 964*9880d681SAndroid Build Coastguard Worker %vecins1110 = insertelement <4 x float> %tmp137, float undef, i32 1 965*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 966*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1110, <4 x float>* undef, align 16 967*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 968*9880d681SAndroid Build Coastguard Worker %tmp138 = load <4 x float>, <4 x float>* undef, align 16 969*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 970*9880d681SAndroid Build Coastguard Worker %vecext1111 = extractelement <4 x float> %tmp138, i32 2 971*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 972*9880d681SAndroid Build Coastguard Worker %add1112 = fadd float %vecext1111, 0x407D566660000000 973*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 974*9880d681SAndroid Build Coastguard Worker %tmp139 = load <4 x float>, <4 x float>* undef, align 16 975*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 976*9880d681SAndroid Build Coastguard Worker %vecins1113 = insertelement <4 x float> %tmp139, float %add1112, i32 2 977*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 978*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1113, <4 x float>* undef, align 16 979*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 980*9880d681SAndroid Build Coastguard Worker %add1115 = fadd float undef, 0x4072B33340000000 981*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 982*9880d681SAndroid Build Coastguard Worker %vecins1116 = insertelement <4 x float> undef, float %add1115, i32 3 983*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 984*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1116, <4 x float>* undef, align 16 985*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 986*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0721999A0000000, float 0x4075633340000000, float 0x40794199A0000000, float 0x4061066660000000>, <4 x float>* undef 987*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 988*9880d681SAndroid Build Coastguard Worker %tmp140 = load <4 x float>, <4 x float>* undef, align 16 989*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 990*9880d681SAndroid Build Coastguard Worker %add1118 = fadd <4 x float> %tmp140, undef 991*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 992*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1118, <4 x float>* undef, align 16 993*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 994*9880d681SAndroid Build Coastguard Worker %tmp141 = load <4 x float>, <4 x float>* undef, align 16 995*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 996*9880d681SAndroid Build Coastguard Worker %vecext1119 = extractelement <4 x float> %tmp141, i32 0 997*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 998*9880d681SAndroid Build Coastguard Worker %add1120 = fadd float %vecext1119, 0xC065A66660000000 999*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1000*9880d681SAndroid Build Coastguard Worker %vecins1121 = insertelement <4 x float> undef, float %add1120, i32 0 1001*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1002*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1121, <4 x float>* undef, align 16 1003*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1004*9880d681SAndroid Build Coastguard Worker %tmp142 = load <4 x float>, <4 x float>* undef, align 16 1005*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1006*9880d681SAndroid Build Coastguard Worker %vecext1122 = extractelement <4 x float> %tmp142, i32 1 1007*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1008*9880d681SAndroid Build Coastguard Worker %add1123 = fadd float %vecext1122, 0x4072533340000000 1009*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1010*9880d681SAndroid Build Coastguard Worker %tmp143 = load <4 x float>, <4 x float>* undef, align 16 1011*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1012*9880d681SAndroid Build Coastguard Worker %vecins1124 = insertelement <4 x float> %tmp143, float %add1123, i32 1 1013*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1014*9880d681SAndroid Build Coastguard Worker %vecext1125 = extractelement <4 x float> undef, i32 2 1015*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1016*9880d681SAndroid Build Coastguard Worker %vecins1127 = insertelement <4 x float> undef, float undef, i32 2 1017*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1018*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1127, <4 x float>* undef, align 16 1019*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1020*9880d681SAndroid Build Coastguard Worker %tmp144 = load <4 x float>, <4 x float>* undef, align 16 1021*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1022*9880d681SAndroid Build Coastguard Worker %vecext1128 = extractelement <4 x float> %tmp144, i32 3 1023*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1024*9880d681SAndroid Build Coastguard Worker %add1129 = fadd float %vecext1128, 0x405C866660000000 1025*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1026*9880d681SAndroid Build Coastguard Worker %tmp145 = load <4 x float>, <4 x float>* undef, align 16 1027*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1028*9880d681SAndroid Build Coastguard Worker %vecins1130 = insertelement <4 x float> %tmp145, float %add1129, i32 3 1029*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1030*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC06D6CCCC0000000, float 0xC032E66660000000, float -1.005000e+02, float 0x40765B3340000000>, <4 x float>* undef 1031*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1032*9880d681SAndroid Build Coastguard Worker %tmp146 = load <4 x float>, <4 x float>* undef 1033*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1034*9880d681SAndroid Build Coastguard Worker %tmp147 = load <4 x float>, <4 x float>* undef, align 16 1035*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1036*9880d681SAndroid Build Coastguard Worker %add1132 = fadd <4 x float> %tmp147, %tmp146 1037*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1038*9880d681SAndroid Build Coastguard Worker %tmp148 = load <4 x float>, <4 x float>* undef, align 16 1039*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1040*9880d681SAndroid Build Coastguard Worker %vecext1133 = extractelement <4 x float> %tmp148, i32 0 1041*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1042*9880d681SAndroid Build Coastguard Worker %add1134 = fadd float %vecext1133, 0xC07EB999A0000000 1043*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1044*9880d681SAndroid Build Coastguard Worker %tmp149 = load <4 x float>, <4 x float>* undef, align 16 1045*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1046*9880d681SAndroid Build Coastguard Worker %vecins1135 = insertelement <4 x float> %tmp149, float %add1134, i32 0 1047*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1048*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1135, <4 x float>* undef, align 16 1049*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1050*9880d681SAndroid Build Coastguard Worker %tmp150 = load <4 x float>, <4 x float>* undef, align 16 1051*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1052*9880d681SAndroid Build Coastguard Worker %vecext1136 = extractelement <4 x float> %tmp150, i32 1 1053*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1054*9880d681SAndroid Build Coastguard Worker %tmp151 = load <4 x float>, <4 x float>* undef, align 16 1055*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1056*9880d681SAndroid Build Coastguard Worker %vecins1138 = insertelement <4 x float> %tmp151, float undef, i32 1 1057*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1058*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1138, <4 x float>* undef, align 16 1059*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1060*9880d681SAndroid Build Coastguard Worker %tmp152 = load <4 x float>, <4 x float>* undef, align 16 1061*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1062*9880d681SAndroid Build Coastguard Worker %add1140 = fadd float undef, 0x407AE999A0000000 1063*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1064*9880d681SAndroid Build Coastguard Worker %tmp153 = load <4 x float>, <4 x float>* undef, align 16 1065*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1066*9880d681SAndroid Build Coastguard Worker %vecins1141 = insertelement <4 x float> %tmp153, float %add1140, i32 2 1067*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1068*9880d681SAndroid Build Coastguard Worker %vecext1142 = extractelement <4 x float> undef, i32 3 1069*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1070*9880d681SAndroid Build Coastguard Worker %add1143 = fadd float %vecext1142, 0x407A24CCC0000000 1071*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1072*9880d681SAndroid Build Coastguard Worker %tmp154 = load <4 x float>, <4 x float>* undef, align 16 1073*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1074*9880d681SAndroid Build Coastguard Worker %vecins1144 = insertelement <4 x float> %tmp154, float %add1143, i32 3 1075*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1076*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1144, <4 x float>* undef, align 16 1077*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1078*9880d681SAndroid Build Coastguard Worker %tmp155 = load <4 x float>, <4 x float>* undef 1079*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1080*9880d681SAndroid Build Coastguard Worker %tmp156 = load <4 x float>, <4 x float>* undef, align 16 1081*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1082*9880d681SAndroid Build Coastguard Worker %add1146 = fadd <4 x float> %tmp156, %tmp155 1083*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1084*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1146, <4 x float>* undef, align 16 1085*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1086*9880d681SAndroid Build Coastguard Worker %tmp157 = load <4 x float>, <4 x float>* undef, align 16 1087*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1088*9880d681SAndroid Build Coastguard Worker %add1148 = fadd float undef, 4.145000e+02 1089*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1090*9880d681SAndroid Build Coastguard Worker %tmp158 = load <4 x float>, <4 x float>* undef, align 16 1091*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1092*9880d681SAndroid Build Coastguard Worker %vecins1158 = insertelement <4 x float> undef, float undef, i32 3 1093*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1094*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1158, <4 x float>* undef, align 16 1095*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1096*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40603999A0000000, float -9.150000e+01, float 0xC051E66660000000, float -4.825000e+02>, <4 x float>* undef 1097*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1098*9880d681SAndroid Build Coastguard Worker %add1218 = fadd float undef, 0xC078733340000000 1099*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1100*9880d681SAndroid Build Coastguard Worker %vecins1219 = insertelement <4 x float> undef, float %add1218, i32 0 1101*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1102*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0655CCCC0000000, float -4.900000e+01, float -4.525000e+02, float 4.205000e+02>, <4 x float>* undef 1103*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1104*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1105*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1106*9880d681SAndroid Build Coastguard Worker %tmp159 = load <4 x float>, <4 x float>* undef, align 16 1107*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1108*9880d681SAndroid Build Coastguard Worker %vecext1279 = extractelement <4 x float> %tmp159, i32 2 1109*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1110*9880d681SAndroid Build Coastguard Worker %add1280 = fadd float %vecext1279, 0xC062D999A0000000 1111*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1112*9880d681SAndroid Build Coastguard Worker %tmp160 = load <4 x float>, <4 x float>* undef, align 16 1113*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1114*9880d681SAndroid Build Coastguard Worker %vecins1281 = insertelement <4 x float> %tmp160, float %add1280, i32 2 1115*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1116*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1281, <4 x float>* undef, align 16 1117*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1118*9880d681SAndroid Build Coastguard Worker %tmp161 = load <4 x float>, <4 x float>* undef, align 16 1119*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1120*9880d681SAndroid Build Coastguard Worker %vecext1282 = extractelement <4 x float> %tmp161, i32 3 1121*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1122*9880d681SAndroid Build Coastguard Worker %add1283 = fadd float %vecext1282, 4.365000e+02 1123*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1124*9880d681SAndroid Build Coastguard Worker %tmp162 = load <4 x float>, <4 x float>* undef, align 16 1125*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1126*9880d681SAndroid Build Coastguard Worker %vecins1284 = insertelement <4 x float> %tmp162, float %add1283, i32 3 1127*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1128*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1284, <4 x float>* undef, align 16 1129*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1130*9880d681SAndroid Build Coastguard Worker %tmp163 = load <4 x float>, <4 x float>* undef 1131*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1132*9880d681SAndroid Build Coastguard Worker %tmp164 = load <4 x float>, <4 x float>* undef, align 16 1133*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1134*9880d681SAndroid Build Coastguard Worker %add1286 = fadd <4 x float> %tmp164, %tmp163 1135*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1136*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1286, <4 x float>* undef, align 16 1137*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1138*9880d681SAndroid Build Coastguard Worker %tmp165 = load <4 x float>, <4 x float>* undef, align 16 1139*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1140*9880d681SAndroid Build Coastguard Worker %add1288 = fadd float undef, 0xC0731199A0000000 1141*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1142*9880d681SAndroid Build Coastguard Worker %tmp166 = load <4 x float>, <4 x float>* undef, align 16 1143*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1144*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1145*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1146*9880d681SAndroid Build Coastguard Worker %tmp167 = load <4 x float>, <4 x float>* undef, align 16 1147*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1148*9880d681SAndroid Build Coastguard Worker %vecext1444 = extractelement <4 x float> %tmp167, i32 1 1149*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1150*9880d681SAndroid Build Coastguard Worker %vecins1460 = insertelement <4 x float> undef, float undef, i32 1 1151*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1152*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1460, <4 x float>* undef, align 16 1153*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1154*9880d681SAndroid Build Coastguard Worker %tmp168 = load <4 x float>, <4 x float>* undef, align 16 1155*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1156*9880d681SAndroid Build Coastguard Worker %add1462 = fadd float undef, -1.670000e+02 1157*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1158*9880d681SAndroid Build Coastguard Worker %vecins1463 = insertelement <4 x float> undef, float %add1462, i32 2 1159*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1160*9880d681SAndroid Build Coastguard Worker %tmp169 = load <4 x float>, <4 x float>* undef, align 16 1161*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1162*9880d681SAndroid Build Coastguard Worker %vecext1464 = extractelement <4 x float> %tmp169, i32 3 1163*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1164*9880d681SAndroid Build Coastguard Worker %add1465 = fadd float %vecext1464, 0xC066333340000000 1165*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1166*9880d681SAndroid Build Coastguard Worker %tmp170 = load <4 x float>, <4 x float>* undef, align 16 1167*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1168*9880d681SAndroid Build Coastguard Worker %vecins1466 = insertelement <4 x float> %tmp170, float %add1465, i32 3 1169*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1170*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1466, <4 x float>* undef, align 16 1171*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1172*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 3.885000e+02, float 0x4054266660000000, float -9.500000e+01, float 8.500000e+01>, <4 x float>* undef 1173*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1174*9880d681SAndroid Build Coastguard Worker %tmp171 = load <4 x float>, <4 x float>* undef 1175*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1176*9880d681SAndroid Build Coastguard Worker %tmp172 = load <4 x float>, <4 x float>* undef, align 16 1177*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1178*9880d681SAndroid Build Coastguard Worker %add1468 = fadd <4 x float> %tmp172, %tmp171 1179*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1180*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1468, <4 x float>* undef, align 16 1181*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1182*9880d681SAndroid Build Coastguard Worker %tmp173 = load <4 x float>, <4 x float>* undef, align 16 1183*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1184*9880d681SAndroid Build Coastguard Worker %add1470 = fadd float undef, 0x4033B33340000000 1185*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1186*9880d681SAndroid Build Coastguard Worker %tmp174 = load <4 x float>, <4 x float>* undef, align 16 1187*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1188*9880d681SAndroid Build Coastguard Worker %vecins1471 = insertelement <4 x float> %tmp174, float %add1470, i32 0 1189*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1190*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1471, <4 x float>* undef, align 16 1191*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1192*9880d681SAndroid Build Coastguard Worker %tmp175 = load <4 x float>, <4 x float>* undef, align 16 1193*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1194*9880d681SAndroid Build Coastguard Worker %vecext1472 = extractelement <4 x float> %tmp175, i32 1 1195*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1196*9880d681SAndroid Build Coastguard Worker %add1473 = fadd float %vecext1472, 0xC05F666660000000 1197*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1198*9880d681SAndroid Build Coastguard Worker %tmp176 = load <4 x float>, <4 x float>* undef, align 16 1199*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1200*9880d681SAndroid Build Coastguard Worker %vecins1474 = insertelement <4 x float> %tmp176, float %add1473, i32 1 1201*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1202*9880d681SAndroid Build Coastguard Worker %tmp177 = load <4 x float>, <4 x float>* undef, align 16 1203*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1204*9880d681SAndroid Build Coastguard Worker %vecext1475 = extractelement <4 x float> %tmp177, i32 2 1205*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1206*9880d681SAndroid Build Coastguard Worker %tmp178 = load <4 x float>, <4 x float>* undef, align 16 1207*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1208*9880d681SAndroid Build Coastguard Worker %vecins1477 = insertelement <4 x float> %tmp178, float undef, i32 2 1209*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1210*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1477, <4 x float>* undef, align 16 1211*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1212*9880d681SAndroid Build Coastguard Worker %tmp179 = load <4 x float>, <4 x float>* undef, align 16 1213*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1214*9880d681SAndroid Build Coastguard Worker %vecext1478 = extractelement <4 x float> %tmp179, i32 3 1215*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1216*9880d681SAndroid Build Coastguard Worker %add1479 = fadd float %vecext1478, 0x407E2E6660000000 1217*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1218*9880d681SAndroid Build Coastguard Worker %tmp180 = load <4 x float>, <4 x float>* undef, align 16 1219*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1220*9880d681SAndroid Build Coastguard Worker %vecins1480 = insertelement <4 x float> %tmp180, float %add1479, i32 3 1221*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1222*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1480, <4 x float>* undef, align 16 1223*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1224*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC061B33340000000, float 3.290000e+02, float 0xC067766660000000, float 0x407DB33340000000>, <4 x float>* undef 1225*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1226*9880d681SAndroid Build Coastguard Worker %tmp181 = load <4 x float>, <4 x float>* undef 1227*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1228*9880d681SAndroid Build Coastguard Worker %tmp182 = load <4 x float>, <4 x float>* undef, align 16 1229*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1230*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1231*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1232*9880d681SAndroid Build Coastguard Worker %tmp183 = load <4 x float>, <4 x float>* undef, align 16 1233*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1234*9880d681SAndroid Build Coastguard Worker %vecext1483 = extractelement <4 x float> %tmp183, i32 0 1235*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1236*9880d681SAndroid Build Coastguard Worker %add1484 = fadd float %vecext1483, 0xC053D999A0000000 1237*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1238*9880d681SAndroid Build Coastguard Worker %tmp184 = load <4 x float>, <4 x float>* undef, align 16 1239*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1240*9880d681SAndroid Build Coastguard Worker %tmp185 = load <4 x float>, <4 x float>* undef, align 16 1241*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1242*9880d681SAndroid Build Coastguard Worker %vecext1486 = extractelement <4 x float> %tmp185, i32 1 1243*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1244*9880d681SAndroid Build Coastguard Worker %vecins1502 = insertelement <4 x float> undef, float undef, i32 1 1245*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1246*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1502, <4 x float>* undef, align 16 1247*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1248*9880d681SAndroid Build Coastguard Worker %vecext1503 = extractelement <4 x float> undef, i32 2 1249*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1250*9880d681SAndroid Build Coastguard Worker %add1504 = fadd float %vecext1503, -2.475000e+02 1251*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1252*9880d681SAndroid Build Coastguard Worker %tmp186 = load <4 x float>, <4 x float>* undef, align 16 1253*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1254*9880d681SAndroid Build Coastguard Worker %vecins1505 = insertelement <4 x float> %tmp186, float %add1504, i32 2 1255*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1256*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1505, <4 x float>* undef, align 16 1257*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1258*9880d681SAndroid Build Coastguard Worker %tmp187 = load <4 x float>, <4 x float>* undef, align 16 1259*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1260*9880d681SAndroid Build Coastguard Worker %vecext1506 = extractelement <4 x float> %tmp187, i32 3 1261*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1262*9880d681SAndroid Build Coastguard Worker %add1507 = fadd float %vecext1506, 0x40715199A0000000 1263*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1264*9880d681SAndroid Build Coastguard Worker %tmp188 = load <4 x float>, <4 x float>* undef, align 16 1265*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1266*9880d681SAndroid Build Coastguard Worker %vecins1508 = insertelement <4 x float> %tmp188, float %add1507, i32 3 1267*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1268*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1508, <4 x float>* undef, align 16 1269*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1270*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40762B3340000000, float 0xC074566660000000, float 0xC07C74CCC0000000, float 0xC053F999A0000000>, <4 x float>* undef 1271*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1272*9880d681SAndroid Build Coastguard Worker %tmp189 = load <4 x float>, <4 x float>* undef 1273*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1274*9880d681SAndroid Build Coastguard Worker %tmp190 = load <4 x float>, <4 x float>* undef, align 16 1275*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1276*9880d681SAndroid Build Coastguard Worker %add1510 = fadd <4 x float> %tmp190, %tmp189 1277*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1278*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1510, <4 x float>* undef, align 16 1279*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1280*9880d681SAndroid Build Coastguard Worker %tmp191 = load <4 x float>, <4 x float>* undef, align 16 1281*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1282*9880d681SAndroid Build Coastguard Worker %tmp192 = load <4 x float>, <4 x float>* undef, align 16 1283*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1284*9880d681SAndroid Build Coastguard Worker %vecext1654 = extractelement <4 x float> %tmp192, i32 1 1285*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1286*9880d681SAndroid Build Coastguard Worker %add1655 = fadd float %vecext1654, 0xC07D8CCCC0000000 1287*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1288*9880d681SAndroid Build Coastguard Worker %tmp193 = load <4 x float>, <4 x float>* undef, align 16 1289*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1290*9880d681SAndroid Build Coastguard Worker %vecins1656 = insertelement <4 x float> %tmp193, float %add1655, i32 1 1291*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1292*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1656, <4 x float>* undef, align 16 1293*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1294*9880d681SAndroid Build Coastguard Worker %add1658 = fadd float undef, 0x40709999A0000000 1295*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1296*9880d681SAndroid Build Coastguard Worker %tmp194 = load <4 x float>, <4 x float>* undef, align 16 1297*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1298*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1299*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1300*9880d681SAndroid Build Coastguard Worker %vecext1660 = extractelement <4 x float> undef, i32 3 1301*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1302*9880d681SAndroid Build Coastguard Worker %add1661 = fadd float %vecext1660, 0xC06F166660000000 1303*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1304*9880d681SAndroid Build Coastguard Worker %tmp195 = load <4 x float>, <4 x float>* undef, align 16 1305*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1306*9880d681SAndroid Build Coastguard Worker %vecins1662 = insertelement <4 x float> %tmp195, float %add1661, i32 3 1307*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1308*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1662, <4 x float>* undef, align 16 1309*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1310*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC075266660000000, float 0xC072C4CCC0000000, float 0x407C4E6660000000, float -4.485000e+02>, <4 x float>* undef 1311*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1312*9880d681SAndroid Build Coastguard Worker %vecins1676 = insertelement <4 x float> undef, float undef, i32 3 1313*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1314*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1315*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1316*9880d681SAndroid Build Coastguard Worker %tmp196 = load <4 x float>, <4 x float>* undef, align 16 1317*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1318*9880d681SAndroid Build Coastguard Worker %add1692 = fadd <4 x float> %tmp196, undef 1319*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1320*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1692, <4 x float>* undef, align 16 1321*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1322*9880d681SAndroid Build Coastguard Worker %tmp197 = load <4 x float>, <4 x float>* undef, align 16 1323*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1324*9880d681SAndroid Build Coastguard Worker %vecext1693 = extractelement <4 x float> %tmp197, i32 0 1325*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1326*9880d681SAndroid Build Coastguard Worker %add1694 = fadd float %vecext1693, 0x407A1999A0000000 1327*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1328*9880d681SAndroid Build Coastguard Worker %tmp198 = load <4 x float>, <4 x float>* undef, align 16 1329*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1330*9880d681SAndroid Build Coastguard Worker %vecins1695 = insertelement <4 x float> %tmp198, float %add1694, i32 0 1331*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1332*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1695, <4 x float>* undef, align 16 1333*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1334*9880d681SAndroid Build Coastguard Worker %tmp199 = load <4 x float>, <4 x float>* undef, align 16 1335*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1336*9880d681SAndroid Build Coastguard Worker %vecext1696 = extractelement <4 x float> %tmp199, i32 1 1337*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1338*9880d681SAndroid Build Coastguard Worker %add1697 = fadd float %vecext1696, 2.850000e+01 1339*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1340*9880d681SAndroid Build Coastguard Worker %tmp200 = load <4 x float>, <4 x float>* undef, align 16 1341*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1342*9880d681SAndroid Build Coastguard Worker %vecins1698 = insertelement <4 x float> %tmp200, float %add1697, i32 1 1343*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1344*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1698, <4 x float>* undef, align 16 1345*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1346*9880d681SAndroid Build Coastguard Worker %tmp201 = load <4 x float>, <4 x float>* undef, align 16 1347*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1348*9880d681SAndroid Build Coastguard Worker %vecext1699 = extractelement <4 x float> %tmp201, i32 2 1349*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1350*9880d681SAndroid Build Coastguard Worker %tmp202 = load <4 x float>, <4 x float>* undef, align 16 1351*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1352*9880d681SAndroid Build Coastguard Worker %vecins1701 = insertelement <4 x float> %tmp202, float undef, i32 2 1353*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1354*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1701, <4 x float>* undef, align 16 1355*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1356*9880d681SAndroid Build Coastguard Worker %tmp203 = load <4 x float>, <4 x float>* undef, align 16 1357*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1358*9880d681SAndroid Build Coastguard Worker %vecins1704 = insertelement <4 x float> undef, float undef, i32 3 1359*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1360*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC075933340000000, float 0xC0489999A0000000, float 0xC078AB3340000000, float 0x406DFCCCC0000000>, <4 x float>* undef 1361*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1362*9880d681SAndroid Build Coastguard Worker %tmp204 = load <4 x float>, <4 x float>* undef 1363*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1364*9880d681SAndroid Build Coastguard Worker %tmp205 = load <4 x float>, <4 x float>* undef, align 16 1365*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1366*9880d681SAndroid Build Coastguard Worker %tmp206 = load <4 x float>, <4 x float>* undef, align 16 1367*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1368*9880d681SAndroid Build Coastguard Worker %vecins1709 = insertelement <4 x float> %tmp206, float undef, i32 0 1369*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1370*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1709, <4 x float>* undef, align 16 1371*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1372*9880d681SAndroid Build Coastguard Worker %tmp207 = load <4 x float>, <4 x float>* undef, align 16 1373*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1374*9880d681SAndroid Build Coastguard Worker %vecext1713 = extractelement <4 x float> undef, i32 2 1375*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1376*9880d681SAndroid Build Coastguard Worker %add1714 = fadd float %vecext1713, 0xC0703199A0000000 1377*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1378*9880d681SAndroid Build Coastguard Worker %vecins1723 = insertelement <4 x float> undef, float undef, i32 0 1379*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1380*9880d681SAndroid Build Coastguard Worker %tmp208 = load <4 x float>, <4 x float>* undef, align 16 1381*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1382*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1383*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1384*9880d681SAndroid Build Coastguard Worker %vecext1730 = extractelement <4 x float> undef, i32 3 1385*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1386*9880d681SAndroid Build Coastguard Worker %add1731 = fadd float %vecext1730, 4.130000e+02 1387*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1388*9880d681SAndroid Build Coastguard Worker %tmp209 = load <4 x float>, <4 x float>* undef, align 16 1389*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1390*9880d681SAndroid Build Coastguard Worker %vecins1732 = insertelement <4 x float> %tmp209, float %add1731, i32 3 1391*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1392*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1732, <4 x float>* undef, align 16 1393*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1394*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40551999A0000000, float 0xC0708999A0000000, float 0xC054F33340000000, float 0xC07C5999A0000000>, <4 x float>* undef 1395*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1396*9880d681SAndroid Build Coastguard Worker %tmp210 = load <4 x float>, <4 x float>* undef 1397*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1398*9880d681SAndroid Build Coastguard Worker %add1734 = fadd <4 x float> undef, %tmp210 1399*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1400*9880d681SAndroid Build Coastguard Worker %tmp211 = load <4 x float>, <4 x float>* undef, align 16 1401*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1402*9880d681SAndroid Build Coastguard Worker %add1736 = fadd float undef, 0x407C3999A0000000 1403*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1404*9880d681SAndroid Build Coastguard Worker %tmp212 = load <4 x float>, <4 x float>* undef, align 16 1405*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1406*9880d681SAndroid Build Coastguard Worker %vecins1737 = insertelement <4 x float> %tmp212, float %add1736, i32 0 1407*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1408*9880d681SAndroid Build Coastguard Worker %tmp213 = load <4 x float>, <4 x float>* undef, align 16 1409*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1410*9880d681SAndroid Build Coastguard Worker %vecext1738 = extractelement <4 x float> %tmp213, i32 1 1411*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1412*9880d681SAndroid Build Coastguard Worker %add1739 = fadd float %vecext1738, 0xC0711E6660000000 1413*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1414*9880d681SAndroid Build Coastguard Worker %tmp214 = load <4 x float>, <4 x float>* undef, align 16 1415*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1416*9880d681SAndroid Build Coastguard Worker %vecins1740 = insertelement <4 x float> %tmp214, float %add1739, i32 1 1417*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1418*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1740, <4 x float>* undef, align 16 1419*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1420*9880d681SAndroid Build Coastguard Worker %tmp215 = load <4 x float>, <4 x float>* undef, align 16 1421*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1422*9880d681SAndroid Build Coastguard Worker %vecext1741 = extractelement <4 x float> %tmp215, i32 2 1423*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1424*9880d681SAndroid Build Coastguard Worker %add1742 = fadd float %vecext1741, -2.545000e+02 1425*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1426*9880d681SAndroid Build Coastguard Worker %tmp216 = load <4 x float>, <4 x float>* undef, align 16 1427*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1428*9880d681SAndroid Build Coastguard Worker %vecins1743 = insertelement <4 x float> %tmp216, float %add1742, i32 2 1429*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1430*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1743, <4 x float>* undef, align 16 1431*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1432*9880d681SAndroid Build Coastguard Worker %vecext1744 = extractelement <4 x float> undef, i32 3 1433*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1434*9880d681SAndroid Build Coastguard Worker %tmp217 = load <4 x float>, <4 x float>* undef, align 16 1435*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1436*9880d681SAndroid Build Coastguard Worker %vecins1746 = insertelement <4 x float> %tmp217, float undef, i32 3 1437*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1438*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC076466660000000, float 0x4060BCCCC0000000, float 0x405EF999A0000000, float 0x4074766660000000>, <4 x float>* undef 1439*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1440*9880d681SAndroid Build Coastguard Worker %tmp218 = load <4 x float>, <4 x float>* undef 1441*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1442*9880d681SAndroid Build Coastguard Worker %add1748 = fadd <4 x float> undef, %tmp218 1443*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1444*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1748, <4 x float>* undef, align 16 1445*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1446*9880d681SAndroid Build Coastguard Worker %tmp219 = load <4 x float>, <4 x float>* undef, align 16 1447*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1448*9880d681SAndroid Build Coastguard Worker %add1750 = fadd float undef, 0x407C6B3340000000 1449*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1450*9880d681SAndroid Build Coastguard Worker %vecins1751 = insertelement <4 x float> undef, float %add1750, i32 0 1451*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1452*9880d681SAndroid Build Coastguard Worker %tmp220 = load <4 x float>, <4 x float>* undef, align 16 1453*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1454*9880d681SAndroid Build Coastguard Worker %vecext1752 = extractelement <4 x float> %tmp220, i32 1 1455*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1456*9880d681SAndroid Build Coastguard Worker %add1753 = fadd float %vecext1752, 0x40730CCCC0000000 1457*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1458*9880d681SAndroid Build Coastguard Worker %tmp221 = load <4 x float>, <4 x float>* undef, align 16 1459*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1460*9880d681SAndroid Build Coastguard Worker %vecins1754 = insertelement <4 x float> %tmp221, float %add1753, i32 1 1461*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1462*9880d681SAndroid Build Coastguard Worker %tmp222 = load <4 x float>, <4 x float>* undef, align 16 1463*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1464*9880d681SAndroid Build Coastguard Worker %vecext1755 = extractelement <4 x float> %tmp222, i32 2 1465*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1466*9880d681SAndroid Build Coastguard Worker %add1756 = fadd float %vecext1755, 0xC059F33340000000 1467*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1468*9880d681SAndroid Build Coastguard Worker %tmp223 = load <4 x float>, <4 x float>* undef, align 16 1469*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1470*9880d681SAndroid Build Coastguard Worker %add1759 = fadd float undef, 0x40678999A0000000 1471*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1472*9880d681SAndroid Build Coastguard Worker %tmp224 = load <4 x float>, <4 x float>* undef, align 16 1473*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1474*9880d681SAndroid Build Coastguard Worker %vecins1760 = insertelement <4 x float> %tmp224, float %add1759, i32 3 1475*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1476*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1760, <4 x float>* undef, align 16 1477*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1478*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x405E333340000000, float 0x40571999A0000000, float 0xC02E333340000000, float 0x4053A66660000000>, <4 x float>* undef 1479*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1480*9880d681SAndroid Build Coastguard Worker %tmp225 = load <4 x float>, <4 x float>* undef 1481*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1482*9880d681SAndroid Build Coastguard Worker %add1762 = fadd <4 x float> undef, %tmp225 1483*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1484*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1762, <4 x float>* undef, align 16 1485*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1486*9880d681SAndroid Build Coastguard Worker %tmp226 = load <4 x float>, <4 x float>* undef, align 16 1487*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1488*9880d681SAndroid Build Coastguard Worker %vecext1763 = extractelement <4 x float> %tmp226, i32 0 1489*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1490*9880d681SAndroid Build Coastguard Worker %add1764 = fadd float %vecext1763, 0xC0299999A0000000 1491*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1492*9880d681SAndroid Build Coastguard Worker %tmp227 = load <4 x float>, <4 x float>* undef, align 16 1493*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1494*9880d681SAndroid Build Coastguard Worker %vecins1765 = insertelement <4 x float> %tmp227, float %add1764, i32 0 1495*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1496*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1765, <4 x float>* undef, align 16 1497*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1498*9880d681SAndroid Build Coastguard Worker %tmp228 = load <4 x float>, <4 x float>* undef, align 16 1499*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1500*9880d681SAndroid Build Coastguard Worker %vecext1766 = extractelement <4 x float> %tmp228, i32 1 1501*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1502*9880d681SAndroid Build Coastguard Worker %add1767 = fadd float %vecext1766, 0x407DDE6660000000 1503*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1504*9880d681SAndroid Build Coastguard Worker %tmp229 = load <4 x float>, <4 x float>* undef, align 16 1505*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1506*9880d681SAndroid Build Coastguard Worker %vecins1768 = insertelement <4 x float> %tmp229, float %add1767, i32 1 1507*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1508*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1768, <4 x float>* undef, align 16 1509*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1510*9880d681SAndroid Build Coastguard Worker %vecext1769 = extractelement <4 x float> undef, i32 2 1511*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1512*9880d681SAndroid Build Coastguard Worker %add1770 = fadd float %vecext1769, 0x407A1B3340000000 1513*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1514*9880d681SAndroid Build Coastguard Worker %tmp230 = load <4 x float>, <4 x float>* undef, align 16 1515*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1516*9880d681SAndroid Build Coastguard Worker %vecins1771 = insertelement <4 x float> %tmp230, float %add1770, i32 2 1517*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1518*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1771, <4 x float>* undef, align 16 1519*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1520*9880d681SAndroid Build Coastguard Worker %tmp231 = load <4 x float>, <4 x float>* undef 1521*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1522*9880d681SAndroid Build Coastguard Worker %tmp232 = load <4 x float>, <4 x float>* undef, align 16 1523*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1524*9880d681SAndroid Build Coastguard Worker %tmp233 = load <4 x float>, <4 x float>* undef, align 16 1525*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1526*9880d681SAndroid Build Coastguard Worker %tmp234 = load <4 x float>, <4 x float>* undef, align 16 1527*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1528*9880d681SAndroid Build Coastguard Worker %vecins1779 = insertelement <4 x float> %tmp234, float undef, i32 0 1529*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1530*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1779, <4 x float>* undef, align 16 1531*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1532*9880d681SAndroid Build Coastguard Worker %tmp235 = load <4 x float>, <4 x float>* undef, align 16 1533*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1534*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1535*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1536*9880d681SAndroid Build Coastguard Worker %tmp236 = load <4 x float>, <4 x float>* undef, align 16 1537*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1538*9880d681SAndroid Build Coastguard Worker %vecext1783 = extractelement <4 x float> %tmp236, i32 2 1539*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1540*9880d681SAndroid Build Coastguard Worker %add1784 = fadd float %vecext1783, 0x405E933340000000 1541*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1542*9880d681SAndroid Build Coastguard Worker %vecins1785 = insertelement <4 x float> undef, float %add1784, i32 2 1543*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1544*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1785, <4 x float>* undef, align 16 1545*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1546*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07074CCC0000000, float 0xC04D666660000000, float 3.235000e+02, float 0xC0724199A0000000>, <4 x float>* undef 1547*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1548*9880d681SAndroid Build Coastguard Worker %tmp237 = load <4 x float>, <4 x float>* undef 1549*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1550*9880d681SAndroid Build Coastguard Worker %add1790 = fadd <4 x float> undef, %tmp237 1551*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1552*9880d681SAndroid Build Coastguard Worker %tmp238 = load <4 x float>, <4 x float>* undef, align 16 1553*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1554*9880d681SAndroid Build Coastguard Worker %vecext1791 = extractelement <4 x float> %tmp238, i32 0 1555*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1556*9880d681SAndroid Build Coastguard Worker %add1792 = fadd float %vecext1791, 0x4077DE6660000000 1557*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1558*9880d681SAndroid Build Coastguard Worker %tmp239 = load <4 x float>, <4 x float>* undef, align 16 1559*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1560*9880d681SAndroid Build Coastguard Worker %vecins1793 = insertelement <4 x float> %tmp239, float %add1792, i32 0 1561*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1562*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1793, <4 x float>* undef, align 16 1563*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1564*9880d681SAndroid Build Coastguard Worker %tmp240 = load <4 x float>, <4 x float>* undef, align 16 1565*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1566*9880d681SAndroid Build Coastguard Worker %add1795 = fadd float undef, 0x4055266660000000 1567*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1568*9880d681SAndroid Build Coastguard Worker %tmp241 = load <4 x float>, <4 x float>* undef, align 16 1569*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1570*9880d681SAndroid Build Coastguard Worker %vecins1796 = insertelement <4 x float> %tmp241, float %add1795, i32 1 1571*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1572*9880d681SAndroid Build Coastguard Worker %vecins1799 = insertelement <4 x float> undef, float undef, i32 2 1573*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1574*9880d681SAndroid Build Coastguard Worker %vecext1800 = extractelement <4 x float> undef, i32 3 1575*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1576*9880d681SAndroid Build Coastguard Worker %tmp242 = load <4 x float>, <4 x float>* undef, align 16 1577*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1578*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1579*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1580*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -6.600000e+01, float 0xC07B2199A0000000, float 0x4011333340000000, float 0xC0635CCCC0000000>, <4 x float>* undef 1581*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1582*9880d681SAndroid Build Coastguard Worker %tmp243 = load <4 x float>, <4 x float>* undef 1583*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1584*9880d681SAndroid Build Coastguard Worker %tmp244 = load <4 x float>, <4 x float>* undef, align 16 1585*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1586*9880d681SAndroid Build Coastguard Worker %tmp245 = load <4 x float>, <4 x float>* undef, align 16 1587*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1588*9880d681SAndroid Build Coastguard Worker %tmp246 = load <4 x float>, <4 x float>* undef, align 16 1589*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1590*9880d681SAndroid Build Coastguard Worker %add1865 = fadd float undef, -2.235000e+02 1591*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1592*9880d681SAndroid Build Coastguard Worker %tmp247 = load <4 x float>, <4 x float>* undef, align 16 1593*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1594*9880d681SAndroid Build Coastguard Worker %vecins1866 = insertelement <4 x float> %tmp247, float %add1865, i32 1 1595*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1596*9880d681SAndroid Build Coastguard Worker %tmp248 = load <4 x float>, <4 x float>* undef, align 16 1597*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1598*9880d681SAndroid Build Coastguard Worker %tmp249 = load <4 x float>, <4 x float>* undef, align 16 1599*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1600*9880d681SAndroid Build Coastguard Worker %vecins1872 = insertelement <4 x float> %tmp249, float undef, i32 3 1601*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1602*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x406B8999A0000000, float 0xC0696CCCC0000000, float 0xC07A34CCC0000000, float 0x407654CCC0000000>, <4 x float>* undef 1603*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1604*9880d681SAndroid Build Coastguard Worker %tmp250 = load <4 x float>, <4 x float>* undef, align 16 1605*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1606*9880d681SAndroid Build Coastguard Worker %add1874 = fadd <4 x float> %tmp250, undef 1607*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1608*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1874, <4 x float>* undef, align 16 1609*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1610*9880d681SAndroid Build Coastguard Worker %vecext1875 = extractelement <4 x float> undef, i32 0 1611*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1612*9880d681SAndroid Build Coastguard Worker %tmp251 = load <4 x float>, <4 x float>* undef, align 16 1613*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1614*9880d681SAndroid Build Coastguard Worker %vecins1894 = insertelement <4 x float> %tmp251, float undef, i32 1 1615*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1616*9880d681SAndroid Build Coastguard Worker %tmp252 = load <4 x float>, <4 x float>* undef, align 16 1617*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1618*9880d681SAndroid Build Coastguard Worker %vecext1895 = extractelement <4 x float> %tmp252, i32 2 1619*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1620*9880d681SAndroid Build Coastguard Worker %vecins1900 = insertelement <4 x float> undef, float undef, i32 3 1621*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1622*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1900, <4 x float>* undef, align 16 1623*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1624*9880d681SAndroid Build Coastguard Worker %vecins1905 = insertelement <4 x float> undef, float undef, i32 0 1625*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1626*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1905, <4 x float>* undef, align 16 1627*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1628*9880d681SAndroid Build Coastguard Worker %tmp253 = load <4 x float>, <4 x float>* undef, align 16 1629*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1630*9880d681SAndroid Build Coastguard Worker %vecext1906 = extractelement <4 x float> %tmp253, i32 1 1631*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1632*9880d681SAndroid Build Coastguard Worker %add1907 = fadd float %vecext1906, 0xC07E5E6660000000 1633*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1634*9880d681SAndroid Build Coastguard Worker %vecins1908 = insertelement <4 x float> undef, float %add1907, i32 1 1635*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1636*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1908, <4 x float>* undef, align 16 1637*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1638*9880d681SAndroid Build Coastguard Worker %vecext1909 = extractelement <4 x float> undef, i32 2 1639*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1640*9880d681SAndroid Build Coastguard Worker %tmp254 = load <4 x float>, <4 x float>* undef, align 16 1641*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1642*9880d681SAndroid Build Coastguard Worker %vecext1912 = extractelement <4 x float> %tmp254, i32 3 1643*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1644*9880d681SAndroid Build Coastguard Worker %add1913 = fadd float %vecext1912, 0xC063ECCCC0000000 1645*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1646*9880d681SAndroid Build Coastguard Worker %tmp255 = load <4 x float>, <4 x float>* undef, align 16 1647*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1648*9880d681SAndroid Build Coastguard Worker %tmp256 = load <4 x float>, <4 x float>* undef, align 16 1649*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1650*9880d681SAndroid Build Coastguard Worker %add1916 = fadd <4 x float> %tmp256, undef 1651*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1652*9880d681SAndroid Build Coastguard Worker store <4 x float> %add1916, <4 x float>* undef, align 16 1653*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1654*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1655*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1656*9880d681SAndroid Build Coastguard Worker %vecext1923 = extractelement <4 x float> undef, i32 2 1657*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1658*9880d681SAndroid Build Coastguard Worker %tmp257 = load <4 x float>, <4 x float>* undef, align 16 1659*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1660*9880d681SAndroid Build Coastguard Worker %add1927 = fadd float undef, 0x40761999A0000000 1661*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1662*9880d681SAndroid Build Coastguard Worker %tmp258 = load <4 x float>, <4 x float>* undef, align 16 1663*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1664*9880d681SAndroid Build Coastguard Worker %vecins1928 = insertelement <4 x float> %tmp258, float %add1927, i32 3 1665*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1666*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1928, <4 x float>* undef, align 16 1667*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1668*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 7.100000e+01, float 0xC0634999A0000000, float 0x407B0B3340000000, float 0xC07DE999A0000000>, <4 x float>* undef 1669*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1670*9880d681SAndroid Build Coastguard Worker %tmp259 = load <4 x float>, <4 x float>* undef 1671*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1672*9880d681SAndroid Build Coastguard Worker %tmp260 = load <4 x float>, <4 x float>* undef, align 16 1673*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1674*9880d681SAndroid Build Coastguard Worker %add1930 = fadd <4 x float> %tmp260, %tmp259 1675*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1676*9880d681SAndroid Build Coastguard Worker %tmp261 = load <4 x float>, <4 x float>* undef, align 16 1677*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1678*9880d681SAndroid Build Coastguard Worker %tmp262 = load <4 x float>, <4 x float>* undef, align 16 1679*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1680*9880d681SAndroid Build Coastguard Worker %vecins1933 = insertelement <4 x float> %tmp262, float undef, i32 0 1681*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1682*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1933, <4 x float>* undef, align 16 1683*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1684*9880d681SAndroid Build Coastguard Worker %tmp263 = load <4 x float>, <4 x float>* undef, align 16 1685*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1686*9880d681SAndroid Build Coastguard Worker %vecext1934 = extractelement <4 x float> %tmp263, i32 1 1687*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1688*9880d681SAndroid Build Coastguard Worker %add1935 = fadd float %vecext1934, 0xC07D3199A0000000 1689*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1690*9880d681SAndroid Build Coastguard Worker %tmp264 = load <4 x float>, <4 x float>* undef, align 16 1691*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1692*9880d681SAndroid Build Coastguard Worker %vecins1936 = insertelement <4 x float> %tmp264, float %add1935, i32 1 1693*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1694*9880d681SAndroid Build Coastguard Worker %vecext1940 = extractelement <4 x float> undef, i32 3 1695*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1696*9880d681SAndroid Build Coastguard Worker %vecins1942 = insertelement <4 x float> undef, float undef, i32 3 1697*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1698*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -8.200000e+01, float 0xC04C733340000000, float 0xC077ACCCC0000000, float 0x4074566660000000>, <4 x float>* undef 1699*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1700*9880d681SAndroid Build Coastguard Worker %tmp265 = load <4 x float>, <4 x float>* undef 1701*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1702*9880d681SAndroid Build Coastguard Worker %tmp266 = load <4 x float>, <4 x float>* undef, align 16 1703*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1704*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1705*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1706*9880d681SAndroid Build Coastguard Worker %tmp267 = load <4 x float>, <4 x float>* undef, align 16 1707*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1708*9880d681SAndroid Build Coastguard Worker %vecext1945 = extractelement <4 x float> %tmp267, i32 0 1709*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1710*9880d681SAndroid Build Coastguard Worker %add1946 = fadd float %vecext1945, 0xC074866660000000 1711*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1712*9880d681SAndroid Build Coastguard Worker %vecins1953 = insertelement <4 x float> undef, float undef, i32 2 1713*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1714*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1953, <4 x float>* undef, align 16 1715*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1716*9880d681SAndroid Build Coastguard Worker %tmp268 = load <4 x float>, <4 x float>* undef, align 16 1717*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1718*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1719*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1720*9880d681SAndroid Build Coastguard Worker %tmp269 = load <4 x float>, <4 x float>* undef 1721*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1722*9880d681SAndroid Build Coastguard Worker %tmp270 = load <4 x float>, <4 x float>* undef, align 16 1723*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1724*9880d681SAndroid Build Coastguard Worker %add1958 = fadd <4 x float> %tmp270, %tmp269 1725*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1726*9880d681SAndroid Build Coastguard Worker %tmp271 = load <4 x float>, <4 x float>* undef, align 16 1727*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1728*9880d681SAndroid Build Coastguard Worker %vecext1959 = extractelement <4 x float> %tmp271, i32 0 1729*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1730*9880d681SAndroid Build Coastguard Worker %add1960 = fadd float %vecext1959, 0x4065ACCCC0000000 1731*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1732*9880d681SAndroid Build Coastguard Worker %vecext1962 = extractelement <4 x float> undef, i32 1 1733*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1734*9880d681SAndroid Build Coastguard Worker %add1963 = fadd float %vecext1962, 0xC07134CCC0000000 1735*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1736*9880d681SAndroid Build Coastguard Worker %tmp272 = load <4 x float>, <4 x float>* undef, align 16 1737*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1738*9880d681SAndroid Build Coastguard Worker %vecins1964 = insertelement <4 x float> %tmp272, float %add1963, i32 1 1739*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1740*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1964, <4 x float>* undef, align 16 1741*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1742*9880d681SAndroid Build Coastguard Worker %vecext1965 = extractelement <4 x float> undef, i32 2 1743*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1744*9880d681SAndroid Build Coastguard Worker %tmp273 = load <4 x float>, <4 x float>* undef, align 16 1745*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1746*9880d681SAndroid Build Coastguard Worker %vecins1967 = insertelement <4 x float> %tmp273, float undef, i32 2 1747*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1748*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1967, <4 x float>* undef, align 16 1749*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1750*9880d681SAndroid Build Coastguard Worker %tmp274 = load <4 x float>, <4 x float>* undef, align 16 1751*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1752*9880d681SAndroid Build Coastguard Worker %vecext1968 = extractelement <4 x float> %tmp274, i32 3 1753*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1754*9880d681SAndroid Build Coastguard Worker %add1969 = fadd float %vecext1968, 7.100000e+01 1755*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1756*9880d681SAndroid Build Coastguard Worker %tmp275 = load <4 x float>, <4 x float>* undef, align 16 1757*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1758*9880d681SAndroid Build Coastguard Worker %vecins1970 = insertelement <4 x float> %tmp275, float %add1969, i32 3 1759*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1760*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1970, <4 x float>* undef, align 16 1761*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1762*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x402E9999A0000000, float 0x407344CCC0000000, float -4.165000e+02, float 0x4078FCCCC0000000>, <4 x float>* undef 1763*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1764*9880d681SAndroid Build Coastguard Worker %tmp276 = load <4 x float>, <4 x float>* undef, align 16 1765*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1766*9880d681SAndroid Build Coastguard Worker %tmp277 = load <4 x float>, <4 x float>* undef, align 16 1767*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1768*9880d681SAndroid Build Coastguard Worker %tmp278 = load <4 x float>, <4 x float>* undef, align 16 1769*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1770*9880d681SAndroid Build Coastguard Worker %vecins1975 = insertelement <4 x float> %tmp278, float undef, i32 0 1771*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1772*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1975, <4 x float>* undef, align 16 1773*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1774*9880d681SAndroid Build Coastguard Worker %tmp279 = load <4 x float>, <4 x float>* undef, align 16 1775*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1776*9880d681SAndroid Build Coastguard Worker %vecext1976 = extractelement <4 x float> %tmp279, i32 1 1777*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1778*9880d681SAndroid Build Coastguard Worker %vecins1978 = insertelement <4 x float> undef, float undef, i32 1 1779*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1780*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1978, <4 x float>* undef, align 16 1781*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1782*9880d681SAndroid Build Coastguard Worker %vecext1979 = extractelement <4 x float> undef, i32 2 1783*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1784*9880d681SAndroid Build Coastguard Worker %vecins1981 = insertelement <4 x float> undef, float undef, i32 2 1785*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1786*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1981, <4 x float>* undef, align 16 1787*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1788*9880d681SAndroid Build Coastguard Worker %vecins1984 = insertelement <4 x float> undef, float undef, i32 3 1789*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1790*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1984, <4 x float>* undef, align 16 1791*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1792*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC06A766660000000, float 0xC07CE4CCC0000000, float -1.055000e+02, float 0x40786E6660000000>, <4 x float>* undef 1793*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1794*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1795*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1796*9880d681SAndroid Build Coastguard Worker %vecext1990 = extractelement <4 x float> undef, i32 1 1797*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1798*9880d681SAndroid Build Coastguard Worker %vecext1996 = extractelement <4 x float> undef, i32 3 1799*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1800*9880d681SAndroid Build Coastguard Worker %add1997 = fadd float %vecext1996, -1.400000e+02 1801*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1802*9880d681SAndroid Build Coastguard Worker %tmp280 = load <4 x float>, <4 x float>* undef, align 16 1803*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1804*9880d681SAndroid Build Coastguard Worker %vecins1998 = insertelement <4 x float> %tmp280, float %add1997, i32 3 1805*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1806*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins1998, <4 x float>* undef, align 16 1807*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1808*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0794E6660000000, float 0xC073CCCCC0000000, float 0x407994CCC0000000, float 6.500000e+01>, <4 x float>* undef 1809*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1810*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1811*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1812*9880d681SAndroid Build Coastguard Worker %vecext2004 = extractelement <4 x float> undef, i32 1 1813*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1814*9880d681SAndroid Build Coastguard Worker %add2005 = fadd float %vecext2004, -1.970000e+02 1815*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1816*9880d681SAndroid Build Coastguard Worker %tmp281 = load <4 x float>, <4 x float>* undef, align 16 1817*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1818*9880d681SAndroid Build Coastguard Worker %vecins2006 = insertelement <4 x float> %tmp281, float %add2005, i32 1 1819*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1820*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2006, <4 x float>* undef, align 16 1821*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1822*9880d681SAndroid Build Coastguard Worker %tmp282 = load <4 x float>, <4 x float>* undef, align 16 1823*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1824*9880d681SAndroid Build Coastguard Worker %vecext2007 = extractelement <4 x float> %tmp282, i32 2 1825*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1826*9880d681SAndroid Build Coastguard Worker %tmp283 = load <4 x float>, <4 x float>* undef, align 16 1827*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1828*9880d681SAndroid Build Coastguard Worker %vecins2009 = insertelement <4 x float> %tmp283, float undef, i32 2 1829*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1830*9880d681SAndroid Build Coastguard Worker %tmp284 = load <4 x float>, <4 x float>* undef, align 16 1831*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1832*9880d681SAndroid Build Coastguard Worker %vecext2010 = extractelement <4 x float> %tmp284, i32 3 1833*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1834*9880d681SAndroid Build Coastguard Worker %add2011 = fadd float %vecext2010, 0xC074533340000000 1835*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1836*9880d681SAndroid Build Coastguard Worker %tmp285 = load <4 x float>, <4 x float>* undef, align 16 1837*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1838*9880d681SAndroid Build Coastguard Worker %vecins2012 = insertelement <4 x float> %tmp285, float %add2011, i32 3 1839*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1840*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2012, <4 x float>* undef, align 16 1841*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1842*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC04E733340000000, float 0xC074566660000000, float 0x4079F66660000000, float 0xC0705B3340000000>, <4 x float>* undef 1843*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1844*9880d681SAndroid Build Coastguard Worker %tmp286 = load <4 x float>, <4 x float>* undef 1845*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1846*9880d681SAndroid Build Coastguard Worker %tmp287 = load <4 x float>, <4 x float>* undef, align 16 1847*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1848*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1849*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1850*9880d681SAndroid Build Coastguard Worker %tmp288 = load <4 x float>, <4 x float>* undef, align 16 1851*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1852*9880d681SAndroid Build Coastguard Worker %vecext2015 = extractelement <4 x float> %tmp288, i32 0 1853*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1854*9880d681SAndroid Build Coastguard Worker %add2016 = fadd float %vecext2015, 0xC060633340000000 1855*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1856*9880d681SAndroid Build Coastguard Worker %tmp289 = load <4 x float>, <4 x float>* undef, align 16 1857*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1858*9880d681SAndroid Build Coastguard Worker %vecins2017 = insertelement <4 x float> %tmp289, float %add2016, i32 0 1859*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1860*9880d681SAndroid Build Coastguard Worker %add2022 = fadd float undef, 8.350000e+01 1861*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1862*9880d681SAndroid Build Coastguard Worker %tmp290 = load <4 x float>, <4 x float>* undef, align 16 1863*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1864*9880d681SAndroid Build Coastguard Worker %vecins2023 = insertelement <4 x float> %tmp290, float %add2022, i32 2 1865*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1866*9880d681SAndroid Build Coastguard Worker %tmp291 = load <4 x float>, <4 x float>* undef, align 16 1867*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1868*9880d681SAndroid Build Coastguard Worker %vecext2024 = extractelement <4 x float> %tmp291, i32 3 1869*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1870*9880d681SAndroid Build Coastguard Worker %tmp292 = load <4 x float>, <4 x float>* undef, align 16 1871*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1872*9880d681SAndroid Build Coastguard Worker %add2028 = fadd <4 x float> %tmp292, undef 1873*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1874*9880d681SAndroid Build Coastguard Worker store <4 x float> %add2028, <4 x float>* undef, align 16 1875*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1876*9880d681SAndroid Build Coastguard Worker %vecext2029 = extractelement <4 x float> undef, i32 0 1877*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1878*9880d681SAndroid Build Coastguard Worker %add2030 = fadd float %vecext2029, -9.450000e+01 1879*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1880*9880d681SAndroid Build Coastguard Worker %tmp293 = load <4 x float>, <4 x float>* undef, align 16 1881*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1882*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1883*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1884*9880d681SAndroid Build Coastguard Worker %tmp294 = load <4 x float>, <4 x float>* undef, align 16 1885*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1886*9880d681SAndroid Build Coastguard Worker %add2036 = fadd float undef, 0x407DE66660000000 1887*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1888*9880d681SAndroid Build Coastguard Worker %tmp295 = load <4 x float>, <4 x float>* undef, align 16 1889*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1890*9880d681SAndroid Build Coastguard Worker %tmp296 = load <4 x float>, <4 x float>* undef, align 16 1891*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1892*9880d681SAndroid Build Coastguard Worker %tmp297 = load <4 x float>, <4 x float>* undef 1893*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1894*9880d681SAndroid Build Coastguard Worker %tmp298 = load <4 x float>, <4 x float>* undef, align 16 1895*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1896*9880d681SAndroid Build Coastguard Worker %tmp299 = load <4 x float>, <4 x float>* undef, align 16 1897*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1898*9880d681SAndroid Build Coastguard Worker %vecins2045 = insertelement <4 x float> %tmp299, float undef, i32 0 1899*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1900*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2045, <4 x float>* undef, align 16 1901*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1902*9880d681SAndroid Build Coastguard Worker %tmp300 = load <4 x float>, <4 x float>* undef, align 16 1903*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1904*9880d681SAndroid Build Coastguard Worker %vecext2046 = extractelement <4 x float> %tmp300, i32 1 1905*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1906*9880d681SAndroid Build Coastguard Worker %add2047 = fadd float %vecext2046, 0xC065433340000000 1907*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1908*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1909*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1910*9880d681SAndroid Build Coastguard Worker %vecext2052 = extractelement <4 x float> undef, i32 3 1911*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1912*9880d681SAndroid Build Coastguard Worker %tmp301 = load <4 x float>, <4 x float>* undef, align 16 1913*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1914*9880d681SAndroid Build Coastguard Worker %vecins2054 = insertelement <4 x float> %tmp301, float undef, i32 3 1915*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1916*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2054, <4 x float>* undef, align 16 1917*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1918*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4024666660000000, float 0x4079366660000000, float 0x40721B3340000000, float 0x406E533340000000>, <4 x float>* undef 1919*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1920*9880d681SAndroid Build Coastguard Worker %tmp302 = load <4 x float>, <4 x float>* undef 1921*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1922*9880d681SAndroid Build Coastguard Worker %add2056 = fadd <4 x float> undef, %tmp302 1923*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1924*9880d681SAndroid Build Coastguard Worker store <4 x float> %add2056, <4 x float>* undef, align 16 1925*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1926*9880d681SAndroid Build Coastguard Worker %tmp303 = load <4 x float>, <4 x float>* undef, align 16 1927*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1928*9880d681SAndroid Build Coastguard Worker %tmp304 = load <4 x float>, <4 x float>* undef, align 16 1929*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1930*9880d681SAndroid Build Coastguard Worker %vecins2062 = insertelement <4 x float> %tmp304, float undef, i32 1 1931*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1932*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2062, <4 x float>* undef, align 16 1933*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1934*9880d681SAndroid Build Coastguard Worker %tmp305 = load <4 x float>, <4 x float>* undef, align 16 1935*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1936*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 1937*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1938*9880d681SAndroid Build Coastguard Worker %tmp306 = load <4 x float>, <4 x float>* undef, align 16 1939*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1940*9880d681SAndroid Build Coastguard Worker %vecext2066 = extractelement <4 x float> %tmp306, i32 3 1941*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1942*9880d681SAndroid Build Coastguard Worker %add2067 = fadd float %vecext2066, 0x40690999A0000000 1943*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1944*9880d681SAndroid Build Coastguard Worker %vecins2068 = insertelement <4 x float> undef, float %add2067, i32 3 1945*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1946*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2068, <4 x float>* undef, align 16 1947*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1948*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07EFCCCC0000000, float -3.420000e+02, float 0xC07BC999A0000000, float 0x40751999A0000000>, <4 x float>* undef 1949*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1950*9880d681SAndroid Build Coastguard Worker %tmp307 = load <4 x float>, <4 x float>* undef 1951*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1952*9880d681SAndroid Build Coastguard Worker %tmp308 = load <4 x float>, <4 x float>* undef, align 16 1953*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1954*9880d681SAndroid Build Coastguard Worker %add2070 = fadd <4 x float> %tmp308, %tmp307 1955*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1956*9880d681SAndroid Build Coastguard Worker store <4 x float> %add2070, <4 x float>* undef, align 16 1957*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1958*9880d681SAndroid Build Coastguard Worker %tmp309 = load <4 x float>, <4 x float>* undef, align 16 1959*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1960*9880d681SAndroid Build Coastguard Worker %vecext2071 = extractelement <4 x float> %tmp309, i32 0 1961*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1962*9880d681SAndroid Build Coastguard Worker %add2072 = fadd float %vecext2071, 0x4057733340000000 1963*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1964*9880d681SAndroid Build Coastguard Worker %tmp310 = load <4 x float>, <4 x float>* undef, align 16 1965*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1966*9880d681SAndroid Build Coastguard Worker %vecins2073 = insertelement <4 x float> %tmp310, float %add2072, i32 0 1967*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1968*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2073, <4 x float>* undef, align 16 1969*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1970*9880d681SAndroid Build Coastguard Worker %tmp311 = load <4 x float>, <4 x float>* undef, align 16 1971*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1972*9880d681SAndroid Build Coastguard Worker %vecext2074 = extractelement <4 x float> %tmp311, i32 1 1973*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1974*9880d681SAndroid Build Coastguard Worker %tmp312 = load <4 x float>, <4 x float>* undef, align 16 1975*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1976*9880d681SAndroid Build Coastguard Worker %vecins2076 = insertelement <4 x float> %tmp312, float undef, i32 1 1977*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1978*9880d681SAndroid Build Coastguard Worker %tmp313 = load <4 x float>, <4 x float>* undef, align 16 1979*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1980*9880d681SAndroid Build Coastguard Worker %vecext2077 = extractelement <4 x float> %tmp313, i32 2 1981*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1982*9880d681SAndroid Build Coastguard Worker %add2078 = fadd float %vecext2077, 0x4061F999A0000000 1983*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1984*9880d681SAndroid Build Coastguard Worker %tmp314 = load <4 x float>, <4 x float>* undef, align 16 1985*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1986*9880d681SAndroid Build Coastguard Worker %vecins2079 = insertelement <4 x float> %tmp314, float %add2078, i32 2 1987*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1988*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2079, <4 x float>* undef, align 16 1989*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1990*9880d681SAndroid Build Coastguard Worker %tmp315 = load <4 x float>, <4 x float>* undef, align 16 1991*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1992*9880d681SAndroid Build Coastguard Worker %vecext2080 = extractelement <4 x float> %tmp315, i32 3 1993*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1994*9880d681SAndroid Build Coastguard Worker %add2081 = fadd float %vecext2080, 0x407A1B3340000000 1995*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1996*9880d681SAndroid Build Coastguard Worker %tmp316 = load <4 x float>, <4 x float>* undef, align 16 1997*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 1998*9880d681SAndroid Build Coastguard Worker %vecins2082 = insertelement <4 x float> %tmp316, float %add2081, i32 3 1999*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2000*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2082, <4 x float>* undef, align 16 2001*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2002*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40764E6660000000, float 0x40501999A0000000, float 0xC079A4CCC0000000, float 0x4050533340000000>, <4 x float>* undef 2003*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2004*9880d681SAndroid Build Coastguard Worker %tmp317 = load <4 x float>, <4 x float>* undef 2005*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2006*9880d681SAndroid Build Coastguard Worker %tmp318 = load <4 x float>, <4 x float>* undef, align 16 2007*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2008*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2009*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2010*9880d681SAndroid Build Coastguard Worker %tmp319 = load <4 x float>, <4 x float>* undef, align 16 2011*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2012*9880d681SAndroid Build Coastguard Worker %vecext2085 = extractelement <4 x float> %tmp319, i32 0 2013*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2014*9880d681SAndroid Build Coastguard Worker %add2086 = fadd float %vecext2085, 0x406E666660000000 2015*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2016*9880d681SAndroid Build Coastguard Worker %vecins2087 = insertelement <4 x float> undef, float %add2086, i32 0 2017*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2018*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2087, <4 x float>* undef, align 16 2019*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2020*9880d681SAndroid Build Coastguard Worker %vecext2480 = extractelement <4 x float> undef, i32 1 2021*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2022*9880d681SAndroid Build Coastguard Worker %add2481 = fadd float %vecext2480, 0x4039666660000000 2023*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2024*9880d681SAndroid Build Coastguard Worker %vecext2483 = extractelement <4 x float> undef, i32 2 2025*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2026*9880d681SAndroid Build Coastguard Worker %add2484 = fadd float %vecext2483, 0xC06A3999A0000000 2027*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2028*9880d681SAndroid Build Coastguard Worker %tmp320 = load <4 x float>, <4 x float>* undef, align 16 2029*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2030*9880d681SAndroid Build Coastguard Worker %vecins2485 = insertelement <4 x float> %tmp320, float %add2484, i32 2 2031*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2032*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2485, <4 x float>* undef, align 16 2033*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2034*9880d681SAndroid Build Coastguard Worker %tmp321 = load <4 x float>, <4 x float>* undef, align 16 2035*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2036*9880d681SAndroid Build Coastguard Worker %add2487 = fadd float undef, 2.030000e+02 2037*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2038*9880d681SAndroid Build Coastguard Worker %tmp322 = load <4 x float>, <4 x float>* undef, align 16 2039*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2040*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2041*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2042*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4073DE6660000000, float 0x4067CCCCC0000000, float 0xC03F1999A0000000, float 4.350000e+01>, <4 x float>* undef 2043*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2044*9880d681SAndroid Build Coastguard Worker %vecext2491 = extractelement <4 x float> undef, i32 0 2045*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2046*9880d681SAndroid Build Coastguard Worker %tmp323 = load <4 x float>, <4 x float>* undef, align 16 2047*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2048*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2049*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2050*9880d681SAndroid Build Coastguard Worker %tmp324 = load <4 x float>, <4 x float>* undef, align 16 2051*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2052*9880d681SAndroid Build Coastguard Worker %vecext2494 = extractelement <4 x float> %tmp324, i32 1 2053*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2054*9880d681SAndroid Build Coastguard Worker %add2495 = fadd float %vecext2494, 0xC0743CCCC0000000 2055*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2056*9880d681SAndroid Build Coastguard Worker %tmp325 = load <4 x float>, <4 x float>* undef, align 16 2057*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2058*9880d681SAndroid Build Coastguard Worker %vecins2499 = insertelement <4 x float> undef, float undef, i32 2 2059*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2060*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2499, <4 x float>* undef, align 16 2061*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2062*9880d681SAndroid Build Coastguard Worker %vecext2500 = extractelement <4 x float> undef, i32 3 2063*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2064*9880d681SAndroid Build Coastguard Worker %add2501 = fadd float %vecext2500, 0x40796E6660000000 2065*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2066*9880d681SAndroid Build Coastguard Worker %tmp326 = load <4 x float>, <4 x float>* undef 2067*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2068*9880d681SAndroid Build Coastguard Worker %tmp327 = load <4 x float>, <4 x float>* undef, align 16 2069*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2070*9880d681SAndroid Build Coastguard Worker %vecext2508 = extractelement <4 x float> undef, i32 1 2071*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2072*9880d681SAndroid Build Coastguard Worker %add2518 = fadd <4 x float> undef, undef 2073*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2074*9880d681SAndroid Build Coastguard Worker %tmp328 = load <4 x float>, <4 x float>* undef, align 16 2075*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2076*9880d681SAndroid Build Coastguard Worker %vecext2519 = extractelement <4 x float> %tmp328, i32 0 2077*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2078*9880d681SAndroid Build Coastguard Worker %add2520 = fadd float %vecext2519, 0xC0399999A0000000 2079*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2080*9880d681SAndroid Build Coastguard Worker %tmp329 = load <4 x float>, <4 x float>* undef, align 16 2081*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2082*9880d681SAndroid Build Coastguard Worker %add2534 = fadd float undef, 0x4072C66660000000 2083*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2084*9880d681SAndroid Build Coastguard Worker %vecext2536 = extractelement <4 x float> undef, i32 1 2085*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2086*9880d681SAndroid Build Coastguard Worker %add2537 = fadd float %vecext2536, 0x407D066660000000 2087*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2088*9880d681SAndroid Build Coastguard Worker %tmp330 = load <4 x float>, <4 x float>* undef, align 16 2089*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2090*9880d681SAndroid Build Coastguard Worker %vecins2538 = insertelement <4 x float> %tmp330, float %add2537, i32 1 2091*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2092*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2538, <4 x float>* undef, align 16 2093*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2094*9880d681SAndroid Build Coastguard Worker %vecext2539 = extractelement <4 x float> undef, i32 2 2095*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2096*9880d681SAndroid Build Coastguard Worker %add2540 = fadd float %vecext2539, 0x406F9999A0000000 2097*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2098*9880d681SAndroid Build Coastguard Worker %vecins2580 = insertelement <4 x float> undef, float undef, i32 1 2099*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2100*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2580, <4 x float>* undef, align 16 2101*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2102*9880d681SAndroid Build Coastguard Worker %tmp331 = load <4 x float>, <4 x float>* undef, align 16 2103*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2104*9880d681SAndroid Build Coastguard Worker %vecext2581 = extractelement <4 x float> %tmp331, i32 2 2105*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2106*9880d681SAndroid Build Coastguard Worker %add2582 = fadd float %vecext2581, 0x406BE66660000000 2107*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2108*9880d681SAndroid Build Coastguard Worker %vecins2583 = insertelement <4 x float> undef, float %add2582, i32 2 2109*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2110*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2583, <4 x float>* undef, align 16 2111*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2112*9880d681SAndroid Build Coastguard Worker %vecext2584 = extractelement <4 x float> undef, i32 3 2113*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2114*9880d681SAndroid Build Coastguard Worker %add2585 = fadd float %vecext2584, 3.585000e+02 2115*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2116*9880d681SAndroid Build Coastguard Worker %tmp332 = load <4 x float>, <4 x float>* undef, align 16 2117*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2118*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2119*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2120*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40773199A0000000, float 0x407D7999A0000000, float 0xC0717199A0000000, float 0xC07E9CCCC0000000>, <4 x float>* undef 2121*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2122*9880d681SAndroid Build Coastguard Worker %add2590 = fadd float undef, 0x407B1999A0000000 2123*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2124*9880d681SAndroid Build Coastguard Worker %tmp333 = load <4 x float>, <4 x float>* undef, align 16 2125*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2126*9880d681SAndroid Build Coastguard Worker %tmp334 = load <4 x float>, <4 x float>* undef, align 16 2127*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2128*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2129*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2130*9880d681SAndroid Build Coastguard Worker %add2672 = fadd <4 x float> undef, undef 2131*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2132*9880d681SAndroid Build Coastguard Worker store <4 x float> %add2672, <4 x float>* undef, align 16 2133*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2134*9880d681SAndroid Build Coastguard Worker %tmp335 = load <4 x float>, <4 x float>* undef, align 16 2135*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2136*9880d681SAndroid Build Coastguard Worker %vecext2676 = extractelement <4 x float> undef, i32 1 2137*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2138*9880d681SAndroid Build Coastguard Worker %add2677 = fadd float %vecext2676, 0x406D6999A0000000 2139*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2140*9880d681SAndroid Build Coastguard Worker %tmp336 = load <4 x float>, <4 x float>* undef, align 16 2141*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2142*9880d681SAndroid Build Coastguard Worker %vecins2678 = insertelement <4 x float> %tmp336, float %add2677, i32 1 2143*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2144*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2678, <4 x float>* undef, align 16 2145*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2146*9880d681SAndroid Build Coastguard Worker %tmp337 = load <4 x float>, <4 x float>* undef, align 16 2147*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2148*9880d681SAndroid Build Coastguard Worker %vecext2679 = extractelement <4 x float> %tmp337, i32 2 2149*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2150*9880d681SAndroid Build Coastguard Worker %vecins2681 = insertelement <4 x float> undef, float undef, i32 2 2151*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2152*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2681, <4 x float>* undef, align 16 2153*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2154*9880d681SAndroid Build Coastguard Worker %tmp338 = load <4 x float>, <4 x float>* undef, align 16 2155*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2156*9880d681SAndroid Build Coastguard Worker %vecext2682 = extractelement <4 x float> %tmp338, i32 3 2157*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2158*9880d681SAndroid Build Coastguard Worker %vecins2684 = insertelement <4 x float> undef, float undef, i32 3 2159*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2160*9880d681SAndroid Build Coastguard Worker %tmp339 = load <4 x float>, <4 x float>* undef 2161*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2162*9880d681SAndroid Build Coastguard Worker %tmp340 = load <4 x float>, <4 x float>* undef, align 16 2163*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2164*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2165*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2166*9880d681SAndroid Build Coastguard Worker %tmp341 = load <4 x float>, <4 x float>* undef, align 16 2167*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2168*9880d681SAndroid Build Coastguard Worker %add2688 = fadd float undef, 0x4063266660000000 2169*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2170*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2171*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2172*9880d681SAndroid Build Coastguard Worker %vecins2692 = insertelement <4 x float> undef, float undef, i32 1 2173*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2174*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2692, <4 x float>* undef, align 16 2175*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2176*9880d681SAndroid Build Coastguard Worker %tmp342 = load <4 x float>, <4 x float>* undef, align 16 2177*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2178*9880d681SAndroid Build Coastguard Worker %vecext2696 = extractelement <4 x float> undef, i32 3 2179*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2180*9880d681SAndroid Build Coastguard Worker %add2697 = fadd float %vecext2696, 4.140000e+02 2181*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2182*9880d681SAndroid Build Coastguard Worker %tmp343 = load <4 x float>, <4 x float>* undef, align 16 2183*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2184*9880d681SAndroid Build Coastguard Worker %vecins2698 = insertelement <4 x float> %tmp343, float %add2697, i32 3 2185*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2186*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins2698, <4 x float>* undef, align 16 2187*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2188*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40547999A0000000, float 0xC060633340000000, float 0x4075766660000000, float 0x4072D33340000000>, <4 x float>* undef 2189*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2190*9880d681SAndroid Build Coastguard Worker %tmp344 = load <4 x float>, <4 x float>* undef 2191*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2192*9880d681SAndroid Build Coastguard Worker %tmp345 = load <4 x float>, <4 x float>* undef, align 16 2193*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2194*9880d681SAndroid Build Coastguard Worker %add2700 = fadd <4 x float> %tmp345, %tmp344 2195*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2196*9880d681SAndroid Build Coastguard Worker store <4 x float> %add2700, <4 x float>* undef, align 16 2197*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2198*9880d681SAndroid Build Coastguard Worker %tmp346 = load <4 x float>, <4 x float>* undef, align 16 2199*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2200*9880d681SAndroid Build Coastguard Worker %tmp347 = load <4 x float>, <4 x float>* undef, align 16 2201*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2202*9880d681SAndroid Build Coastguard Worker %tmp348 = load <4 x float>, <4 x float>* undef, align 16 2203*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2204*9880d681SAndroid Build Coastguard Worker %vecext2704 = extractelement <4 x float> %tmp348, i32 1 2205*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2206*9880d681SAndroid Build Coastguard Worker %add2705 = fadd float %vecext2704, 4.700000e+02 2207*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2208*9880d681SAndroid Build Coastguard Worker %tmp349 = load <4 x float>, <4 x float>* undef, align 16 2209*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2210*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2211*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2212*9880d681SAndroid Build Coastguard Worker %vecext3121 = extractelement <4 x float> undef, i32 0 2213*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2214*9880d681SAndroid Build Coastguard Worker %add3125 = fadd float undef, 0xC06F266660000000 2215*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2216*9880d681SAndroid Build Coastguard Worker %vecins3126 = insertelement <4 x float> undef, float %add3125, i32 1 2217*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2218*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3126, <4 x float>* undef, align 16 2219*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2220*9880d681SAndroid Build Coastguard Worker %tmp350 = load <4 x float>, <4 x float>* undef, align 16 2221*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2222*9880d681SAndroid Build Coastguard Worker %vecext3127 = extractelement <4 x float> %tmp350, i32 2 2223*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2224*9880d681SAndroid Build Coastguard Worker %add3128 = fadd float %vecext3127, 0x40638999A0000000 2225*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2226*9880d681SAndroid Build Coastguard Worker %tmp351 = load <4 x float>, <4 x float>* undef, align 16 2227*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2228*9880d681SAndroid Build Coastguard Worker %vecins3129 = insertelement <4 x float> %tmp351, float %add3128, i32 2 2229*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2230*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3129, <4 x float>* undef, align 16 2231*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2232*9880d681SAndroid Build Coastguard Worker %tmp352 = load <4 x float>, <4 x float>* undef, align 16 2233*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2234*9880d681SAndroid Build Coastguard Worker %add3131 = fadd float undef, 3.215000e+02 2235*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2236*9880d681SAndroid Build Coastguard Worker %tmp353 = load <4 x float>, <4 x float>* undef 2237*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2238*9880d681SAndroid Build Coastguard Worker %tmp354 = load <4 x float>, <4 x float>* undef, align 16 2239*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2240*9880d681SAndroid Build Coastguard Worker %add3134 = fadd <4 x float> %tmp354, %tmp353 2241*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2242*9880d681SAndroid Build Coastguard Worker store <4 x float> %add3134, <4 x float>* undef, align 16 2243*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2244*9880d681SAndroid Build Coastguard Worker %tmp355 = load <4 x float>, <4 x float>* undef, align 16 2245*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2246*9880d681SAndroid Build Coastguard Worker %add3136 = fadd float undef, 0x4074333340000000 2247*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2248*9880d681SAndroid Build Coastguard Worker %vecins3140 = insertelement <4 x float> undef, float undef, i32 1 2249*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2250*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3140, <4 x float>* undef, align 16 2251*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2252*9880d681SAndroid Build Coastguard Worker %tmp356 = load <4 x float>, <4 x float>* undef, align 16 2253*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2254*9880d681SAndroid Build Coastguard Worker %vecext3141 = extractelement <4 x float> %tmp356, i32 2 2255*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2256*9880d681SAndroid Build Coastguard Worker %add3142 = fadd float %vecext3141, 2.425000e+02 2257*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2258*9880d681SAndroid Build Coastguard Worker %tmp357 = load <4 x float>, <4 x float>* undef, align 16 2259*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2260*9880d681SAndroid Build Coastguard Worker %vecins3143 = insertelement <4 x float> %tmp357, float %add3142, i32 2 2261*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2262*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3143, <4 x float>* undef, align 16 2263*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2264*9880d681SAndroid Build Coastguard Worker %tmp358 = load <4 x float>, <4 x float>* undef, align 16 2265*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2266*9880d681SAndroid Build Coastguard Worker %vecext3144 = extractelement <4 x float> %tmp358, i32 3 2267*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2268*9880d681SAndroid Build Coastguard Worker %add3145 = fadd float %vecext3144, -3.760000e+02 2269*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2270*9880d681SAndroid Build Coastguard Worker %tmp359 = load <4 x float>, <4 x float>* undef, align 16 2271*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2272*9880d681SAndroid Build Coastguard Worker %vecins3146 = insertelement <4 x float> %tmp359, float %add3145, i32 3 2273*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2274*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3146, <4 x float>* undef, align 16 2275*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2276*9880d681SAndroid Build Coastguard Worker %tmp360 = load <4 x float>, <4 x float>* undef, align 16 2277*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2278*9880d681SAndroid Build Coastguard Worker %vecins3272 = insertelement <4 x float> undef, float undef, i32 3 2279*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2280*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3272, <4 x float>* undef, align 16 2281*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2282*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407B4999A0000000, float 0x40695CCCC0000000, float 0xC05C0CCCC0000000, float 0x407EB33340000000>, <4 x float>* undef 2283*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2284*9880d681SAndroid Build Coastguard Worker %tmp361 = load <4 x float>, <4 x float>* undef 2285*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2286*9880d681SAndroid Build Coastguard Worker %tmp362 = load <4 x float>, <4 x float>* undef, align 16 2287*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2288*9880d681SAndroid Build Coastguard Worker %add3274 = fadd <4 x float> %tmp362, %tmp361 2289*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2290*9880d681SAndroid Build Coastguard Worker store <4 x float> %add3274, <4 x float>* undef, align 16 2291*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2292*9880d681SAndroid Build Coastguard Worker %tmp363 = load <4 x float>, <4 x float>* undef, align 16 2293*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2294*9880d681SAndroid Build Coastguard Worker %vecext3275 = extractelement <4 x float> %tmp363, i32 0 2295*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2296*9880d681SAndroid Build Coastguard Worker %add3276 = fadd float %vecext3275, 0x4058066660000000 2297*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2298*9880d681SAndroid Build Coastguard Worker %tmp364 = load <4 x float>, <4 x float>* undef, align 16 2299*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2300*9880d681SAndroid Build Coastguard Worker %vecins3277 = insertelement <4 x float> %tmp364, float %add3276, i32 0 2301*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2302*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3277, <4 x float>* undef, align 16 2303*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2304*9880d681SAndroid Build Coastguard Worker %tmp365 = load <4 x float>, <4 x float>* undef, align 16 2305*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2306*9880d681SAndroid Build Coastguard Worker %vecext3278 = extractelement <4 x float> %tmp365, i32 1 2307*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2308*9880d681SAndroid Build Coastguard Worker %add3279 = fadd float %vecext3278, 0xC053666660000000 2309*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2310*9880d681SAndroid Build Coastguard Worker %vecins3280 = insertelement <4 x float> undef, float %add3279, i32 1 2311*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2312*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3280, <4 x float>* undef, align 16 2313*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2314*9880d681SAndroid Build Coastguard Worker %tmp366 = load <4 x float>, <4 x float>* undef, align 16 2315*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2316*9880d681SAndroid Build Coastguard Worker %vecext3281 = extractelement <4 x float> %tmp366, i32 2 2317*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2318*9880d681SAndroid Build Coastguard Worker %add3282 = fadd float %vecext3281, 0xC0650CCCC0000000 2319*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2320*9880d681SAndroid Build Coastguard Worker %tmp367 = load <4 x float>, <4 x float>* undef, align 16 2321*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2322*9880d681SAndroid Build Coastguard Worker %vecins3283 = insertelement <4 x float> %tmp367, float %add3282, i32 2 2323*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2324*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3283, <4 x float>* undef, align 16 2325*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2326*9880d681SAndroid Build Coastguard Worker %tmp368 = load <4 x float>, <4 x float>* undef, align 16 2327*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2328*9880d681SAndroid Build Coastguard Worker %vecext3284 = extractelement <4 x float> %tmp368, i32 3 2329*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2330*9880d681SAndroid Build Coastguard Worker %add3285 = fadd float %vecext3284, 0x4062533340000000 2331*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2332*9880d681SAndroid Build Coastguard Worker %vecins3286 = insertelement <4 x float> undef, float %add3285, i32 3 2333*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2334*9880d681SAndroid Build Coastguard Worker %tmp369 = load <4 x float>, <4 x float>* undef 2335*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2336*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2337*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2338*9880d681SAndroid Build Coastguard Worker %tmp370 = load <4 x float>, <4 x float>* undef, align 16 2339*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2340*9880d681SAndroid Build Coastguard Worker %vecext3289 = extractelement <4 x float> %tmp370, i32 0 2341*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2342*9880d681SAndroid Build Coastguard Worker %add3290 = fadd float %vecext3289, 0xC07E133340000000 2343*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2344*9880d681SAndroid Build Coastguard Worker %tmp371 = load <4 x float>, <4 x float>* undef, align 16 2345*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2346*9880d681SAndroid Build Coastguard Worker %vecins3291 = insertelement <4 x float> %tmp371, float %add3290, i32 0 2347*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2348*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3291, <4 x float>* undef, align 16 2349*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2350*9880d681SAndroid Build Coastguard Worker %vecext3292 = extractelement <4 x float> undef, i32 1 2351*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2352*9880d681SAndroid Build Coastguard Worker %tmp372 = load <4 x float>, <4 x float>* undef, align 16 2353*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2354*9880d681SAndroid Build Coastguard Worker %tmp373 = load <4 x float>, <4 x float>* undef, align 16 2355*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2356*9880d681SAndroid Build Coastguard Worker %vecins3328 = insertelement <4 x float> %tmp373, float undef, i32 3 2357*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2358*9880d681SAndroid Build Coastguard Worker %add3330 = fadd <4 x float> undef, undef 2359*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2360*9880d681SAndroid Build Coastguard Worker store <4 x float> %add3330, <4 x float>* undef, align 16 2361*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2362*9880d681SAndroid Build Coastguard Worker %vecext3331 = extractelement <4 x float> undef, i32 0 2363*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2364*9880d681SAndroid Build Coastguard Worker %add3332 = fadd float %vecext3331, 0x4061633340000000 2365*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2366*9880d681SAndroid Build Coastguard Worker %tmp374 = load <4 x float>, <4 x float>* undef, align 16 2367*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2368*9880d681SAndroid Build Coastguard Worker %vecins3333 = insertelement <4 x float> %tmp374, float %add3332, i32 0 2369*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2370*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3333, <4 x float>* undef, align 16 2371*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2372*9880d681SAndroid Build Coastguard Worker %vecext3334 = extractelement <4 x float> undef, i32 1 2373*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2374*9880d681SAndroid Build Coastguard Worker %add3335 = fadd float %vecext3334, 0x401B333340000000 2375*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2376*9880d681SAndroid Build Coastguard Worker %vecins3336 = insertelement <4 x float> undef, float %add3335, i32 1 2377*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2378*9880d681SAndroid Build Coastguard Worker %tmp375 = load <4 x float>, <4 x float>* undef, align 16 2379*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2380*9880d681SAndroid Build Coastguard Worker %vecext3337 = extractelement <4 x float> %tmp375, i32 2 2381*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2382*9880d681SAndroid Build Coastguard Worker %add3338 = fadd float %vecext3337, 0x403C4CCCC0000000 2383*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2384*9880d681SAndroid Build Coastguard Worker %tmp376 = load <4 x float>, <4 x float>* undef, align 16 2385*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2386*9880d681SAndroid Build Coastguard Worker %vecins3339 = insertelement <4 x float> %tmp376, float %add3338, i32 2 2387*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2388*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3339, <4 x float>* undef, align 16 2389*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2390*9880d681SAndroid Build Coastguard Worker %tmp377 = load <4 x float>, <4 x float>* undef, align 16 2391*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2392*9880d681SAndroid Build Coastguard Worker %vecext3340 = extractelement <4 x float> %tmp377, i32 3 2393*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2394*9880d681SAndroid Build Coastguard Worker %tmp378 = load <4 x float>, <4 x float>* undef, align 16 2395*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2396*9880d681SAndroid Build Coastguard Worker %vecins3342 = insertelement <4 x float> %tmp378, float undef, i32 3 2397*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2398*9880d681SAndroid Build Coastguard Worker %tmp379 = load <4 x float>, <4 x float>* undef, align 16 2399*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2400*9880d681SAndroid Build Coastguard Worker %add3344 = fadd <4 x float> %tmp379, undef 2401*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2402*9880d681SAndroid Build Coastguard Worker store <4 x float> %add3344, <4 x float>* undef, align 16 2403*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2404*9880d681SAndroid Build Coastguard Worker %tmp380 = load <4 x float>, <4 x float>* undef, align 16 2405*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2406*9880d681SAndroid Build Coastguard Worker %vecext3345 = extractelement <4 x float> %tmp380, i32 0 2407*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2408*9880d681SAndroid Build Coastguard Worker %add3346 = fadd float %vecext3345, 0x407E7E6660000000 2409*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2410*9880d681SAndroid Build Coastguard Worker %tmp381 = load <4 x float>, <4 x float>* undef, align 16 2411*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2412*9880d681SAndroid Build Coastguard Worker %vecins3347 = insertelement <4 x float> %tmp381, float %add3346, i32 0 2413*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2414*9880d681SAndroid Build Coastguard Worker %vecext3348 = extractelement <4 x float> undef, i32 1 2415*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2416*9880d681SAndroid Build Coastguard Worker %add3349 = fadd float %vecext3348, 0xC05F666660000000 2417*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2418*9880d681SAndroid Build Coastguard Worker %tmp382 = load <4 x float>, <4 x float>* undef, align 16 2419*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2420*9880d681SAndroid Build Coastguard Worker %vecins3350 = insertelement <4 x float> %tmp382, float %add3349, i32 1 2421*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2422*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3350, <4 x float>* undef, align 16 2423*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2424*9880d681SAndroid Build Coastguard Worker %add3352 = fadd float undef, 0xC06ACCCCC0000000 2425*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2426*9880d681SAndroid Build Coastguard Worker %tmp383 = load <4 x float>, <4 x float>* undef, align 16 2427*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2428*9880d681SAndroid Build Coastguard Worker %vecins3423 = insertelement <4 x float> undef, float undef, i32 2 2429*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2430*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3423, <4 x float>* undef, align 16 2431*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2432*9880d681SAndroid Build Coastguard Worker %vecext3424 = extractelement <4 x float> undef, i32 3 2433*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2434*9880d681SAndroid Build Coastguard Worker %add3425 = fadd float %vecext3424, 0xC05DB33340000000 2435*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2436*9880d681SAndroid Build Coastguard Worker %tmp384 = load <4 x float>, <4 x float>* undef, align 16 2437*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2438*9880d681SAndroid Build Coastguard Worker %vecins3426 = insertelement <4 x float> %tmp384, float %add3425, i32 3 2439*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2440*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3426, <4 x float>* undef, align 16 2441*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2442*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 2.795000e+02, float -4.065000e+02, float 0xC05CD999A0000000, float 1.825000e+02>, <4 x float>* undef 2443*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2444*9880d681SAndroid Build Coastguard Worker %tmp385 = load <4 x float>, <4 x float>* undef 2445*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2446*9880d681SAndroid Build Coastguard Worker %tmp386 = load <4 x float>, <4 x float>* undef, align 16 2447*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2448*9880d681SAndroid Build Coastguard Worker %add3428 = fadd <4 x float> %tmp386, %tmp385 2449*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2450*9880d681SAndroid Build Coastguard Worker %tmp387 = load <4 x float>, <4 x float>* undef, align 16 2451*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2452*9880d681SAndroid Build Coastguard Worker %vecext3429 = extractelement <4 x float> %tmp387, i32 0 2453*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2454*9880d681SAndroid Build Coastguard Worker %add3430 = fadd float %vecext3429, 0x40695CCCC0000000 2455*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2456*9880d681SAndroid Build Coastguard Worker %tmp388 = load <4 x float>, <4 x float>* undef, align 16 2457*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2458*9880d681SAndroid Build Coastguard Worker %vecins3431 = insertelement <4 x float> %tmp388, float %add3430, i32 0 2459*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2460*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3431, <4 x float>* undef, align 16 2461*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2462*9880d681SAndroid Build Coastguard Worker %tmp389 = load <4 x float>, <4 x float>* undef, align 16 2463*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2464*9880d681SAndroid Build Coastguard Worker %vecext3432 = extractelement <4 x float> %tmp389, i32 1 2465*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2466*9880d681SAndroid Build Coastguard Worker %add3433 = fadd float %vecext3432, 0x4052A66660000000 2467*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2468*9880d681SAndroid Build Coastguard Worker %tmp390 = load <4 x float>, <4 x float>* undef, align 16 2469*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2470*9880d681SAndroid Build Coastguard Worker %vecins3434 = insertelement <4 x float> %tmp390, float %add3433, i32 1 2471*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2472*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3434, <4 x float>* undef, align 16 2473*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2474*9880d681SAndroid Build Coastguard Worker %vecext3435 = extractelement <4 x float> undef, i32 2 2475*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2476*9880d681SAndroid Build Coastguard Worker %tmp391 = load <4 x float>, <4 x float>* undef, align 16 2477*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2478*9880d681SAndroid Build Coastguard Worker %vecins3437 = insertelement <4 x float> %tmp391, float undef, i32 2 2479*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2480*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3437, <4 x float>* undef, align 16 2481*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2482*9880d681SAndroid Build Coastguard Worker %tmp392 = load <4 x float>, <4 x float>* undef, align 16 2483*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2484*9880d681SAndroid Build Coastguard Worker %vecext3438 = extractelement <4 x float> %tmp392, i32 3 2485*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2486*9880d681SAndroid Build Coastguard Worker %add3439 = fadd float %vecext3438, 0xC071D999A0000000 2487*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2488*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0798199A0000000, float -3.385000e+02, float 0xC050066660000000, float 0xC075E999A0000000>, <4 x float>* undef 2489*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2490*9880d681SAndroid Build Coastguard Worker %tmp393 = load <4 x float>, <4 x float>* undef 2491*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2492*9880d681SAndroid Build Coastguard Worker %tmp394 = load <4 x float>, <4 x float>* undef, align 16 2493*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2494*9880d681SAndroid Build Coastguard Worker %add3442 = fadd <4 x float> %tmp394, %tmp393 2495*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2496*9880d681SAndroid Build Coastguard Worker store <4 x float> %add3442, <4 x float>* undef, align 16 2497*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2498*9880d681SAndroid Build Coastguard Worker %vecext3443 = extractelement <4 x float> undef, i32 0 2499*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2500*9880d681SAndroid Build Coastguard Worker %add3444 = fadd float %vecext3443, 0xC07CF999A0000000 2501*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2502*9880d681SAndroid Build Coastguard Worker %tmp395 = load <4 x float>, <4 x float>* undef, align 16 2503*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2504*9880d681SAndroid Build Coastguard Worker %vecext3446 = extractelement <4 x float> %tmp395, i32 1 2505*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2506*9880d681SAndroid Build Coastguard Worker %add3447 = fadd float %vecext3446, 0xC06E4999A0000000 2507*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2508*9880d681SAndroid Build Coastguard Worker %tmp396 = load <4 x float>, <4 x float>* undef, align 16 2509*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2510*9880d681SAndroid Build Coastguard Worker %vecins3448 = insertelement <4 x float> %tmp396, float %add3447, i32 1 2511*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2512*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3448, <4 x float>* undef, align 16 2513*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2514*9880d681SAndroid Build Coastguard Worker %tmp397 = load <4 x float>, <4 x float>* undef, align 16 2515*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2516*9880d681SAndroid Build Coastguard Worker %vecext3449 = extractelement <4 x float> %tmp397, i32 2 2517*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2518*9880d681SAndroid Build Coastguard Worker %add3450 = fadd float %vecext3449, 0x40779B3340000000 2519*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2520*9880d681SAndroid Build Coastguard Worker %tmp398 = load <4 x float>, <4 x float>* undef, align 16 2521*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2522*9880d681SAndroid Build Coastguard Worker %vecins3451 = insertelement <4 x float> %tmp398, float %add3450, i32 2 2523*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2524*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3451, <4 x float>* undef, align 16 2525*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2526*9880d681SAndroid Build Coastguard Worker %add3453 = fadd float undef, 0xC07ADCCCC0000000 2527*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2528*9880d681SAndroid Build Coastguard Worker %tmp399 = load <4 x float>, <4 x float>* undef, align 16 2529*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2530*9880d681SAndroid Build Coastguard Worker %vecins3454 = insertelement <4 x float> %tmp399, float %add3453, i32 3 2531*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2532*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3454, <4 x float>* undef, align 16 2533*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2534*9880d681SAndroid Build Coastguard Worker %tmp400 = load <4 x float>, <4 x float>* undef, align 16 2535*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2536*9880d681SAndroid Build Coastguard Worker %vecext3457 = extractelement <4 x float> %tmp400, i32 0 2537*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2538*9880d681SAndroid Build Coastguard Worker %add3458 = fadd float %vecext3457, -4.440000e+02 2539*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2540*9880d681SAndroid Build Coastguard Worker %vecins3459 = insertelement <4 x float> undef, float %add3458, i32 0 2541*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2542*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3459, <4 x float>* undef, align 16 2543*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2544*9880d681SAndroid Build Coastguard Worker %tmp401 = load <4 x float>, <4 x float>* undef, align 16 2545*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2546*9880d681SAndroid Build Coastguard Worker %vecext3460 = extractelement <4 x float> %tmp401, i32 1 2547*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2548*9880d681SAndroid Build Coastguard Worker %tmp402 = load <4 x float>, <4 x float>* undef, align 16 2549*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2550*9880d681SAndroid Build Coastguard Worker %vecins3462 = insertelement <4 x float> %tmp402, float undef, i32 1 2551*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2552*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3462, <4 x float>* undef, align 16 2553*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2554*9880d681SAndroid Build Coastguard Worker %tmp403 = load <4 x float>, <4 x float>* undef, align 16 2555*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2556*9880d681SAndroid Build Coastguard Worker %add3464 = fadd float undef, 0xC057B999A0000000 2557*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2558*9880d681SAndroid Build Coastguard Worker %tmp404 = load <4 x float>, <4 x float>* undef, align 16 2559*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2560*9880d681SAndroid Build Coastguard Worker %vecins3465 = insertelement <4 x float> %tmp404, float %add3464, i32 2 2561*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2562*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3465, <4 x float>* undef, align 16 2563*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2564*9880d681SAndroid Build Coastguard Worker %tmp405 = load <4 x float>, <4 x float>* undef, align 16 2565*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2566*9880d681SAndroid Build Coastguard Worker %vecext3466 = extractelement <4 x float> %tmp405, i32 3 2567*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2568*9880d681SAndroid Build Coastguard Worker %add3467 = fadd float %vecext3466, 0xC07A9CCCC0000000 2569*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2570*9880d681SAndroid Build Coastguard Worker %tmp406 = load <4 x float>, <4 x float>* undef, align 16 2571*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2572*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2573*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2574*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x405C3999A0000000, float 0xC07C6B3340000000, float 0x407ACB3340000000, float 0xC06E0999A0000000>, <4 x float>* undef 2575*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2576*9880d681SAndroid Build Coastguard Worker %tmp407 = load <4 x float>, <4 x float>* undef, align 16 2577*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2578*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2579*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2580*9880d681SAndroid Build Coastguard Worker %tmp408 = load <4 x float>, <4 x float>* undef, align 16 2581*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2582*9880d681SAndroid Build Coastguard Worker %vecext3477 = extractelement <4 x float> %tmp408, i32 2 2583*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2584*9880d681SAndroid Build Coastguard Worker %vecins3479 = insertelement <4 x float> undef, float undef, i32 2 2585*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2586*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3479, <4 x float>* undef, align 16 2587*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2588*9880d681SAndroid Build Coastguard Worker %vecext3480 = extractelement <4 x float> undef, i32 3 2589*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2590*9880d681SAndroid Build Coastguard Worker %add3481 = fadd float %vecext3480, 0xC053F33340000000 2591*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2592*9880d681SAndroid Build Coastguard Worker %tmp409 = load <4 x float>, <4 x float>* undef, align 16 2593*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2594*9880d681SAndroid Build Coastguard Worker %vecins3482 = insertelement <4 x float> %tmp409, float %add3481, i32 3 2595*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2596*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3482, <4 x float>* undef, align 16 2597*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2598*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 3.565000e+02, float 0xC0464CCCC0000000, float 0x4037666660000000, float 0xC0788CCCC0000000>, <4 x float>* undef 2599*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2600*9880d681SAndroid Build Coastguard Worker %tmp410 = load <4 x float>, <4 x float>* undef, align 16 2601*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2602*9880d681SAndroid Build Coastguard Worker %add3484 = fadd <4 x float> %tmp410, undef 2603*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2604*9880d681SAndroid Build Coastguard Worker store <4 x float> %add3484, <4 x float>* undef, align 16 2605*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2606*9880d681SAndroid Build Coastguard Worker %tmp411 = load <4 x float>, <4 x float>* undef, align 16 2607*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2608*9880d681SAndroid Build Coastguard Worker %add3486 = fadd float undef, -1.415000e+02 2609*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2610*9880d681SAndroid Build Coastguard Worker %vecins3487 = insertelement <4 x float> undef, float %add3486, i32 0 2611*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2612*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3487, <4 x float>* undef, align 16 2613*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2614*9880d681SAndroid Build Coastguard Worker %tmp412 = load <4 x float>, <4 x float>* undef, align 16 2615*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2616*9880d681SAndroid Build Coastguard Worker %vecext3488 = extractelement <4 x float> %tmp412, i32 1 2617*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2618*9880d681SAndroid Build Coastguard Worker %add3489 = fadd float %vecext3488, 0x405A1999A0000000 2619*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2620*9880d681SAndroid Build Coastguard Worker %tmp413 = load <4 x float>, <4 x float>* undef, align 16 2621*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2622*9880d681SAndroid Build Coastguard Worker %vecins3490 = insertelement <4 x float> %tmp413, float %add3489, i32 1 2623*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2624*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3490, <4 x float>* undef, align 16 2625*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2626*9880d681SAndroid Build Coastguard Worker %add3492 = fadd float undef, 0x4078066660000000 2627*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2628*9880d681SAndroid Build Coastguard Worker %tmp414 = load <4 x float>, <4 x float>* undef, align 16 2629*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2630*9880d681SAndroid Build Coastguard Worker %vecins3493 = insertelement <4 x float> %tmp414, float %add3492, i32 2 2631*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2632*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3493, <4 x float>* undef, align 16 2633*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2634*9880d681SAndroid Build Coastguard Worker %tmp415 = load <4 x float>, <4 x float>* undef, align 16 2635*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2636*9880d681SAndroid Build Coastguard Worker %add3495 = fadd float undef, 0xC0798999A0000000 2637*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2638*9880d681SAndroid Build Coastguard Worker %tmp416 = load <4 x float>, <4 x float>* undef, align 16 2639*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2640*9880d681SAndroid Build Coastguard Worker %vecins3496 = insertelement <4 x float> %tmp416, float %add3495, i32 3 2641*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2642*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3496, <4 x float>* undef, align 16 2643*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2644*9880d681SAndroid Build Coastguard Worker %tmp417 = load <4 x float>, <4 x float>* undef 2645*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2646*9880d681SAndroid Build Coastguard Worker %tmp418 = load <4 x float>, <4 x float>* undef, align 16 2647*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2648*9880d681SAndroid Build Coastguard Worker %add3498 = fadd <4 x float> %tmp418, %tmp417 2649*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2650*9880d681SAndroid Build Coastguard Worker store <4 x float> %add3498, <4 x float>* undef, align 16 2651*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2652*9880d681SAndroid Build Coastguard Worker %vecext3499 = extractelement <4 x float> undef, i32 0 2653*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2654*9880d681SAndroid Build Coastguard Worker %add3500 = fadd float %vecext3499, -1.605000e+02 2655*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2656*9880d681SAndroid Build Coastguard Worker %vecins3501 = insertelement <4 x float> undef, float %add3500, i32 0 2657*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2658*9880d681SAndroid Build Coastguard Worker %tmp419 = load <4 x float>, <4 x float>* undef, align 16 2659*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2660*9880d681SAndroid Build Coastguard Worker %vecext3502 = extractelement <4 x float> %tmp419, i32 1 2661*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2662*9880d681SAndroid Build Coastguard Worker %add3503 = fadd float %vecext3502, 0x4058C66660000000 2663*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2664*9880d681SAndroid Build Coastguard Worker %tmp420 = load <4 x float>, <4 x float>* undef, align 16 2665*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2666*9880d681SAndroid Build Coastguard Worker %add3506 = fadd float undef, 0xC074DB3340000000 2667*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2668*9880d681SAndroid Build Coastguard Worker %tmp421 = load <4 x float>, <4 x float>* undef, align 16 2669*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2670*9880d681SAndroid Build Coastguard Worker %vecins3507 = insertelement <4 x float> %tmp421, float %add3506, i32 2 2671*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2672*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins3507, <4 x float>* undef, align 16 2673*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2674*9880d681SAndroid Build Coastguard Worker %add3509 = fadd float undef, 0xC066033340000000 2675*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2676*9880d681SAndroid Build Coastguard Worker %tmp422 = load <4 x float>, <4 x float>* undef, align 16 2677*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2678*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2679*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2680*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x404B333340000000, float 4.680000e+02, float 0x40577999A0000000, float 0xC07D9999A0000000>, <4 x float>* undef 2681*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2682*9880d681SAndroid Build Coastguard Worker %tmp423 = load <4 x float>, <4 x float>* undef 2683*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2684*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2685*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2686*9880d681SAndroid Build Coastguard Worker %vecext3513 = extractelement <4 x float> undef, i32 0 2687*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2688*9880d681SAndroid Build Coastguard Worker %add3514 = fadd float %vecext3513, 2.300000e+02 2689*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2690*9880d681SAndroid Build Coastguard Worker %tmp424 = load <4 x float>, <4 x float>* undef, align 16 2691*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2692*9880d681SAndroid Build Coastguard Worker %tmp425 = load <4 x float>, <4 x float>* undef, align 16 2693*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2694*9880d681SAndroid Build Coastguard Worker %vecext3516 = extractelement <4 x float> %tmp425, i32 1 2695*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2696*9880d681SAndroid Build Coastguard Worker %vecins5414 = insertelement <4 x float> undef, float undef, i32 3 2697*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2698*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5414, <4 x float>* undef, align 16 2699*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2700*9880d681SAndroid Build Coastguard Worker %tmp426 = load <4 x float>, <4 x float>* undef 2701*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2702*9880d681SAndroid Build Coastguard Worker %tmp427 = load <4 x float>, <4 x float>* undef, align 16 2703*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2704*9880d681SAndroid Build Coastguard Worker %add5416 = fadd <4 x float> %tmp427, %tmp426 2705*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2706*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5416, <4 x float>* undef, align 16 2707*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2708*9880d681SAndroid Build Coastguard Worker %tmp428 = load <4 x float>, <4 x float>* undef, align 16 2709*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2710*9880d681SAndroid Build Coastguard Worker %add5418 = fadd float undef, 0xC07ED999A0000000 2711*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2712*9880d681SAndroid Build Coastguard Worker %tmp429 = load <4 x float>, <4 x float>* undef, align 16 2713*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2714*9880d681SAndroid Build Coastguard Worker %vecins5419 = insertelement <4 x float> %tmp429, float %add5418, i32 0 2715*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2716*9880d681SAndroid Build Coastguard Worker %vecins5624 = insertelement <4 x float> undef, float undef, i32 3 2717*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2718*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5624, <4 x float>* undef, align 16 2719*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2720*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07B4999A0000000, float 0x4078B33340000000, float 0xC07674CCC0000000, float 0xC07C533340000000>, <4 x float>* undef 2721*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2722*9880d681SAndroid Build Coastguard Worker %add5626 = fadd <4 x float> undef, undef 2723*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2724*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5626, <4 x float>* undef, align 16 2725*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2726*9880d681SAndroid Build Coastguard Worker %vecext5627 = extractelement <4 x float> undef, i32 0 2727*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2728*9880d681SAndroid Build Coastguard Worker %tmp430 = load <4 x float>, <4 x float>* undef, align 16 2729*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2730*9880d681SAndroid Build Coastguard Worker %vecins5629 = insertelement <4 x float> %tmp430, float undef, i32 0 2731*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2732*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5629, <4 x float>* undef, align 16 2733*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2734*9880d681SAndroid Build Coastguard Worker %tmp431 = load <4 x float>, <4 x float>* undef, align 16 2735*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2736*9880d681SAndroid Build Coastguard Worker %vecext5630 = extractelement <4 x float> %tmp431, i32 1 2737*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2738*9880d681SAndroid Build Coastguard Worker %add5631 = fadd float %vecext5630, 0x405EECCCC0000000 2739*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2740*9880d681SAndroid Build Coastguard Worker %vecins5632 = insertelement <4 x float> undef, float %add5631, i32 1 2741*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2742*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5632, <4 x float>* undef, align 16 2743*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2744*9880d681SAndroid Build Coastguard Worker %tmp432 = load <4 x float>, <4 x float>* undef, align 16 2745*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2746*9880d681SAndroid Build Coastguard Worker %vecins5688 = insertelement <4 x float> %tmp432, float undef, i32 1 2747*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2748*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5688, <4 x float>* undef, align 16 2749*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2750*9880d681SAndroid Build Coastguard Worker %tmp433 = load <4 x float>, <4 x float>* undef, align 16 2751*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2752*9880d681SAndroid Build Coastguard Worker %vecext5689 = extractelement <4 x float> %tmp433, i32 2 2753*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2754*9880d681SAndroid Build Coastguard Worker %tmp434 = load <4 x float>, <4 x float>* undef, align 16 2755*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2756*9880d681SAndroid Build Coastguard Worker %vecins5691 = insertelement <4 x float> %tmp434, float undef, i32 2 2757*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2758*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5691, <4 x float>* undef, align 16 2759*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2760*9880d681SAndroid Build Coastguard Worker %vecext5692 = extractelement <4 x float> undef, i32 3 2761*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2762*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -4.350000e+02, float 0xC0775CCCC0000000, float 0xC0714999A0000000, float 0xC0661999A0000000>, <4 x float>* undef 2763*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2764*9880d681SAndroid Build Coastguard Worker %tmp435 = load <4 x float>, <4 x float>* undef 2765*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2766*9880d681SAndroid Build Coastguard Worker %add5696 = fadd <4 x float> undef, %tmp435 2767*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2768*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5696, <4 x float>* undef, align 16 2769*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2770*9880d681SAndroid Build Coastguard Worker %add5701 = fadd float undef, 0x4077D4CCC0000000 2771*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2772*9880d681SAndroid Build Coastguard Worker %tmp436 = load <4 x float>, <4 x float>* undef, align 16 2773*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2774*9880d681SAndroid Build Coastguard Worker %vecins5702 = insertelement <4 x float> %tmp436, float %add5701, i32 1 2775*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2776*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5702, <4 x float>* undef, align 16 2777*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2778*9880d681SAndroid Build Coastguard Worker %tmp437 = load <4 x float>, <4 x float>* undef, align 16 2779*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2780*9880d681SAndroid Build Coastguard Worker %tmp438 = load <4 x float>, <4 x float>* undef, align 16 2781*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2782*9880d681SAndroid Build Coastguard Worker %vecins5705 = insertelement <4 x float> %tmp438, float undef, i32 2 2783*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2784*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5705, <4 x float>* undef, align 16 2785*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2786*9880d681SAndroid Build Coastguard Worker %tmp439 = load <4 x float>, <4 x float>* undef, align 16 2787*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2788*9880d681SAndroid Build Coastguard Worker %vecext5706 = extractelement <4 x float> %tmp439, i32 3 2789*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2790*9880d681SAndroid Build Coastguard Worker %add5707 = fadd float %vecext5706, 0xC0780B3340000000 2791*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2792*9880d681SAndroid Build Coastguard Worker %tmp440 = load <4 x float>, <4 x float>* undef, align 16 2793*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2794*9880d681SAndroid Build Coastguard Worker %vecins5708 = insertelement <4 x float> %tmp440, float %add5707, i32 3 2795*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2796*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5708, <4 x float>* undef, align 16 2797*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2798*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x405D666660000000, float 0xC069333340000000, float 0x407B6B3340000000, float 0xC06EB33340000000>, <4 x float>* undef 2799*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2800*9880d681SAndroid Build Coastguard Worker %tmp441 = load <4 x float>, <4 x float>* undef 2801*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2802*9880d681SAndroid Build Coastguard Worker %tmp442 = load <4 x float>, <4 x float>* undef, align 16 2803*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2804*9880d681SAndroid Build Coastguard Worker %add5710 = fadd <4 x float> %tmp442, %tmp441 2805*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2806*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5710, <4 x float>* undef, align 16 2807*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2808*9880d681SAndroid Build Coastguard Worker %tmp443 = load <4 x float>, <4 x float>* undef, align 16 2809*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2810*9880d681SAndroid Build Coastguard Worker %vecext5711 = extractelement <4 x float> %tmp443, i32 0 2811*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2812*9880d681SAndroid Build Coastguard Worker %add5712 = fadd float %vecext5711, 1.850000e+01 2813*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2814*9880d681SAndroid Build Coastguard Worker %tmp444 = load <4 x float>, <4 x float>* undef, align 16 2815*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2816*9880d681SAndroid Build Coastguard Worker %vecins5713 = insertelement <4 x float> %tmp444, float %add5712, i32 0 2817*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2818*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5713, <4 x float>* undef, align 16 2819*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2820*9880d681SAndroid Build Coastguard Worker %tmp445 = load <4 x float>, <4 x float>* undef, align 16 2821*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2822*9880d681SAndroid Build Coastguard Worker %tmp446 = load <4 x float>, <4 x float>* undef, align 16 2823*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2824*9880d681SAndroid Build Coastguard Worker %vecins5716 = insertelement <4 x float> %tmp446, float undef, i32 1 2825*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2826*9880d681SAndroid Build Coastguard Worker %tmp447 = load <4 x float>, <4 x float>* undef, align 16 2827*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2828*9880d681SAndroid Build Coastguard Worker %add5724 = fadd <4 x float> %tmp447, undef 2829*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2830*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5724, <4 x float>* undef, align 16 2831*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2832*9880d681SAndroid Build Coastguard Worker %tmp448 = load <4 x float>, <4 x float>* undef, align 16 2833*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2834*9880d681SAndroid Build Coastguard Worker %vecext5748 = extractelement <4 x float> undef, i32 3 2835*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2836*9880d681SAndroid Build Coastguard Worker %tmp449 = load <4 x float>, <4 x float>* undef, align 16 2837*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2838*9880d681SAndroid Build Coastguard Worker %vecins5750 = insertelement <4 x float> %tmp449, float undef, i32 3 2839*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2840*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40692999A0000000, float 0xC07C4CCCC0000000, float 0x407D1E6660000000, float 0x407B4199A0000000>, <4 x float>* undef 2841*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2842*9880d681SAndroid Build Coastguard Worker %tmp450 = load <4 x float>, <4 x float>* undef 2843*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2844*9880d681SAndroid Build Coastguard Worker %add5752 = fadd <4 x float> undef, %tmp450 2845*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2846*9880d681SAndroid Build Coastguard Worker %add5754 = fadd float undef, 0xC064033340000000 2847*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2848*9880d681SAndroid Build Coastguard Worker %tmp451 = load <4 x float>, <4 x float>* undef, align 16 2849*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2850*9880d681SAndroid Build Coastguard Worker %vecins5755 = insertelement <4 x float> %tmp451, float %add5754, i32 0 2851*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2852*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5755, <4 x float>* undef, align 16 2853*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2854*9880d681SAndroid Build Coastguard Worker %tmp452 = load <4 x float>, <4 x float>* undef, align 16 2855*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2856*9880d681SAndroid Build Coastguard Worker %vecext5756 = extractelement <4 x float> %tmp452, i32 1 2857*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2858*9880d681SAndroid Build Coastguard Worker %add5757 = fadd float %vecext5756, 0x40787B3340000000 2859*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2860*9880d681SAndroid Build Coastguard Worker %tmp453 = load <4 x float>, <4 x float>* undef, align 16 2861*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2862*9880d681SAndroid Build Coastguard Worker %vecins5758 = insertelement <4 x float> %tmp453, float %add5757, i32 1 2863*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2864*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5758, <4 x float>* undef, align 16 2865*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2866*9880d681SAndroid Build Coastguard Worker %tmp454 = load <4 x float>, <4 x float>* undef, align 16 2867*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2868*9880d681SAndroid Build Coastguard Worker %vecext5759 = extractelement <4 x float> %tmp454, i32 2 2869*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2870*9880d681SAndroid Build Coastguard Worker %tmp455 = load <4 x float>, <4 x float>* undef, align 16 2871*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2872*9880d681SAndroid Build Coastguard Worker %vecins5761 = insertelement <4 x float> %tmp455, float undef, i32 2 2873*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2874*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5761, <4 x float>* undef, align 16 2875*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2876*9880d681SAndroid Build Coastguard Worker %tmp456 = load <4 x float>, <4 x float>* undef, align 16 2877*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2878*9880d681SAndroid Build Coastguard Worker %vecext5762 = extractelement <4 x float> %tmp456, i32 3 2879*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2880*9880d681SAndroid Build Coastguard Worker %add5763 = fadd float %vecext5762, 0x40703E6660000000 2881*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2882*9880d681SAndroid Build Coastguard Worker %tmp457 = load <4 x float>, <4 x float>* undef, align 16 2883*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2884*9880d681SAndroid Build Coastguard Worker %vecins5764 = insertelement <4 x float> %tmp457, float %add5763, i32 3 2885*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2886*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5764, <4 x float>* undef, align 16 2887*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2888*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407A6B3340000000, float 0x40470CCCC0000000, float 0xC076F4CCC0000000, float 0x40791999A0000000>, <4 x float>* undef 2889*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2890*9880d681SAndroid Build Coastguard Worker %add5766 = fadd <4 x float> undef, undef 2891*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2892*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5766, <4 x float>* undef, align 16 2893*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2894*9880d681SAndroid Build Coastguard Worker %tmp458 = load <4 x float>, <4 x float>* undef, align 16 2895*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2896*9880d681SAndroid Build Coastguard Worker %vecext5767 = extractelement <4 x float> %tmp458, i32 0 2897*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2898*9880d681SAndroid Build Coastguard Worker %add5768 = fadd float %vecext5767, 0x4065533340000000 2899*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2900*9880d681SAndroid Build Coastguard Worker %tmp459 = load <4 x float>, <4 x float>* undef, align 16 2901*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2902*9880d681SAndroid Build Coastguard Worker %vecins5769 = insertelement <4 x float> %tmp459, float %add5768, i32 0 2903*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2904*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5769, <4 x float>* undef, align 16 2905*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2906*9880d681SAndroid Build Coastguard Worker %add5771 = fadd float undef, 8.000000e+00 2907*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2908*9880d681SAndroid Build Coastguard Worker %tmp460 = load <4 x float>, <4 x float>* undef, align 16 2909*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2910*9880d681SAndroid Build Coastguard Worker %vecins5772 = insertelement <4 x float> %tmp460, float %add5771, i32 1 2911*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2912*9880d681SAndroid Build Coastguard Worker %tmp461 = load <4 x float>, <4 x float>* undef, align 16 2913*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2914*9880d681SAndroid Build Coastguard Worker %add5796 = fadd float undef, 0x4058ECCCC0000000 2915*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2916*9880d681SAndroid Build Coastguard Worker %vecins5797 = insertelement <4 x float> undef, float %add5796, i32 0 2917*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2918*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5797, <4 x float>* undef, align 16 2919*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2920*9880d681SAndroid Build Coastguard Worker %tmp462 = load <4 x float>, <4 x float>* undef, align 16 2921*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2922*9880d681SAndroid Build Coastguard Worker %vecext5798 = extractelement <4 x float> %tmp462, i32 1 2923*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2924*9880d681SAndroid Build Coastguard Worker %tmp463 = load <4 x float>, <4 x float>* undef, align 16 2925*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2926*9880d681SAndroid Build Coastguard Worker %vecins5800 = insertelement <4 x float> %tmp463, float undef, i32 1 2927*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2928*9880d681SAndroid Build Coastguard Worker %tmp464 = load <4 x float>, <4 x float>* undef, align 16 2929*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2930*9880d681SAndroid Build Coastguard Worker %vecext5801 = extractelement <4 x float> %tmp464, i32 2 2931*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2932*9880d681SAndroid Build Coastguard Worker %add5802 = fadd float %vecext5801, 0xC072A199A0000000 2933*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2934*9880d681SAndroid Build Coastguard Worker %tmp465 = load <4 x float>, <4 x float>* undef, align 16 2935*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2936*9880d681SAndroid Build Coastguard Worker %vecins5803 = insertelement <4 x float> %tmp465, float %add5802, i32 2 2937*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2938*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5803, <4 x float>* undef, align 16 2939*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2940*9880d681SAndroid Build Coastguard Worker %tmp466 = load <4 x float>, <4 x float>* undef, align 16 2941*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2942*9880d681SAndroid Build Coastguard Worker %vecext5804 = extractelement <4 x float> %tmp466, i32 3 2943*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2944*9880d681SAndroid Build Coastguard Worker %add5805 = fadd float %vecext5804, 0x40785999A0000000 2945*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2946*9880d681SAndroid Build Coastguard Worker %tmp467 = load <4 x float>, <4 x float>* undef, align 16 2947*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2948*9880d681SAndroid Build Coastguard Worker %vecins5806 = insertelement <4 x float> %tmp467, float %add5805, i32 3 2949*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2950*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5806, <4 x float>* undef, align 16 2951*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2952*9880d681SAndroid Build Coastguard Worker %tmp468 = load <4 x float>, <4 x float>* undef 2953*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2954*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2955*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2956*9880d681SAndroid Build Coastguard Worker %tmp469 = load <4 x float>, <4 x float>* undef, align 16 2957*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2958*9880d681SAndroid Build Coastguard Worker %vecext5809 = extractelement <4 x float> %tmp469, i32 0 2959*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2960*9880d681SAndroid Build Coastguard Worker %add5810 = fadd float %vecext5809, 0x407B7B3340000000 2961*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2962*9880d681SAndroid Build Coastguard Worker %tmp470 = load <4 x float>, <4 x float>* undef, align 16 2963*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2964*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 2965*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2966*9880d681SAndroid Build Coastguard Worker %tmp471 = load <4 x float>, <4 x float>* undef, align 16 2967*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2968*9880d681SAndroid Build Coastguard Worker %vecext5818 = extractelement <4 x float> undef, i32 3 2969*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2970*9880d681SAndroid Build Coastguard Worker %add5819 = fadd float %vecext5818, 0x4071733340000000 2971*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2972*9880d681SAndroid Build Coastguard Worker %tmp472 = load <4 x float>, <4 x float>* undef, align 16 2973*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2974*9880d681SAndroid Build Coastguard Worker %vecins5820 = insertelement <4 x float> %tmp472, float %add5819, i32 3 2975*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2976*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5820, <4 x float>* undef, align 16 2977*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2978*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40514CCCC0000000, float 0x406A7999A0000000, float 0xC078766660000000, float 0xC0522CCCC0000000>, <4 x float>* undef 2979*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2980*9880d681SAndroid Build Coastguard Worker %tmp473 = load <4 x float>, <4 x float>* undef 2981*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2982*9880d681SAndroid Build Coastguard Worker %tmp474 = load <4 x float>, <4 x float>* undef, align 16 2983*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2984*9880d681SAndroid Build Coastguard Worker %add5822 = fadd <4 x float> %tmp474, %tmp473 2985*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2986*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5822, <4 x float>* undef, align 16 2987*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2988*9880d681SAndroid Build Coastguard Worker %tmp475 = load <4 x float>, <4 x float>* undef, align 16 2989*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2990*9880d681SAndroid Build Coastguard Worker %vecext5823 = extractelement <4 x float> %tmp475, i32 0 2991*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2992*9880d681SAndroid Build Coastguard Worker %tmp476 = load <4 x float>, <4 x float>* undef, align 16 2993*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2994*9880d681SAndroid Build Coastguard Worker %vecins5825 = insertelement <4 x float> %tmp476, float undef, i32 0 2995*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2996*9880d681SAndroid Build Coastguard Worker %tmp477 = load <4 x float>, <4 x float>* undef, align 16 2997*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 2998*9880d681SAndroid Build Coastguard Worker %vecext5826 = extractelement <4 x float> %tmp477, i32 1 2999*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3000*9880d681SAndroid Build Coastguard Worker %add5827 = fadd float %vecext5826, 0x407F14CCC0000000 3001*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3002*9880d681SAndroid Build Coastguard Worker %tmp478 = load <4 x float>, <4 x float>* undef, align 16 3003*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3004*9880d681SAndroid Build Coastguard Worker %vecins5828 = insertelement <4 x float> %tmp478, float %add5827, i32 1 3005*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3006*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5828, <4 x float>* undef, align 16 3007*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3008*9880d681SAndroid Build Coastguard Worker %tmp479 = load <4 x float>, <4 x float>* undef, align 16 3009*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3010*9880d681SAndroid Build Coastguard Worker %vecext5829 = extractelement <4 x float> %tmp479, i32 2 3011*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3012*9880d681SAndroid Build Coastguard Worker %add5830 = fadd float %vecext5829, 3.350000e+02 3013*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3014*9880d681SAndroid Build Coastguard Worker %tmp480 = load <4 x float>, <4 x float>* undef, align 16 3015*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3016*9880d681SAndroid Build Coastguard Worker %vecins5831 = insertelement <4 x float> %tmp480, float %add5830, i32 2 3017*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3018*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3019*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3020*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -3.370000e+02, float 0xC072DE6660000000, float -2.670000e+02, float 0x4062333340000000>, <4 x float>* undef 3021*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3022*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3023*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3024*9880d681SAndroid Build Coastguard Worker %tmp481 = load <4 x float>, <4 x float>* undef, align 16 3025*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3026*9880d681SAndroid Build Coastguard Worker %vecext5837 = extractelement <4 x float> %tmp481, i32 0 3027*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3028*9880d681SAndroid Build Coastguard Worker %vecins5839 = insertelement <4 x float> undef, float undef, i32 0 3029*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3030*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5839, <4 x float>* undef, align 16 3031*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3032*9880d681SAndroid Build Coastguard Worker %tmp482 = load <4 x float>, <4 x float>* undef, align 16 3033*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3034*9880d681SAndroid Build Coastguard Worker %vecext5840 = extractelement <4 x float> %tmp482, i32 1 3035*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3036*9880d681SAndroid Build Coastguard Worker %tmp483 = load <4 x float>, <4 x float>* undef, align 16 3037*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3038*9880d681SAndroid Build Coastguard Worker %vecins5842 = insertelement <4 x float> %tmp483, float undef, i32 1 3039*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3040*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5842, <4 x float>* undef, align 16 3041*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3042*9880d681SAndroid Build Coastguard Worker %tmp484 = load <4 x float>, <4 x float>* undef, align 16 3043*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3044*9880d681SAndroid Build Coastguard Worker %tmp485 = load <4 x float>, <4 x float>* undef, align 16 3045*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3046*9880d681SAndroid Build Coastguard Worker %vecins5845 = insertelement <4 x float> %tmp485, float undef, i32 2 3047*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3048*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5845, <4 x float>* undef, align 16 3049*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3050*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC06EC999A0000000, float 0x406D5999A0000000, float 0x4056F33340000000, float 0xC07E14CCC0000000>, <4 x float>* undef 3051*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3052*9880d681SAndroid Build Coastguard Worker %add5850 = fadd <4 x float> undef, undef 3053*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3054*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5850, <4 x float>* undef, align 16 3055*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3056*9880d681SAndroid Build Coastguard Worker %tmp486 = load <4 x float>, <4 x float>* undef, align 16 3057*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3058*9880d681SAndroid Build Coastguard Worker %add5852 = fadd float undef, 2.985000e+02 3059*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3060*9880d681SAndroid Build Coastguard Worker %tmp487 = load <4 x float>, <4 x float>* undef, align 16 3061*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3062*9880d681SAndroid Build Coastguard Worker %vecins5853 = insertelement <4 x float> %tmp487, float %add5852, i32 0 3063*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3064*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5853, <4 x float>* undef, align 16 3065*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3066*9880d681SAndroid Build Coastguard Worker %tmp488 = load <4 x float>, <4 x float>* undef, align 16 3067*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3068*9880d681SAndroid Build Coastguard Worker %vecext5854 = extractelement <4 x float> %tmp488, i32 1 3069*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3070*9880d681SAndroid Build Coastguard Worker %add5855 = fadd float %vecext5854, 0xC053F999A0000000 3071*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3072*9880d681SAndroid Build Coastguard Worker %tmp489 = load <4 x float>, <4 x float>* undef, align 16 3073*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3074*9880d681SAndroid Build Coastguard Worker %vecins5856 = insertelement <4 x float> %tmp489, float %add5855, i32 1 3075*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3076*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5856, <4 x float>* undef, align 16 3077*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3078*9880d681SAndroid Build Coastguard Worker %tmp490 = load <4 x float>, <4 x float>* undef, align 16 3079*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3080*9880d681SAndroid Build Coastguard Worker %add5858 = fadd float undef, 0x4071666660000000 3081*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3082*9880d681SAndroid Build Coastguard Worker %tmp491 = load <4 x float>, <4 x float>* undef, align 16 3083*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3084*9880d681SAndroid Build Coastguard Worker %vecins5859 = insertelement <4 x float> %tmp491, float %add5858, i32 2 3085*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3086*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5859, <4 x float>* undef, align 16 3087*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3088*9880d681SAndroid Build Coastguard Worker %tmp492 = load <4 x float>, <4 x float>* undef, align 16 3089*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3090*9880d681SAndroid Build Coastguard Worker %vecext5860 = extractelement <4 x float> %tmp492, i32 3 3091*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3092*9880d681SAndroid Build Coastguard Worker %tmp493 = load <4 x float>, <4 x float>* undef, align 16 3093*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3094*9880d681SAndroid Build Coastguard Worker %vecext5899 = extractelement <4 x float> %tmp493, i32 2 3095*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3096*9880d681SAndroid Build Coastguard Worker %add5900 = fadd float %vecext5899, -2.700000e+01 3097*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3098*9880d681SAndroid Build Coastguard Worker %tmp494 = load <4 x float>, <4 x float>* undef, align 16 3099*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3100*9880d681SAndroid Build Coastguard Worker %vecins5901 = insertelement <4 x float> %tmp494, float %add5900, i32 2 3101*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3102*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5901, <4 x float>* undef, align 16 3103*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3104*9880d681SAndroid Build Coastguard Worker %add5914 = fadd float undef, 0x40786E6660000000 3105*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3106*9880d681SAndroid Build Coastguard Worker %vecins5918 = insertelement <4 x float> undef, float undef, i32 3 3107*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3108*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5918, <4 x float>* undef, align 16 3109*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3110*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x406F266660000000, float 7.900000e+01, float -4.695000e+02, float -4.880000e+02>, <4 x float>* undef 3111*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3112*9880d681SAndroid Build Coastguard Worker %add5920 = fadd <4 x float> undef, undef 3113*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3114*9880d681SAndroid Build Coastguard Worker store <4 x float> %add5920, <4 x float>* undef, align 16 3115*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3116*9880d681SAndroid Build Coastguard Worker %add5934 = fadd <4 x float> undef, undef 3117*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3118*9880d681SAndroid Build Coastguard Worker %vecext5935 = extractelement <4 x float> undef, i32 0 3119*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3120*9880d681SAndroid Build Coastguard Worker %add5936 = fadd float %vecext5935, 0xC056B999A0000000 3121*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3122*9880d681SAndroid Build Coastguard Worker %tmp495 = load <4 x float>, <4 x float>* undef, align 16 3123*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3124*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3125*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3126*9880d681SAndroid Build Coastguard Worker %tmp496 = load <4 x float>, <4 x float>* undef, align 16 3127*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3128*9880d681SAndroid Build Coastguard Worker %vecext5994 = extractelement <4 x float> undef, i32 1 3129*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3130*9880d681SAndroid Build Coastguard Worker %add5995 = fadd float %vecext5994, 0x4051666660000000 3131*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3132*9880d681SAndroid Build Coastguard Worker %vecins5996 = insertelement <4 x float> undef, float %add5995, i32 1 3133*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3134*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins5996, <4 x float>* undef, align 16 3135*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3136*9880d681SAndroid Build Coastguard Worker %tmp497 = load <4 x float>, <4 x float>* undef, align 16 3137*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3138*9880d681SAndroid Build Coastguard Worker %vecext5997 = extractelement <4 x float> %tmp497, i32 2 3139*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3140*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3141*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3142*9880d681SAndroid Build Coastguard Worker %tmp498 = load <4 x float>, <4 x float>* undef, align 16 3143*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3144*9880d681SAndroid Build Coastguard Worker %vecext6000 = extractelement <4 x float> %tmp498, i32 3 3145*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3146*9880d681SAndroid Build Coastguard Worker %add6001 = fadd float %vecext6000, -7.600000e+01 3147*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3148*9880d681SAndroid Build Coastguard Worker %tmp499 = load <4 x float>, <4 x float>* undef, align 16 3149*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3150*9880d681SAndroid Build Coastguard Worker %vecins6002 = insertelement <4 x float> %tmp499, float %add6001, i32 3 3151*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3152*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6002, <4 x float>* undef, align 16 3153*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3154*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07EA199A0000000, float 0x407DC33340000000, float 0xC0753199A0000000, float -3.895000e+02>, <4 x float>* undef 3155*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3156*9880d681SAndroid Build Coastguard Worker %tmp500 = load <4 x float>, <4 x float>* undef 3157*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3158*9880d681SAndroid Build Coastguard Worker %add6004 = fadd <4 x float> undef, %tmp500 3159*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3160*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6004, <4 x float>* undef, align 16 3161*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3162*9880d681SAndroid Build Coastguard Worker %tmp501 = load <4 x float>, <4 x float>* undef, align 16 3163*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3164*9880d681SAndroid Build Coastguard Worker %vecext6005 = extractelement <4 x float> %tmp501, i32 0 3165*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3166*9880d681SAndroid Build Coastguard Worker %tmp502 = load <4 x float>, <4 x float>* undef, align 16 3167*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3168*9880d681SAndroid Build Coastguard Worker %vecins6007 = insertelement <4 x float> %tmp502, float undef, i32 0 3169*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3170*9880d681SAndroid Build Coastguard Worker %tmp503 = load <4 x float>, <4 x float>* undef, align 16 3171*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3172*9880d681SAndroid Build Coastguard Worker %vecext6008 = extractelement <4 x float> %tmp503, i32 1 3173*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3174*9880d681SAndroid Build Coastguard Worker %tmp504 = load <4 x float>, <4 x float>* undef, align 16 3175*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3176*9880d681SAndroid Build Coastguard Worker %vecins6024 = insertelement <4 x float> %tmp504, float undef, i32 1 3177*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3178*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6024, <4 x float>* undef, align 16 3179*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3180*9880d681SAndroid Build Coastguard Worker %tmp505 = load <4 x float>, <4 x float>* undef, align 16 3181*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3182*9880d681SAndroid Build Coastguard Worker %vecext6025 = extractelement <4 x float> %tmp505, i32 2 3183*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3184*9880d681SAndroid Build Coastguard Worker %add6026 = fadd float %vecext6025, 3.700000e+02 3185*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3186*9880d681SAndroid Build Coastguard Worker %tmp506 = load <4 x float>, <4 x float>* undef, align 16 3187*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3188*9880d681SAndroid Build Coastguard Worker %vecins6027 = insertelement <4 x float> %tmp506, float %add6026, i32 2 3189*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3190*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6027, <4 x float>* undef, align 16 3191*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3192*9880d681SAndroid Build Coastguard Worker %vecext6028 = extractelement <4 x float> undef, i32 3 3193*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3194*9880d681SAndroid Build Coastguard Worker %add6029 = fadd float %vecext6028, 0x4071666660000000 3195*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3196*9880d681SAndroid Build Coastguard Worker %tmp507 = load <4 x float>, <4 x float>* undef, align 16 3197*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3198*9880d681SAndroid Build Coastguard Worker %vecins6030 = insertelement <4 x float> %tmp507, float %add6029, i32 3 3199*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3200*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6030, <4 x float>* undef, align 16 3201*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3202*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0527999A0000000, float 0xC06AD999A0000000, float 0x3FF6666660000000, float 0xC03F666660000000>, <4 x float>* undef 3203*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3204*9880d681SAndroid Build Coastguard Worker %tmp508 = load <4 x float>, <4 x float>* undef 3205*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3206*9880d681SAndroid Build Coastguard Worker %tmp509 = load <4 x float>, <4 x float>* undef, align 16 3207*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3208*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3209*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3210*9880d681SAndroid Build Coastguard Worker %tmp510 = load <4 x float>, <4 x float>* undef, align 16 3211*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3212*9880d681SAndroid Build Coastguard Worker %vecext6033 = extractelement <4 x float> %tmp510, i32 0 3213*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3214*9880d681SAndroid Build Coastguard Worker %tmp511 = load <4 x float>, <4 x float>* undef, align 16 3215*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3216*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3217*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3218*9880d681SAndroid Build Coastguard Worker %vecext6036 = extractelement <4 x float> undef, i32 1 3219*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3220*9880d681SAndroid Build Coastguard Worker %add6037 = fadd float %vecext6036, 0xC075CB3340000000 3221*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3222*9880d681SAndroid Build Coastguard Worker %vecins6038 = insertelement <4 x float> undef, float %add6037, i32 1 3223*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3224*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6038, <4 x float>* undef, align 16 3225*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3226*9880d681SAndroid Build Coastguard Worker %tmp512 = load <4 x float>, <4 x float>* undef, align 16 3227*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3228*9880d681SAndroid Build Coastguard Worker %add6040 = fadd float undef, 0x4071ECCCC0000000 3229*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3230*9880d681SAndroid Build Coastguard Worker %tmp513 = load <4 x float>, <4 x float>* undef, align 16 3231*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3232*9880d681SAndroid Build Coastguard Worker %vecins6041 = insertelement <4 x float> %tmp513, float %add6040, i32 2 3233*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3234*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6041, <4 x float>* undef, align 16 3235*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3236*9880d681SAndroid Build Coastguard Worker %tmp514 = load <4 x float>, <4 x float>* undef, align 16 3237*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3238*9880d681SAndroid Build Coastguard Worker %vecext6042 = extractelement <4 x float> %tmp514, i32 3 3239*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3240*9880d681SAndroid Build Coastguard Worker %add6043 = fadd float %vecext6042, 0xC07DD33340000000 3241*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3242*9880d681SAndroid Build Coastguard Worker %tmp515 = load <4 x float>, <4 x float>* undef, align 16 3243*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3244*9880d681SAndroid Build Coastguard Worker %vecins6044 = insertelement <4 x float> %tmp515, float %add6043, i32 3 3245*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3246*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6044, <4 x float>* undef, align 16 3247*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3248*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC065FCCCC0000000, float 0x40767CCCC0000000, float 0x4079D4CCC0000000, float 0xC07314CCC0000000>, <4 x float>* undef 3249*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3250*9880d681SAndroid Build Coastguard Worker %tmp516 = load <4 x float>, <4 x float>* undef 3251*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3252*9880d681SAndroid Build Coastguard Worker %tmp517 = load <4 x float>, <4 x float>* undef, align 16 3253*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3254*9880d681SAndroid Build Coastguard Worker %add6046 = fadd <4 x float> %tmp517, %tmp516 3255*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3256*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6046, <4 x float>* undef, align 16 3257*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3258*9880d681SAndroid Build Coastguard Worker %vecext6047 = extractelement <4 x float> undef, i32 0 3259*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3260*9880d681SAndroid Build Coastguard Worker %tmp518 = load <4 x float>, <4 x float>* undef, align 16 3261*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3262*9880d681SAndroid Build Coastguard Worker %vecins6049 = insertelement <4 x float> %tmp518, float undef, i32 0 3263*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3264*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6049, <4 x float>* undef, align 16 3265*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3266*9880d681SAndroid Build Coastguard Worker %tmp519 = load <4 x float>, <4 x float>* undef, align 16 3267*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3268*9880d681SAndroid Build Coastguard Worker %vecext6050 = extractelement <4 x float> %tmp519, i32 1 3269*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3270*9880d681SAndroid Build Coastguard Worker %add6051 = fadd float %vecext6050, 0x407E4E6660000000 3271*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3272*9880d681SAndroid Build Coastguard Worker %vecins6055 = insertelement <4 x float> undef, float undef, i32 2 3273*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3274*9880d681SAndroid Build Coastguard Worker %vecext6056 = extractelement <4 x float> undef, i32 3 3275*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3276*9880d681SAndroid Build Coastguard Worker %tmp520 = load <4 x float>, <4 x float>* undef, align 16 3277*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3278*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3279*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3280*9880d681SAndroid Build Coastguard Worker %vecext6061 = extractelement <4 x float> undef, i32 0 3281*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3282*9880d681SAndroid Build Coastguard Worker %tmp521 = load <4 x float>, <4 x float>* undef, align 16 3283*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3284*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3285*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3286*9880d681SAndroid Build Coastguard Worker %tmp522 = load <4 x float>, <4 x float>* undef, align 16 3287*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3288*9880d681SAndroid Build Coastguard Worker %vecext6067 = extractelement <4 x float> %tmp522, i32 2 3289*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3290*9880d681SAndroid Build Coastguard Worker %add6068 = fadd float %vecext6067, 0x40768E6660000000 3291*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3292*9880d681SAndroid Build Coastguard Worker %vecext6070 = extractelement <4 x float> undef, i32 3 3293*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3294*9880d681SAndroid Build Coastguard Worker %add6071 = fadd float %vecext6070, 0xC07C6CCCC0000000 3295*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3296*9880d681SAndroid Build Coastguard Worker %vecins6072 = insertelement <4 x float> undef, float %add6071, i32 3 3297*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3298*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6072, <4 x float>* undef, align 16 3299*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3300*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40546CCCC0000000, float 0x4067D66660000000, float 0xC060E33340000000, float 0x4061533340000000>, <4 x float>* undef 3301*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3302*9880d681SAndroid Build Coastguard Worker %tmp523 = load <4 x float>, <4 x float>* undef 3303*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3304*9880d681SAndroid Build Coastguard Worker %tmp524 = load <4 x float>, <4 x float>* undef, align 16 3305*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3306*9880d681SAndroid Build Coastguard Worker %add6074 = fadd <4 x float> %tmp524, %tmp523 3307*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3308*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6074, <4 x float>* undef, align 16 3309*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3310*9880d681SAndroid Build Coastguard Worker %tmp525 = load <4 x float>, <4 x float>* undef, align 16 3311*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3312*9880d681SAndroid Build Coastguard Worker %vecext6075 = extractelement <4 x float> %tmp525, i32 0 3313*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3314*9880d681SAndroid Build Coastguard Worker %add6076 = fadd float %vecext6075, 0x405D733340000000 3315*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3316*9880d681SAndroid Build Coastguard Worker %tmp526 = load <4 x float>, <4 x float>* undef, align 16 3317*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3318*9880d681SAndroid Build Coastguard Worker %vecins6077 = insertelement <4 x float> %tmp526, float %add6076, i32 0 3319*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3320*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6077, <4 x float>* undef, align 16 3321*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3322*9880d681SAndroid Build Coastguard Worker %tmp527 = load <4 x float>, <4 x float>* undef, align 16 3323*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3324*9880d681SAndroid Build Coastguard Worker %add6079 = fadd float undef, 0xC07E9B3340000000 3325*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3326*9880d681SAndroid Build Coastguard Worker %tmp528 = load <4 x float>, <4 x float>* undef, align 16 3327*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3328*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3329*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3330*9880d681SAndroid Build Coastguard Worker %tmp529 = load <4 x float>, <4 x float>* undef, align 16 3331*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3332*9880d681SAndroid Build Coastguard Worker %add6082 = fadd float undef, 0x407DCE6660000000 3333*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3334*9880d681SAndroid Build Coastguard Worker %vecins6083 = insertelement <4 x float> undef, float %add6082, i32 2 3335*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3336*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6083, <4 x float>* undef, align 16 3337*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3338*9880d681SAndroid Build Coastguard Worker %tmp530 = load <4 x float>, <4 x float>* undef, align 16 3339*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3340*9880d681SAndroid Build Coastguard Worker %vecext6084 = extractelement <4 x float> %tmp530, i32 3 3341*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3342*9880d681SAndroid Build Coastguard Worker %add6085 = fadd float %vecext6084, 0xC061A33340000000 3343*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3344*9880d681SAndroid Build Coastguard Worker %vecins6086 = insertelement <4 x float> undef, float %add6085, i32 3 3345*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3346*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6086, <4 x float>* undef, align 16 3347*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3348*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4055C66660000000, float 0x40735199A0000000, float 0xC0713199A0000000, float 0x40729B3340000000>, <4 x float>* undef 3349*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3350*9880d681SAndroid Build Coastguard Worker %tmp531 = load <4 x float>, <4 x float>* undef 3351*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3352*9880d681SAndroid Build Coastguard Worker %tmp532 = load <4 x float>, <4 x float>* undef, align 16 3353*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3354*9880d681SAndroid Build Coastguard Worker %add6088 = fadd <4 x float> %tmp532, %tmp531 3355*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3356*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6088, <4 x float>* undef, align 16 3357*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3358*9880d681SAndroid Build Coastguard Worker %tmp533 = load <4 x float>, <4 x float>* undef, align 16 3359*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3360*9880d681SAndroid Build Coastguard Worker %vecext6089 = extractelement <4 x float> %tmp533, i32 0 3361*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3362*9880d681SAndroid Build Coastguard Worker %add6107 = fadd float undef, 0xC06A166660000000 3363*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3364*9880d681SAndroid Build Coastguard Worker %tmp534 = load <4 x float>, <4 x float>* undef, align 16 3365*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3366*9880d681SAndroid Build Coastguard Worker %vecins6108 = insertelement <4 x float> %tmp534, float %add6107, i32 1 3367*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3368*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6108, <4 x float>* undef, align 16 3369*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3370*9880d681SAndroid Build Coastguard Worker %tmp535 = load <4 x float>, <4 x float>* undef, align 16 3371*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3372*9880d681SAndroid Build Coastguard Worker %vecext6109 = extractelement <4 x float> %tmp535, i32 2 3373*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3374*9880d681SAndroid Build Coastguard Worker %add6110 = fadd float %vecext6109, 0x4070FB3340000000 3375*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3376*9880d681SAndroid Build Coastguard Worker %tmp536 = load <4 x float>, <4 x float>* undef, align 16 3377*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3378*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3379*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3380*9880d681SAndroid Build Coastguard Worker %tmp537 = load <4 x float>, <4 x float>* undef, align 16 3381*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3382*9880d681SAndroid Build Coastguard Worker %vecext6112 = extractelement <4 x float> %tmp537, i32 3 3383*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3384*9880d681SAndroid Build Coastguard Worker %add6113 = fadd float %vecext6112, 0xC04AF33340000000 3385*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3386*9880d681SAndroid Build Coastguard Worker %tmp538 = load <4 x float>, <4 x float>* undef, align 16 3387*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3388*9880d681SAndroid Build Coastguard Worker %tmp539 = load <4 x float>, <4 x float>* undef, align 16 3389*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3390*9880d681SAndroid Build Coastguard Worker %vecext6117 = extractelement <4 x float> %tmp539, i32 0 3391*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3392*9880d681SAndroid Build Coastguard Worker %add6118 = fadd float %vecext6117, 0x407AB33340000000 3393*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3394*9880d681SAndroid Build Coastguard Worker %tmp540 = load <4 x float>, <4 x float>* undef, align 16 3395*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3396*9880d681SAndroid Build Coastguard Worker %vecins6119 = insertelement <4 x float> %tmp540, float %add6118, i32 0 3397*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3398*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6119, <4 x float>* undef, align 16 3399*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3400*9880d681SAndroid Build Coastguard Worker %tmp541 = load <4 x float>, <4 x float>* undef, align 16 3401*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3402*9880d681SAndroid Build Coastguard Worker %vecext6120 = extractelement <4 x float> %tmp541, i32 1 3403*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3404*9880d681SAndroid Build Coastguard Worker %add6121 = fadd float %vecext6120, 0x405AE66660000000 3405*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3406*9880d681SAndroid Build Coastguard Worker %tmp542 = load <4 x float>, <4 x float>* undef, align 16 3407*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3408*9880d681SAndroid Build Coastguard Worker %vecins6122 = insertelement <4 x float> %tmp542, float %add6121, i32 1 3409*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3410*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6122, <4 x float>* undef, align 16 3411*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3412*9880d681SAndroid Build Coastguard Worker %vecext6123 = extractelement <4 x float> undef, i32 2 3413*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3414*9880d681SAndroid Build Coastguard Worker %add6124 = fadd float %vecext6123, -4.385000e+02 3415*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3416*9880d681SAndroid Build Coastguard Worker %tmp543 = load <4 x float>, <4 x float>* undef, align 16 3417*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3418*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3419*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3420*9880d681SAndroid Build Coastguard Worker %vecext6126 = extractelement <4 x float> undef, i32 3 3421*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3422*9880d681SAndroid Build Coastguard Worker %tmp544 = load <4 x float>, <4 x float>* undef, align 16 3423*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3424*9880d681SAndroid Build Coastguard Worker %vecins6128 = insertelement <4 x float> %tmp544, float undef, i32 3 3425*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3426*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6128, <4 x float>* undef, align 16 3427*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3428*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -2.980000e+02, float 0xC06F0CCCC0000000, float 0xC054A66660000000, float 0xC040CCCCC0000000>, <4 x float>* undef 3429*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3430*9880d681SAndroid Build Coastguard Worker %tmp545 = load <4 x float>, <4 x float>* undef 3431*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3432*9880d681SAndroid Build Coastguard Worker %tmp546 = load <4 x float>, <4 x float>* undef, align 16 3433*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3434*9880d681SAndroid Build Coastguard Worker %add6130 = fadd <4 x float> %tmp546, %tmp545 3435*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3436*9880d681SAndroid Build Coastguard Worker %tmp547 = load <4 x float>, <4 x float>* undef, align 16 3437*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3438*9880d681SAndroid Build Coastguard Worker %vecext6131 = extractelement <4 x float> %tmp547, i32 0 3439*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3440*9880d681SAndroid Build Coastguard Worker %add6132 = fadd float %vecext6131, 0x407BDE6660000000 3441*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3442*9880d681SAndroid Build Coastguard Worker %vecins6133 = insertelement <4 x float> undef, float %add6132, i32 0 3443*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3444*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6133, <4 x float>* undef, align 16 3445*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3446*9880d681SAndroid Build Coastguard Worker %vecext6134 = extractelement <4 x float> undef, i32 1 3447*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3448*9880d681SAndroid Build Coastguard Worker %add6135 = fadd float %vecext6134, 0xC06B7999A0000000 3449*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3450*9880d681SAndroid Build Coastguard Worker %tmp548 = load <4 x float>, <4 x float>* undef, align 16 3451*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3452*9880d681SAndroid Build Coastguard Worker %vecins6136 = insertelement <4 x float> %tmp548, float %add6135, i32 1 3453*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3454*9880d681SAndroid Build Coastguard Worker %vecext6137 = extractelement <4 x float> undef, i32 2 3455*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3456*9880d681SAndroid Build Coastguard Worker %add6138 = fadd float %vecext6137, 0x40752199A0000000 3457*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3458*9880d681SAndroid Build Coastguard Worker %tmp549 = load <4 x float>, <4 x float>* undef 3459*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3460*9880d681SAndroid Build Coastguard Worker %add6172 = fadd <4 x float> undef, %tmp549 3461*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3462*9880d681SAndroid Build Coastguard Worker %tmp550 = load <4 x float>, <4 x float>* undef, align 16 3463*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3464*9880d681SAndroid Build Coastguard Worker %tmp551 = load <4 x float>, <4 x float>* undef, align 16 3465*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3466*9880d681SAndroid Build Coastguard Worker %vecins6178 = insertelement <4 x float> %tmp551, float undef, i32 1 3467*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3468*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6178, <4 x float>* undef, align 16 3469*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3470*9880d681SAndroid Build Coastguard Worker %tmp552 = load <4 x float>, <4 x float>* undef, align 16 3471*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3472*9880d681SAndroid Build Coastguard Worker %vecext6179 = extractelement <4 x float> %tmp552, i32 2 3473*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3474*9880d681SAndroid Build Coastguard Worker %add6180 = fadd float %vecext6179, -3.905000e+02 3475*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3476*9880d681SAndroid Build Coastguard Worker %tmp553 = load <4 x float>, <4 x float>* undef, align 16 3477*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3478*9880d681SAndroid Build Coastguard Worker %vecins6181 = insertelement <4 x float> %tmp553, float %add6180, i32 2 3479*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3480*9880d681SAndroid Build Coastguard Worker %tmp554 = load <4 x float>, <4 x float>* undef, align 16 3481*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3482*9880d681SAndroid Build Coastguard Worker %vecext6182 = extractelement <4 x float> %tmp554, i32 3 3483*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3484*9880d681SAndroid Build Coastguard Worker %add6183 = fadd float %vecext6182, 1.515000e+02 3485*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3486*9880d681SAndroid Build Coastguard Worker %tmp555 = load <4 x float>, <4 x float>* undef, align 16 3487*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3488*9880d681SAndroid Build Coastguard Worker %vecins6184 = insertelement <4 x float> %tmp555, float %add6183, i32 3 3489*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3490*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6184, <4 x float>* undef, align 16 3491*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3492*9880d681SAndroid Build Coastguard Worker %tmp556 = load <4 x float>, <4 x float>* undef 3493*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3494*9880d681SAndroid Build Coastguard Worker %vecins6189 = insertelement <4 x float> undef, float undef, i32 0 3495*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3496*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6189, <4 x float>* undef, align 16 3497*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3498*9880d681SAndroid Build Coastguard Worker %tmp557 = load <4 x float>, <4 x float>* undef, align 16 3499*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3500*9880d681SAndroid Build Coastguard Worker %vecext6190 = extractelement <4 x float> %tmp557, i32 1 3501*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3502*9880d681SAndroid Build Coastguard Worker %add6191 = fadd float %vecext6190, 0xC07BD33340000000 3503*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3504*9880d681SAndroid Build Coastguard Worker %tmp558 = load <4 x float>, <4 x float>* undef, align 16 3505*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3506*9880d681SAndroid Build Coastguard Worker %vecins6192 = insertelement <4 x float> %tmp558, float %add6191, i32 1 3507*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3508*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6192, <4 x float>* undef, align 16 3509*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3510*9880d681SAndroid Build Coastguard Worker %tmp559 = load <4 x float>, <4 x float>* undef, align 16 3511*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3512*9880d681SAndroid Build Coastguard Worker %tmp560 = load <4 x float>, <4 x float>* undef, align 16 3513*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3514*9880d681SAndroid Build Coastguard Worker %vecext6196 = extractelement <4 x float> undef, i32 3 3515*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3516*9880d681SAndroid Build Coastguard Worker %add6197 = fadd float %vecext6196, -4.070000e+02 3517*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3518*9880d681SAndroid Build Coastguard Worker %tmp561 = load <4 x float>, <4 x float>* undef, align 16 3519*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3520*9880d681SAndroid Build Coastguard Worker %vecins6198 = insertelement <4 x float> %tmp561, float %add6197, i32 3 3521*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3522*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407904CCC0000000, float 0x406A833340000000, float 4.895000e+02, float 0x40648999A0000000>, <4 x float>* undef 3523*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3524*9880d681SAndroid Build Coastguard Worker %tmp562 = load <4 x float>, <4 x float>* undef 3525*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3526*9880d681SAndroid Build Coastguard Worker %tmp563 = load <4 x float>, <4 x float>* undef, align 16 3527*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3528*9880d681SAndroid Build Coastguard Worker %add6200 = fadd <4 x float> %tmp563, %tmp562 3529*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3530*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6200, <4 x float>* undef, align 16 3531*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3532*9880d681SAndroid Build Coastguard Worker %tmp564 = load <4 x float>, <4 x float>* undef, align 16 3533*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3534*9880d681SAndroid Build Coastguard Worker %vecext6201 = extractelement <4 x float> %tmp564, i32 0 3535*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3536*9880d681SAndroid Build Coastguard Worker %tmp565 = load <4 x float>, <4 x float>* undef, align 16 3537*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3538*9880d681SAndroid Build Coastguard Worker %vecins6203 = insertelement <4 x float> %tmp565, float undef, i32 0 3539*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3540*9880d681SAndroid Build Coastguard Worker %tmp566 = load <4 x float>, <4 x float>* undef, align 16 3541*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3542*9880d681SAndroid Build Coastguard Worker %vecext6204 = extractelement <4 x float> %tmp566, i32 1 3543*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3544*9880d681SAndroid Build Coastguard Worker %add6205 = fadd float %vecext6204, 1.740000e+02 3545*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3546*9880d681SAndroid Build Coastguard Worker %tmp567 = load <4 x float>, <4 x float>* undef, align 16 3547*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3548*9880d681SAndroid Build Coastguard Worker %vecins6206 = insertelement <4 x float> %tmp567, float %add6205, i32 1 3549*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3550*9880d681SAndroid Build Coastguard Worker %tmp568 = load <4 x float>, <4 x float>* undef, align 16 3551*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3552*9880d681SAndroid Build Coastguard Worker %vecins6209 = insertelement <4 x float> %tmp568, float undef, i32 2 3553*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3554*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6209, <4 x float>* undef, align 16 3555*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3556*9880d681SAndroid Build Coastguard Worker %tmp569 = load <4 x float>, <4 x float>* undef, align 16 3557*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3558*9880d681SAndroid Build Coastguard Worker %vecext6210 = extractelement <4 x float> %tmp569, i32 3 3559*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3560*9880d681SAndroid Build Coastguard Worker %tmp570 = load <4 x float>, <4 x float>* undef, align 16 3561*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3562*9880d681SAndroid Build Coastguard Worker %add6219 = fadd float undef, 0xC0596CCCC0000000 3563*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3564*9880d681SAndroid Build Coastguard Worker %tmp571 = load <4 x float>, <4 x float>* undef, align 16 3565*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3566*9880d681SAndroid Build Coastguard Worker %vecins6220 = insertelement <4 x float> %tmp571, float %add6219, i32 1 3567*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3568*9880d681SAndroid Build Coastguard Worker %vecext6224 = extractelement <4 x float> undef, i32 3 3569*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3570*9880d681SAndroid Build Coastguard Worker %add6225 = fadd float %vecext6224, 0xC074533340000000 3571*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3572*9880d681SAndroid Build Coastguard Worker %tmp572 = load <4 x float>, <4 x float>* undef, align 16 3573*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3574*9880d681SAndroid Build Coastguard Worker %add6228 = fadd <4 x float> undef, undef 3575*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3576*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6228, <4 x float>* undef, align 16 3577*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3578*9880d681SAndroid Build Coastguard Worker %vecext6229 = extractelement <4 x float> undef, i32 0 3579*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3580*9880d681SAndroid Build Coastguard Worker %add6230 = fadd float %vecext6229, 1.695000e+02 3581*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3582*9880d681SAndroid Build Coastguard Worker %tmp573 = load <4 x float>, <4 x float>* undef, align 16 3583*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3584*9880d681SAndroid Build Coastguard Worker %vecins6231 = insertelement <4 x float> %tmp573, float %add6230, i32 0 3585*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3586*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6231, <4 x float>* undef, align 16 3587*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3588*9880d681SAndroid Build Coastguard Worker %tmp574 = load <4 x float>, <4 x float>* undef, align 16 3589*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3590*9880d681SAndroid Build Coastguard Worker %vecext6232 = extractelement <4 x float> %tmp574, i32 1 3591*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3592*9880d681SAndroid Build Coastguard Worker %add6233 = fadd float %vecext6232, 0x4079C33340000000 3593*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3594*9880d681SAndroid Build Coastguard Worker %tmp575 = load <4 x float>, <4 x float>* undef, align 16 3595*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3596*9880d681SAndroid Build Coastguard Worker %vecins6234 = insertelement <4 x float> %tmp575, float %add6233, i32 1 3597*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3598*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6234, <4 x float>* undef, align 16 3599*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3600*9880d681SAndroid Build Coastguard Worker %vecext6235 = extractelement <4 x float> undef, i32 2 3601*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3602*9880d681SAndroid Build Coastguard Worker %add6236 = fadd float %vecext6235, 0xC07D8199A0000000 3603*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3604*9880d681SAndroid Build Coastguard Worker %vecins6237 = insertelement <4 x float> undef, float %add6236, i32 2 3605*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3606*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6237, <4 x float>* undef, align 16 3607*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3608*9880d681SAndroid Build Coastguard Worker %tmp576 = load <4 x float>, <4 x float>* undef, align 16 3609*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3610*9880d681SAndroid Build Coastguard Worker %vecins6245 = insertelement <4 x float> undef, float undef, i32 0 3611*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3612*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6245, <4 x float>* undef, align 16 3613*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3614*9880d681SAndroid Build Coastguard Worker %tmp577 = load <4 x float>, <4 x float>* undef, align 16 3615*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3616*9880d681SAndroid Build Coastguard Worker %vecext6246 = extractelement <4 x float> %tmp577, i32 1 3617*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3618*9880d681SAndroid Build Coastguard Worker %add6247 = fadd float %vecext6246, 0x40631999A0000000 3619*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3620*9880d681SAndroid Build Coastguard Worker %tmp578 = load <4 x float>, <4 x float>* undef, align 16 3621*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3622*9880d681SAndroid Build Coastguard Worker %vecins6251 = insertelement <4 x float> undef, float undef, i32 2 3623*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3624*9880d681SAndroid Build Coastguard Worker %tmp579 = load <4 x float>, <4 x float>* undef, align 16 3625*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3626*9880d681SAndroid Build Coastguard Worker %add6253 = fadd float undef, 0xC0692999A0000000 3627*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3628*9880d681SAndroid Build Coastguard Worker %vecins6254 = insertelement <4 x float> undef, float %add6253, i32 3 3629*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3630*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6254, <4 x float>* undef, align 16 3631*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3632*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 4.600000e+02, float 0xC0777B3340000000, float 0x40351999A0000000, float 0xC06E433340000000>, <4 x float>* undef 3633*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3634*9880d681SAndroid Build Coastguard Worker %tmp580 = load <4 x float>, <4 x float>* undef 3635*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3636*9880d681SAndroid Build Coastguard Worker %tmp581 = load <4 x float>, <4 x float>* undef, align 16 3637*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3638*9880d681SAndroid Build Coastguard Worker %add6256 = fadd <4 x float> %tmp581, %tmp580 3639*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3640*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6256, <4 x float>* undef, align 16 3641*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3642*9880d681SAndroid Build Coastguard Worker %tmp582 = load <4 x float>, <4 x float>* undef, align 16 3643*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3644*9880d681SAndroid Build Coastguard Worker %vecext6257 = extractelement <4 x float> %tmp582, i32 0 3645*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3646*9880d681SAndroid Build Coastguard Worker %add6258 = fadd float %vecext6257, 4.670000e+02 3647*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3648*9880d681SAndroid Build Coastguard Worker %tmp583 = load <4 x float>, <4 x float>* undef, align 16 3649*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3650*9880d681SAndroid Build Coastguard Worker %vecins6259 = insertelement <4 x float> %tmp583, float %add6258, i32 0 3651*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3652*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6259, <4 x float>* undef, align 16 3653*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3654*9880d681SAndroid Build Coastguard Worker %tmp584 = load <4 x float>, <4 x float>* undef, align 16 3655*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3656*9880d681SAndroid Build Coastguard Worker %vecext6260 = extractelement <4 x float> %tmp584, i32 1 3657*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3658*9880d681SAndroid Build Coastguard Worker %add6261 = fadd float %vecext6260, 0xC05F733340000000 3659*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3660*9880d681SAndroid Build Coastguard Worker %tmp585 = load <4 x float>, <4 x float>* undef, align 16 3661*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3662*9880d681SAndroid Build Coastguard Worker %vecins6262 = insertelement <4 x float> %tmp585, float %add6261, i32 1 3663*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3664*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6262, <4 x float>* undef, align 16 3665*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3666*9880d681SAndroid Build Coastguard Worker %tmp586 = load <4 x float>, <4 x float>* undef, align 16 3667*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3668*9880d681SAndroid Build Coastguard Worker %vecext6263 = extractelement <4 x float> %tmp586, i32 2 3669*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3670*9880d681SAndroid Build Coastguard Worker %tmp587 = load <4 x float>, <4 x float>* undef, align 16 3671*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3672*9880d681SAndroid Build Coastguard Worker %vecins6265 = insertelement <4 x float> %tmp587, float undef, i32 2 3673*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3674*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6265, <4 x float>* undef, align 16 3675*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3676*9880d681SAndroid Build Coastguard Worker %tmp588 = load <4 x float>, <4 x float>* undef, align 16 3677*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3678*9880d681SAndroid Build Coastguard Worker %vecext6266 = extractelement <4 x float> %tmp588, i32 3 3679*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3680*9880d681SAndroid Build Coastguard Worker %add6267 = fadd float %vecext6266, 0x407174CCC0000000 3681*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3682*9880d681SAndroid Build Coastguard Worker %tmp589 = load <4 x float>, <4 x float>* undef, align 16 3683*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3684*9880d681SAndroid Build Coastguard Worker %vecins6268 = insertelement <4 x float> %tmp589, float %add6267, i32 3 3685*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3686*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6268, <4 x float>* undef, align 16 3687*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3688*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -3.130000e+02, float 0xC079733340000000, float -4.660000e+02, float 0xC064E66660000000>, <4 x float>* undef 3689*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3690*9880d681SAndroid Build Coastguard Worker %tmp590 = load <4 x float>, <4 x float>* undef 3691*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3692*9880d681SAndroid Build Coastguard Worker %tmp591 = load <4 x float>, <4 x float>* undef, align 16 3693*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3694*9880d681SAndroid Build Coastguard Worker %add6270 = fadd <4 x float> %tmp591, %tmp590 3695*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3696*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6270, <4 x float>* undef, align 16 3697*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3698*9880d681SAndroid Build Coastguard Worker %tmp592 = load <4 x float>, <4 x float>* undef, align 16 3699*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3700*9880d681SAndroid Build Coastguard Worker %vecext6271 = extractelement <4 x float> %tmp592, i32 0 3701*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3702*9880d681SAndroid Build Coastguard Worker %add6272 = fadd float %vecext6271, 1.765000e+02 3703*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3704*9880d681SAndroid Build Coastguard Worker %tmp593 = load <4 x float>, <4 x float>* undef, align 16 3705*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3706*9880d681SAndroid Build Coastguard Worker %vecins6273 = insertelement <4 x float> %tmp593, float %add6272, i32 0 3707*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3708*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6273, <4 x float>* undef, align 16 3709*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3710*9880d681SAndroid Build Coastguard Worker %tmp594 = load <4 x float>, <4 x float>* undef, align 16 3711*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3712*9880d681SAndroid Build Coastguard Worker %vecext6274 = extractelement <4 x float> %tmp594, i32 1 3713*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3714*9880d681SAndroid Build Coastguard Worker %add6275 = fadd float %vecext6274, 0x402C666660000000 3715*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3716*9880d681SAndroid Build Coastguard Worker %tmp595 = load <4 x float>, <4 x float>* undef, align 16 3717*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3718*9880d681SAndroid Build Coastguard Worker %vecins6276 = insertelement <4 x float> %tmp595, float %add6275, i32 1 3719*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3720*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6276, <4 x float>* undef, align 16 3721*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3722*9880d681SAndroid Build Coastguard Worker %tmp596 = load <4 x float>, <4 x float>* undef, align 16 3723*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3724*9880d681SAndroid Build Coastguard Worker %vecext6277 = extractelement <4 x float> %tmp596, i32 2 3725*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3726*9880d681SAndroid Build Coastguard Worker %add6278 = fadd float %vecext6277, -8.450000e+01 3727*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3728*9880d681SAndroid Build Coastguard Worker %tmp597 = load <4 x float>, <4 x float>* undef, align 16 3729*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3730*9880d681SAndroid Build Coastguard Worker %vecins6279 = insertelement <4 x float> %tmp597, float %add6278, i32 2 3731*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3732*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6279, <4 x float>* undef, align 16 3733*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3734*9880d681SAndroid Build Coastguard Worker %tmp598 = load <4 x float>, <4 x float>* undef, align 16 3735*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3736*9880d681SAndroid Build Coastguard Worker %vecext6280 = extractelement <4 x float> %tmp598, i32 3 3737*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3738*9880d681SAndroid Build Coastguard Worker %add6281 = fadd float %vecext6280, 0xC07A133340000000 3739*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3740*9880d681SAndroid Build Coastguard Worker %vecins6282 = insertelement <4 x float> undef, float %add6281, i32 3 3741*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3742*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6282, <4 x float>* undef, align 16 3743*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3744*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4067ECCCC0000000, float 0xC040CCCCC0000000, float 0xC0762E6660000000, float -4.750000e+02>, <4 x float>* undef 3745*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3746*9880d681SAndroid Build Coastguard Worker %add6284 = fadd <4 x float> undef, undef 3747*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3748*9880d681SAndroid Build Coastguard Worker %vecext6285 = extractelement <4 x float> undef, i32 0 3749*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3750*9880d681SAndroid Build Coastguard Worker %add6289 = fadd float undef, 0xC0738999A0000000 3751*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3752*9880d681SAndroid Build Coastguard Worker %tmp599 = load <4 x float>, <4 x float>* undef, align 16 3753*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3754*9880d681SAndroid Build Coastguard Worker %vecins6293 = insertelement <4 x float> %tmp599, float undef, i32 2 3755*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3756*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6293, <4 x float>* undef, align 16 3757*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3758*9880d681SAndroid Build Coastguard Worker %tmp600 = load <4 x float>, <4 x float>* undef, align 16 3759*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3760*9880d681SAndroid Build Coastguard Worker %vecext6294 = extractelement <4 x float> %tmp600, i32 3 3761*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3762*9880d681SAndroid Build Coastguard Worker %add6295 = fadd float %vecext6294, 0xC01CCCCCC0000000 3763*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3764*9880d681SAndroid Build Coastguard Worker %vecins6296 = insertelement <4 x float> undef, float %add6295, i32 3 3765*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3766*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6296, <4 x float>* undef, align 16 3767*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3768*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40704199A0000000, float 0x40753CCCC0000000, float 0xC07E2199A0000000, float 0xC068833340000000>, <4 x float>* undef 3769*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3770*9880d681SAndroid Build Coastguard Worker %tmp601 = load <4 x float>, <4 x float>* undef 3771*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3772*9880d681SAndroid Build Coastguard Worker %add6298 = fadd <4 x float> undef, %tmp601 3773*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3774*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6298, <4 x float>* undef, align 16 3775*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3776*9880d681SAndroid Build Coastguard Worker %tmp602 = load <4 x float>, <4 x float>* undef, align 16 3777*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3778*9880d681SAndroid Build Coastguard Worker %vecext6299 = extractelement <4 x float> %tmp602, i32 0 3779*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3780*9880d681SAndroid Build Coastguard Worker %add6300 = fadd float %vecext6299, 0x4074B33340000000 3781*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3782*9880d681SAndroid Build Coastguard Worker %tmp603 = load <4 x float>, <4 x float>* undef, align 16 3783*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3784*9880d681SAndroid Build Coastguard Worker %vecins6301 = insertelement <4 x float> %tmp603, float %add6300, i32 0 3785*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3786*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6301, <4 x float>* undef, align 16 3787*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3788*9880d681SAndroid Build Coastguard Worker %tmp604 = load <4 x float>, <4 x float>* undef, align 16 3789*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3790*9880d681SAndroid Build Coastguard Worker %vecext6302 = extractelement <4 x float> %tmp604, i32 1 3791*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3792*9880d681SAndroid Build Coastguard Worker %add6303 = fadd float %vecext6302, 0xC05B333340000000 3793*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3794*9880d681SAndroid Build Coastguard Worker %tmp605 = load <4 x float>, <4 x float>* undef, align 16 3795*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3796*9880d681SAndroid Build Coastguard Worker %vecins6304 = insertelement <4 x float> %tmp605, float %add6303, i32 1 3797*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3798*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6304, <4 x float>* undef, align 16 3799*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3800*9880d681SAndroid Build Coastguard Worker %tmp606 = load <4 x float>, <4 x float>* undef, align 16 3801*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3802*9880d681SAndroid Build Coastguard Worker %vecext6305 = extractelement <4 x float> %tmp606, i32 2 3803*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3804*9880d681SAndroid Build Coastguard Worker %add6306 = fadd float %vecext6305, 0x4077E999A0000000 3805*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3806*9880d681SAndroid Build Coastguard Worker %vecins6307 = insertelement <4 x float> undef, float %add6306, i32 2 3807*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3808*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6307, <4 x float>* undef, align 16 3809*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3810*9880d681SAndroid Build Coastguard Worker %tmp607 = load <4 x float>, <4 x float>* undef, align 16 3811*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3812*9880d681SAndroid Build Coastguard Worker %vecext6308 = extractelement <4 x float> %tmp607, i32 3 3813*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3814*9880d681SAndroid Build Coastguard Worker %add6309 = fadd float %vecext6308, 0x40707E6660000000 3815*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3816*9880d681SAndroid Build Coastguard Worker %tmp608 = load <4 x float>, <4 x float>* undef, align 16 3817*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3818*9880d681SAndroid Build Coastguard Worker %vecins6310 = insertelement <4 x float> %tmp608, float %add6309, i32 3 3819*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3820*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6310, <4 x float>* undef, align 16 3821*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3822*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407A233340000000, float 0x406DA33340000000, float 3.725000e+02, float 0x40761199A0000000>, <4 x float>* undef 3823*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3824*9880d681SAndroid Build Coastguard Worker %tmp609 = load <4 x float>, <4 x float>* undef 3825*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3826*9880d681SAndroid Build Coastguard Worker %tmp610 = load <4 x float>, <4 x float>* undef, align 16 3827*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3828*9880d681SAndroid Build Coastguard Worker %add6312 = fadd <4 x float> %tmp610, %tmp609 3829*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3830*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6312, <4 x float>* undef, align 16 3831*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3832*9880d681SAndroid Build Coastguard Worker %tmp611 = load <4 x float>, <4 x float>* undef, align 16 3833*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3834*9880d681SAndroid Build Coastguard Worker %vecext6313 = extractelement <4 x float> %tmp611, i32 0 3835*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3836*9880d681SAndroid Build Coastguard Worker %add6314 = fadd float %vecext6313, 0xC07CF33340000000 3837*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3838*9880d681SAndroid Build Coastguard Worker %tmp612 = load <4 x float>, <4 x float>* undef, align 16 3839*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3840*9880d681SAndroid Build Coastguard Worker %vecins6315 = insertelement <4 x float> %tmp612, float %add6314, i32 0 3841*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3842*9880d681SAndroid Build Coastguard Worker %tmp613 = load <4 x float>, <4 x float>* undef, align 16 3843*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3844*9880d681SAndroid Build Coastguard Worker %vecext6655 = extractelement <4 x float> %tmp613, i32 2 3845*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3846*9880d681SAndroid Build Coastguard Worker %add6656 = fadd float %vecext6655, 2.185000e+02 3847*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3848*9880d681SAndroid Build Coastguard Worker %tmp614 = load <4 x float>, <4 x float>* undef, align 16 3849*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3850*9880d681SAndroid Build Coastguard Worker %vecins6657 = insertelement <4 x float> %tmp614, float %add6656, i32 2 3851*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3852*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6657, <4 x float>* undef, align 16 3853*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3854*9880d681SAndroid Build Coastguard Worker %vecins6660 = insertelement <4 x float> undef, float undef, i32 3 3855*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3856*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6660, <4 x float>* undef, align 16 3857*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3858*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC064E33340000000, float 0xC064833340000000, float 0xC0673CCCC0000000, float 0xC074266660000000>, <4 x float>* undef 3859*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3860*9880d681SAndroid Build Coastguard Worker %tmp615 = load <4 x float>, <4 x float>* undef, align 16 3861*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3862*9880d681SAndroid Build Coastguard Worker %vecext6663 = extractelement <4 x float> undef, i32 0 3863*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3864*9880d681SAndroid Build Coastguard Worker %add6664 = fadd float %vecext6663, 0xC05B7999A0000000 3865*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3866*9880d681SAndroid Build Coastguard Worker %tmp616 = load <4 x float>, <4 x float>* undef, align 16 3867*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3868*9880d681SAndroid Build Coastguard Worker %vecins6665 = insertelement <4 x float> %tmp616, float %add6664, i32 0 3869*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3870*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3871*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3872*9880d681SAndroid Build Coastguard Worker %tmp617 = load <4 x float>, <4 x float>* undef, align 16 3873*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3874*9880d681SAndroid Build Coastguard Worker %vecext6669 = extractelement <4 x float> %tmp617, i32 2 3875*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3876*9880d681SAndroid Build Coastguard Worker %tmp618 = load <4 x float>, <4 x float>* undef, align 16 3877*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3878*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3879*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3880*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07CC4CCC0000000, float 0x404EE66660000000, float 0xC0754CCCC0000000, float 0xC0744B3340000000>, <4 x float>* undef 3881*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3882*9880d681SAndroid Build Coastguard Worker %tmp619 = load <4 x float>, <4 x float>* undef, align 16 3883*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3884*9880d681SAndroid Build Coastguard Worker %add6676 = fadd <4 x float> %tmp619, undef 3885*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3886*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6676, <4 x float>* undef, align 16 3887*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3888*9880d681SAndroid Build Coastguard Worker %tmp620 = load <4 x float>, <4 x float>* undef, align 16 3889*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3890*9880d681SAndroid Build Coastguard Worker %vecext6677 = extractelement <4 x float> %tmp620, i32 0 3891*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3892*9880d681SAndroid Build Coastguard Worker %add6678 = fadd float %vecext6677, 0x4077F4CCC0000000 3893*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3894*9880d681SAndroid Build Coastguard Worker %tmp621 = load <4 x float>, <4 x float>* undef, align 16 3895*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3896*9880d681SAndroid Build Coastguard Worker %vecins6679 = insertelement <4 x float> %tmp621, float %add6678, i32 0 3897*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3898*9880d681SAndroid Build Coastguard Worker %vecext6680 = extractelement <4 x float> undef, i32 1 3899*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3900*9880d681SAndroid Build Coastguard Worker %add6681 = fadd float %vecext6680, 0x4061766660000000 3901*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3902*9880d681SAndroid Build Coastguard Worker %tmp622 = load <4 x float>, <4 x float>* undef, align 16 3903*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3904*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 3905*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3906*9880d681SAndroid Build Coastguard Worker %tmp623 = load <4 x float>, <4 x float>* undef, align 16 3907*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3908*9880d681SAndroid Build Coastguard Worker %vecext6683 = extractelement <4 x float> %tmp623, i32 2 3909*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3910*9880d681SAndroid Build Coastguard Worker %add6684 = fadd float %vecext6683, 0x40718999A0000000 3911*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3912*9880d681SAndroid Build Coastguard Worker %tmp624 = load <4 x float>, <4 x float>* undef, align 16 3913*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3914*9880d681SAndroid Build Coastguard Worker %vecins6685 = insertelement <4 x float> %tmp624, float %add6684, i32 2 3915*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3916*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6685, <4 x float>* undef, align 16 3917*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3918*9880d681SAndroid Build Coastguard Worker %tmp625 = load <4 x float>, <4 x float>* undef, align 16 3919*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3920*9880d681SAndroid Build Coastguard Worker %vecext6686 = extractelement <4 x float> %tmp625, i32 3 3921*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3922*9880d681SAndroid Build Coastguard Worker %add6687 = fadd float %vecext6686, 0x4076D66660000000 3923*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3924*9880d681SAndroid Build Coastguard Worker %tmp626 = load <4 x float>, <4 x float>* undef, align 16 3925*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3926*9880d681SAndroid Build Coastguard Worker %vecins6688 = insertelement <4 x float> %tmp626, float %add6687, i32 3 3927*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3928*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6688, <4 x float>* undef, align 16 3929*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3930*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 7.500000e+00, float 0x4077E33340000000, float 0xC0596CCCC0000000, float 0xC07D4E6660000000>, <4 x float>* undef 3931*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3932*9880d681SAndroid Build Coastguard Worker %tmp627 = load <4 x float>, <4 x float>* undef 3933*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3934*9880d681SAndroid Build Coastguard Worker %add6690 = fadd <4 x float> undef, %tmp627 3935*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3936*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6690, <4 x float>* undef, align 16 3937*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3938*9880d681SAndroid Build Coastguard Worker %tmp628 = load <4 x float>, <4 x float>* undef, align 16 3939*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3940*9880d681SAndroid Build Coastguard Worker %vecext6691 = extractelement <4 x float> %tmp628, i32 0 3941*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3942*9880d681SAndroid Build Coastguard Worker %add6692 = fadd float %vecext6691, 3.250000e+02 3943*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3944*9880d681SAndroid Build Coastguard Worker %tmp629 = load <4 x float>, <4 x float>* undef, align 16 3945*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3946*9880d681SAndroid Build Coastguard Worker %vecins6693 = insertelement <4 x float> %tmp629, float %add6692, i32 0 3947*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3948*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6693, <4 x float>* undef, align 16 3949*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3950*9880d681SAndroid Build Coastguard Worker %tmp630 = load <4 x float>, <4 x float>* undef, align 16 3951*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3952*9880d681SAndroid Build Coastguard Worker %vecext6694 = extractelement <4 x float> %tmp630, i32 1 3953*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3954*9880d681SAndroid Build Coastguard Worker %add6695 = fadd float %vecext6694, 0x407DF999A0000000 3955*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3956*9880d681SAndroid Build Coastguard Worker %tmp631 = load <4 x float>, <4 x float>* undef, align 16 3957*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3958*9880d681SAndroid Build Coastguard Worker %vecins6696 = insertelement <4 x float> %tmp631, float %add6695, i32 1 3959*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3960*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6696, <4 x float>* undef, align 16 3961*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3962*9880d681SAndroid Build Coastguard Worker %tmp632 = load <4 x float>, <4 x float>* undef, align 16 3963*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3964*9880d681SAndroid Build Coastguard Worker %vecext6697 = extractelement <4 x float> %tmp632, i32 2 3965*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3966*9880d681SAndroid Build Coastguard Worker %add6698 = fadd float %vecext6697, 0xC075FE6660000000 3967*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3968*9880d681SAndroid Build Coastguard Worker %tmp633 = load <4 x float>, <4 x float>* undef, align 16 3969*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3970*9880d681SAndroid Build Coastguard Worker %vecins6699 = insertelement <4 x float> %tmp633, float %add6698, i32 2 3971*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3972*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6699, <4 x float>* undef, align 16 3973*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3974*9880d681SAndroid Build Coastguard Worker %tmp634 = load <4 x float>, <4 x float>* undef, align 16 3975*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3976*9880d681SAndroid Build Coastguard Worker %vecext6700 = extractelement <4 x float> %tmp634, i32 3 3977*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3978*9880d681SAndroid Build Coastguard Worker %add6701 = fadd float %vecext6700, 0xC07BCE6660000000 3979*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3980*9880d681SAndroid Build Coastguard Worker %tmp635 = load <4 x float>, <4 x float>* undef, align 16 3981*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3982*9880d681SAndroid Build Coastguard Worker %vecins6702 = insertelement <4 x float> %tmp635, float %add6701, i32 3 3983*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3984*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6702, <4 x float>* undef, align 16 3985*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3986*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40772CCCC0000000, float 0xC0625CCCC0000000, float 6.200000e+01, float 0xC06ADCCCC0000000>, <4 x float>* undef 3987*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3988*9880d681SAndroid Build Coastguard Worker %tmp636 = load <4 x float>, <4 x float>* undef 3989*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3990*9880d681SAndroid Build Coastguard Worker %tmp637 = load <4 x float>, <4 x float>* undef, align 16 3991*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3992*9880d681SAndroid Build Coastguard Worker %vecins6707 = insertelement <4 x float> undef, float undef, i32 0 3993*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3994*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6707, <4 x float>* undef, align 16 3995*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3996*9880d681SAndroid Build Coastguard Worker %tmp638 = load <4 x float>, <4 x float>* undef, align 16 3997*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 3998*9880d681SAndroid Build Coastguard Worker %vecext6708 = extractelement <4 x float> %tmp638, i32 1 3999*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4000*9880d681SAndroid Build Coastguard Worker %tmp639 = load <4 x float>, <4 x float>* undef, align 16 4001*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4002*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4003*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4004*9880d681SAndroid Build Coastguard Worker %tmp640 = load <4 x float>, <4 x float>* undef, align 16 4005*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4006*9880d681SAndroid Build Coastguard Worker %vecext6714 = extractelement <4 x float> %tmp640, i32 3 4007*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4008*9880d681SAndroid Build Coastguard Worker %add6715 = fadd float %vecext6714, 0xC0537999A0000000 4009*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4010*9880d681SAndroid Build Coastguard Worker %tmp641 = load <4 x float>, <4 x float>* undef, align 16 4011*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4012*9880d681SAndroid Build Coastguard Worker %vecins6716 = insertelement <4 x float> %tmp641, float %add6715, i32 3 4013*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4014*9880d681SAndroid Build Coastguard Worker %vecext6719 = extractelement <4 x float> undef, i32 0 4015*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4016*9880d681SAndroid Build Coastguard Worker %add6720 = fadd float %vecext6719, 2.870000e+02 4017*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4018*9880d681SAndroid Build Coastguard Worker %tmp642 = load <4 x float>, <4 x float>* undef, align 16 4019*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4020*9880d681SAndroid Build Coastguard Worker %vecins6721 = insertelement <4 x float> %tmp642, float %add6720, i32 0 4021*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4022*9880d681SAndroid Build Coastguard Worker %tmp643 = load <4 x float>, <4 x float>* undef, align 16 4023*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4024*9880d681SAndroid Build Coastguard Worker %vecext6722 = extractelement <4 x float> %tmp643, i32 1 4025*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4026*9880d681SAndroid Build Coastguard Worker %add6723 = fadd float %vecext6722, 0xC07704CCC0000000 4027*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4028*9880d681SAndroid Build Coastguard Worker %tmp644 = load <4 x float>, <4 x float>* undef, align 16 4029*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4030*9880d681SAndroid Build Coastguard Worker %vecins6724 = insertelement <4 x float> %tmp644, float %add6723, i32 1 4031*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4032*9880d681SAndroid Build Coastguard Worker %tmp645 = load <4 x float>, <4 x float>* undef, align 16 4033*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4034*9880d681SAndroid Build Coastguard Worker %add6726 = fadd float undef, 0x4059B999A0000000 4035*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4036*9880d681SAndroid Build Coastguard Worker %tmp646 = load <4 x float>, <4 x float>* undef, align 16 4037*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4038*9880d681SAndroid Build Coastguard Worker %vecins6727 = insertelement <4 x float> %tmp646, float %add6726, i32 2 4039*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4040*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6727, <4 x float>* undef, align 16 4041*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4042*9880d681SAndroid Build Coastguard Worker %vecext6728 = extractelement <4 x float> undef, i32 3 4043*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4044*9880d681SAndroid Build Coastguard Worker %add6729 = fadd float %vecext6728, 0xC073466660000000 4045*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4046*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4047*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4048*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0309999A0000000, float -2.715000e+02, float 1.620000e+02, float 0x40674CCCC0000000>, <4 x float>* undef 4049*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4050*9880d681SAndroid Build Coastguard Worker %tmp647 = load <4 x float>, <4 x float>* undef 4051*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4052*9880d681SAndroid Build Coastguard Worker %tmp648 = load <4 x float>, <4 x float>* undef, align 16 4053*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4054*9880d681SAndroid Build Coastguard Worker %add6732 = fadd <4 x float> %tmp648, %tmp647 4055*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4056*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6732, <4 x float>* undef, align 16 4057*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4058*9880d681SAndroid Build Coastguard Worker %tmp649 = load <4 x float>, <4 x float>* undef, align 16 4059*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4060*9880d681SAndroid Build Coastguard Worker %vecext6733 = extractelement <4 x float> %tmp649, i32 0 4061*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4062*9880d681SAndroid Build Coastguard Worker %add6734 = fadd float %vecext6733, 0x4040733340000000 4063*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4064*9880d681SAndroid Build Coastguard Worker %tmp650 = load <4 x float>, <4 x float>* undef, align 16 4065*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4066*9880d681SAndroid Build Coastguard Worker %vecins6735 = insertelement <4 x float> %tmp650, float %add6734, i32 0 4067*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4068*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6735, <4 x float>* undef, align 16 4069*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4070*9880d681SAndroid Build Coastguard Worker %tmp651 = load <4 x float>, <4 x float>* undef, align 16 4071*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4072*9880d681SAndroid Build Coastguard Worker %vecext6736 = extractelement <4 x float> %tmp651, i32 1 4073*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4074*9880d681SAndroid Build Coastguard Worker %add6737 = fadd float %vecext6736, 0xC07B74CCC0000000 4075*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4076*9880d681SAndroid Build Coastguard Worker %tmp652 = load <4 x float>, <4 x float>* undef, align 16 4077*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4078*9880d681SAndroid Build Coastguard Worker %vecins6738 = insertelement <4 x float> %tmp652, float %add6737, i32 1 4079*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4080*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6738, <4 x float>* undef, align 16 4081*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4082*9880d681SAndroid Build Coastguard Worker %tmp653 = load <4 x float>, <4 x float>* undef, align 16 4083*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4084*9880d681SAndroid Build Coastguard Worker %vecext6739 = extractelement <4 x float> %tmp653, i32 2 4085*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4086*9880d681SAndroid Build Coastguard Worker %add6740 = fadd float %vecext6739, 0x40699CCCC0000000 4087*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4088*9880d681SAndroid Build Coastguard Worker %tmp654 = load <4 x float>, <4 x float>* undef, align 16 4089*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4090*9880d681SAndroid Build Coastguard Worker %vecins6741 = insertelement <4 x float> %tmp654, float %add6740, i32 2 4091*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4092*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6741, <4 x float>* undef, align 16 4093*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4094*9880d681SAndroid Build Coastguard Worker %tmp655 = load <4 x float>, <4 x float>* undef, align 16 4095*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4096*9880d681SAndroid Build Coastguard Worker %vecext6742 = extractelement <4 x float> %tmp655, i32 3 4097*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4098*9880d681SAndroid Build Coastguard Worker %add6743 = fadd float %vecext6742, 0x4078533340000000 4099*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4100*9880d681SAndroid Build Coastguard Worker %tmp656 = load <4 x float>, <4 x float>* undef, align 16 4101*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4102*9880d681SAndroid Build Coastguard Worker %vecins6744 = insertelement <4 x float> %tmp656, float %add6743, i32 3 4103*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4104*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6744, <4 x float>* undef, align 16 4105*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4106*9880d681SAndroid Build Coastguard Worker %tmp657 = load <4 x float>, <4 x float>* undef 4107*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4108*9880d681SAndroid Build Coastguard Worker %tmp658 = load <4 x float>, <4 x float>* undef, align 16 4109*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4110*9880d681SAndroid Build Coastguard Worker %add6746 = fadd <4 x float> %tmp658, %tmp657 4111*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4112*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6746, <4 x float>* undef, align 16 4113*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4114*9880d681SAndroid Build Coastguard Worker %tmp659 = load <4 x float>, <4 x float>* undef, align 16 4115*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4116*9880d681SAndroid Build Coastguard Worker %vecins6749 = insertelement <4 x float> undef, float undef, i32 0 4117*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4118*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6749, <4 x float>* undef, align 16 4119*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4120*9880d681SAndroid Build Coastguard Worker %tmp660 = load <4 x float>, <4 x float>* undef, align 16 4121*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4122*9880d681SAndroid Build Coastguard Worker %add6751 = fadd float undef, 0x4075DE6660000000 4123*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4124*9880d681SAndroid Build Coastguard Worker %vecins6752 = insertelement <4 x float> undef, float %add6751, i32 1 4125*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4126*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6752, <4 x float>* undef, align 16 4127*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4128*9880d681SAndroid Build Coastguard Worker %tmp661 = load <4 x float>, <4 x float>* undef, align 16 4129*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4130*9880d681SAndroid Build Coastguard Worker %vecext6753 = extractelement <4 x float> %tmp661, i32 2 4131*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4132*9880d681SAndroid Build Coastguard Worker %add6754 = fadd float %vecext6753, 0xC008CCCCC0000000 4133*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4134*9880d681SAndroid Build Coastguard Worker %vecins6755 = insertelement <4 x float> undef, float %add6754, i32 2 4135*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4136*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6755, <4 x float>* undef, align 16 4137*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4138*9880d681SAndroid Build Coastguard Worker %tmp662 = load <4 x float>, <4 x float>* undef, align 16 4139*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4140*9880d681SAndroid Build Coastguard Worker %vecext6756 = extractelement <4 x float> %tmp662, i32 3 4141*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4142*9880d681SAndroid Build Coastguard Worker %add6757 = fadd float %vecext6756, 0x406CA999A0000000 4143*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4144*9880d681SAndroid Build Coastguard Worker %tmp663 = load <4 x float>, <4 x float>* undef, align 16 4145*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4146*9880d681SAndroid Build Coastguard Worker %vecins6758 = insertelement <4 x float> %tmp663, float %add6757, i32 3 4147*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4148*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6758, <4 x float>* undef, align 16 4149*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4150*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x403D1999A0000000, float 0xC05F533340000000, float 3.945000e+02, float 3.950000e+01>, <4 x float>* undef 4151*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4152*9880d681SAndroid Build Coastguard Worker %tmp664 = load <4 x float>, <4 x float>* undef 4153*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4154*9880d681SAndroid Build Coastguard Worker %add6760 = fadd <4 x float> undef, %tmp664 4155*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4156*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6760, <4 x float>* undef, align 16 4157*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4158*9880d681SAndroid Build Coastguard Worker %tmp665 = load <4 x float>, <4 x float>* undef, align 16 4159*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4160*9880d681SAndroid Build Coastguard Worker %vecext6761 = extractelement <4 x float> %tmp665, i32 0 4161*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4162*9880d681SAndroid Build Coastguard Worker %add6762 = fadd float %vecext6761, 2.860000e+02 4163*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4164*9880d681SAndroid Build Coastguard Worker %vecins6763 = insertelement <4 x float> undef, float %add6762, i32 0 4165*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4166*9880d681SAndroid Build Coastguard Worker %tmp666 = load <4 x float>, <4 x float>* undef, align 16 4167*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4168*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4169*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4170*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC079BE6660000000, float 4.930000e+02, float 0x406CC33340000000, float 0xC062E999A0000000>, <4 x float>* undef 4171*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4172*9880d681SAndroid Build Coastguard Worker %tmp667 = load <4 x float>, <4 x float>* undef 4173*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4174*9880d681SAndroid Build Coastguard Worker %add6774 = fadd <4 x float> undef, %tmp667 4175*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4176*9880d681SAndroid Build Coastguard Worker %tmp668 = load <4 x float>, <4 x float>* undef, align 16 4177*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4178*9880d681SAndroid Build Coastguard Worker %vecext6775 = extractelement <4 x float> %tmp668, i32 0 4179*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4180*9880d681SAndroid Build Coastguard Worker %add6776 = fadd float %vecext6775, 0x407B8199A0000000 4181*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4182*9880d681SAndroid Build Coastguard Worker %tmp669 = load <4 x float>, <4 x float>* undef, align 16 4183*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4184*9880d681SAndroid Build Coastguard Worker %vecins6777 = insertelement <4 x float> %tmp669, float %add6776, i32 0 4185*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4186*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6777, <4 x float>* undef, align 16 4187*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4188*9880d681SAndroid Build Coastguard Worker %tmp670 = load <4 x float>, <4 x float>* undef, align 16 4189*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4190*9880d681SAndroid Build Coastguard Worker %vecext6778 = extractelement <4 x float> %tmp670, i32 1 4191*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4192*9880d681SAndroid Build Coastguard Worker %add6779 = fadd float %vecext6778, 0x401C666660000000 4193*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4194*9880d681SAndroid Build Coastguard Worker %tmp671 = load <4 x float>, <4 x float>* undef, align 16 4195*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4196*9880d681SAndroid Build Coastguard Worker %vecext6784 = extractelement <4 x float> %tmp671, i32 3 4197*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4198*9880d681SAndroid Build Coastguard Worker %vecins6875 = insertelement <4 x float> undef, float undef, i32 0 4199*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4200*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6875, <4 x float>* undef, align 16 4201*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4202*9880d681SAndroid Build Coastguard Worker %tmp672 = load <4 x float>, <4 x float>* undef, align 16 4203*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4204*9880d681SAndroid Build Coastguard Worker %vecext6876 = extractelement <4 x float> %tmp672, i32 1 4205*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4206*9880d681SAndroid Build Coastguard Worker %add6877 = fadd float %vecext6876, 0x4073A66660000000 4207*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4208*9880d681SAndroid Build Coastguard Worker %vecins6878 = insertelement <4 x float> undef, float %add6877, i32 1 4209*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4210*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6878, <4 x float>* undef, align 16 4211*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4212*9880d681SAndroid Build Coastguard Worker %add6888 = fadd float undef, 0x4057CCCCC0000000 4213*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4214*9880d681SAndroid Build Coastguard Worker %tmp673 = load <4 x float>, <4 x float>* undef, align 16 4215*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4216*9880d681SAndroid Build Coastguard Worker %vecins6889 = insertelement <4 x float> %tmp673, float %add6888, i32 0 4217*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4218*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6889, <4 x float>* undef, align 16 4219*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4220*9880d681SAndroid Build Coastguard Worker %tmp674 = load <4 x float>, <4 x float>* undef, align 16 4221*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4222*9880d681SAndroid Build Coastguard Worker %vecext6890 = extractelement <4 x float> %tmp674, i32 1 4223*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4224*9880d681SAndroid Build Coastguard Worker %add6891 = fadd float %vecext6890, -4.430000e+02 4225*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4226*9880d681SAndroid Build Coastguard Worker %tmp675 = load <4 x float>, <4 x float>* undef, align 16 4227*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4228*9880d681SAndroid Build Coastguard Worker %vecins6892 = insertelement <4 x float> %tmp675, float %add6891, i32 1 4229*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4230*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6892, <4 x float>* undef, align 16 4231*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4232*9880d681SAndroid Build Coastguard Worker %tmp676 = load <4 x float>, <4 x float>* undef, align 16 4233*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4234*9880d681SAndroid Build Coastguard Worker %vecext6893 = extractelement <4 x float> %tmp676, i32 2 4235*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4236*9880d681SAndroid Build Coastguard Worker %add6894 = fadd float %vecext6893, -3.280000e+02 4237*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4238*9880d681SAndroid Build Coastguard Worker %tmp677 = load <4 x float>, <4 x float>* undef, align 16 4239*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4240*9880d681SAndroid Build Coastguard Worker %vecins6895 = insertelement <4 x float> %tmp677, float %add6894, i32 2 4241*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4242*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6895, <4 x float>* undef, align 16 4243*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4244*9880d681SAndroid Build Coastguard Worker %tmp678 = load <4 x float>, <4 x float>* undef, align 16 4245*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4246*9880d681SAndroid Build Coastguard Worker %tmp679 = load <4 x float>, <4 x float>* undef 4247*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4248*9880d681SAndroid Build Coastguard Worker %tmp680 = load <4 x float>, <4 x float>* undef, align 16 4249*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4250*9880d681SAndroid Build Coastguard Worker %add6900 = fadd <4 x float> %tmp680, %tmp679 4251*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4252*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6900, <4 x float>* undef, align 16 4253*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4254*9880d681SAndroid Build Coastguard Worker %tmp681 = load <4 x float>, <4 x float>* undef, align 16 4255*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4256*9880d681SAndroid Build Coastguard Worker %vecext6901 = extractelement <4 x float> %tmp681, i32 0 4257*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4258*9880d681SAndroid Build Coastguard Worker %add6902 = fadd float %vecext6901, 0x4079DCCCC0000000 4259*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4260*9880d681SAndroid Build Coastguard Worker %tmp682 = load <4 x float>, <4 x float>* undef, align 16 4261*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4262*9880d681SAndroid Build Coastguard Worker %vecins6903 = insertelement <4 x float> %tmp682, float %add6902, i32 0 4263*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4264*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6903, <4 x float>* undef, align 16 4265*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4266*9880d681SAndroid Build Coastguard Worker %add6905 = fadd float undef, 0x4031B33340000000 4267*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4268*9880d681SAndroid Build Coastguard Worker %tmp683 = load <4 x float>, <4 x float>* undef, align 16 4269*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4270*9880d681SAndroid Build Coastguard Worker %vecins6906 = insertelement <4 x float> %tmp683, float %add6905, i32 1 4271*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4272*9880d681SAndroid Build Coastguard Worker %tmp684 = load <4 x float>, <4 x float>* undef, align 16 4273*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4274*9880d681SAndroid Build Coastguard Worker %vecins6912 = insertelement <4 x float> %tmp684, float undef, i32 3 4275*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4276*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 3.315000e+02, float 0xC066C999A0000000, float 0xC061F33340000000, float 0x4071166660000000>, <4 x float>* undef 4277*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4278*9880d681SAndroid Build Coastguard Worker %tmp685 = load <4 x float>, <4 x float>* undef 4279*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4280*9880d681SAndroid Build Coastguard Worker %tmp686 = load <4 x float>, <4 x float>* undef, align 16 4281*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4282*9880d681SAndroid Build Coastguard Worker %add6914 = fadd <4 x float> %tmp686, %tmp685 4283*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4284*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6914, <4 x float>* undef, align 16 4285*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4286*9880d681SAndroid Build Coastguard Worker %vecext6915 = extractelement <4 x float> undef, i32 0 4287*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4288*9880d681SAndroid Build Coastguard Worker %vecins6920 = insertelement <4 x float> undef, float undef, i32 1 4289*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4290*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6920, <4 x float>* undef, align 16 4291*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4292*9880d681SAndroid Build Coastguard Worker %vecext6921 = extractelement <4 x float> undef, i32 2 4293*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4294*9880d681SAndroid Build Coastguard Worker %add6922 = fadd float %vecext6921, 0xC064066660000000 4295*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4296*9880d681SAndroid Build Coastguard Worker %tmp687 = load <4 x float>, <4 x float>* undef, align 16 4297*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4298*9880d681SAndroid Build Coastguard Worker %vecins6926 = insertelement <4 x float> %tmp687, float undef, i32 3 4299*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4300*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6926, <4 x float>* undef, align 16 4301*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4302*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC03C4CCCC0000000, float 0xC07E5199A0000000, float -8.250000e+01, float 0xC043B33340000000>, <4 x float>* undef 4303*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4304*9880d681SAndroid Build Coastguard Worker %tmp688 = load <4 x float>, <4 x float>* undef 4305*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4306*9880d681SAndroid Build Coastguard Worker %tmp689 = load <4 x float>, <4 x float>* undef, align 16 4307*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4308*9880d681SAndroid Build Coastguard Worker %add6928 = fadd <4 x float> %tmp689, %tmp688 4309*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4310*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6928, <4 x float>* undef, align 16 4311*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4312*9880d681SAndroid Build Coastguard Worker %add6930 = fadd float undef, -4.590000e+02 4313*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4314*9880d681SAndroid Build Coastguard Worker %vecins6931 = insertelement <4 x float> undef, float %add6930, i32 0 4315*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4316*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6931, <4 x float>* undef, align 16 4317*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4318*9880d681SAndroid Build Coastguard Worker %tmp690 = load <4 x float>, <4 x float>* undef, align 16 4319*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4320*9880d681SAndroid Build Coastguard Worker %vecext6932 = extractelement <4 x float> %tmp690, i32 1 4321*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4322*9880d681SAndroid Build Coastguard Worker %add6933 = fadd float %vecext6932, 0xC063F999A0000000 4323*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4324*9880d681SAndroid Build Coastguard Worker %tmp691 = load <4 x float>, <4 x float>* undef, align 16 4325*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4326*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4327*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4328*9880d681SAndroid Build Coastguard Worker %tmp692 = load <4 x float>, <4 x float>* undef, align 16 4329*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4330*9880d681SAndroid Build Coastguard Worker %vecext6935 = extractelement <4 x float> %tmp692, i32 2 4331*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4332*9880d681SAndroid Build Coastguard Worker %add6936 = fadd float %vecext6935, -3.335000e+02 4333*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4334*9880d681SAndroid Build Coastguard Worker %tmp693 = load <4 x float>, <4 x float>* undef, align 16 4335*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4336*9880d681SAndroid Build Coastguard Worker %vecins6937 = insertelement <4 x float> %tmp693, float %add6936, i32 2 4337*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4338*9880d681SAndroid Build Coastguard Worker %tmp694 = load <4 x float>, <4 x float>* undef, align 16 4339*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4340*9880d681SAndroid Build Coastguard Worker %vecext6938 = extractelement <4 x float> %tmp694, i32 3 4341*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4342*9880d681SAndroid Build Coastguard Worker %add6939 = fadd float %vecext6938, 0x405F3999A0000000 4343*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4344*9880d681SAndroid Build Coastguard Worker %add6942 = fadd <4 x float> undef, undef 4345*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4346*9880d681SAndroid Build Coastguard Worker %vecext6943 = extractelement <4 x float> undef, i32 0 4347*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4348*9880d681SAndroid Build Coastguard Worker %add6944 = fadd float %vecext6943, 0x40530CCCC0000000 4349*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4350*9880d681SAndroid Build Coastguard Worker %tmp695 = load <4 x float>, <4 x float>* undef, align 16 4351*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4352*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4353*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4354*9880d681SAndroid Build Coastguard Worker %add6950 = fadd float undef, 0xC078F33340000000 4355*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4356*9880d681SAndroid Build Coastguard Worker %tmp696 = load <4 x float>, <4 x float>* undef, align 16 4357*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4358*9880d681SAndroid Build Coastguard Worker %vecins6951 = insertelement <4 x float> %tmp696, float %add6950, i32 2 4359*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4360*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6951, <4 x float>* undef, align 16 4361*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4362*9880d681SAndroid Build Coastguard Worker %tmp697 = load <4 x float>, <4 x float>* undef, align 16 4363*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4364*9880d681SAndroid Build Coastguard Worker %vecext6952 = extractelement <4 x float> %tmp697, i32 3 4365*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4366*9880d681SAndroid Build Coastguard Worker %add6953 = fadd float %vecext6952, 0xC06E5999A0000000 4367*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4368*9880d681SAndroid Build Coastguard Worker %tmp698 = load <4 x float>, <4 x float>* undef, align 16 4369*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4370*9880d681SAndroid Build Coastguard Worker %vecins6954 = insertelement <4 x float> %tmp698, float %add6953, i32 3 4371*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4372*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6954, <4 x float>* undef, align 16 4373*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4374*9880d681SAndroid Build Coastguard Worker %tmp699 = load <4 x float>, <4 x float>* undef 4375*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4376*9880d681SAndroid Build Coastguard Worker %tmp700 = load <4 x float>, <4 x float>* undef, align 16 4377*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4378*9880d681SAndroid Build Coastguard Worker %add6956 = fadd <4 x float> %tmp700, %tmp699 4379*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4380*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6956, <4 x float>* undef, align 16 4381*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4382*9880d681SAndroid Build Coastguard Worker %tmp701 = load <4 x float>, <4 x float>* undef, align 16 4383*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4384*9880d681SAndroid Build Coastguard Worker %vecext6957 = extractelement <4 x float> %tmp701, i32 0 4385*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4386*9880d681SAndroid Build Coastguard Worker %add6958 = fadd float %vecext6957, 0xC077633340000000 4387*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4388*9880d681SAndroid Build Coastguard Worker %tmp702 = load <4 x float>, <4 x float>* undef, align 16 4389*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4390*9880d681SAndroid Build Coastguard Worker %vecins6959 = insertelement <4 x float> %tmp702, float %add6958, i32 0 4391*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4392*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6959, <4 x float>* undef, align 16 4393*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4394*9880d681SAndroid Build Coastguard Worker %tmp703 = load <4 x float>, <4 x float>* undef, align 16 4395*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4396*9880d681SAndroid Build Coastguard Worker %vecext6963 = extractelement <4 x float> %tmp703, i32 2 4397*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4398*9880d681SAndroid Build Coastguard Worker %add6964 = fadd float %vecext6963, 0x4068666660000000 4399*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4400*9880d681SAndroid Build Coastguard Worker %tmp704 = load <4 x float>, <4 x float>* undef, align 16 4401*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4402*9880d681SAndroid Build Coastguard Worker %vecins6965 = insertelement <4 x float> %tmp704, float %add6964, i32 2 4403*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4404*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6965, <4 x float>* undef, align 16 4405*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4406*9880d681SAndroid Build Coastguard Worker %add6975 = fadd float undef, 0x406AF33340000000 4407*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4408*9880d681SAndroid Build Coastguard Worker %tmp705 = load <4 x float>, <4 x float>* undef, align 16 4409*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4410*9880d681SAndroid Build Coastguard Worker %vecins6976 = insertelement <4 x float> %tmp705, float %add6975, i32 1 4411*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4412*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6976, <4 x float>* undef, align 16 4413*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4414*9880d681SAndroid Build Coastguard Worker %tmp706 = load <4 x float>, <4 x float>* undef, align 16 4415*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4416*9880d681SAndroid Build Coastguard Worker %tmp707 = load <4 x float>, <4 x float>* undef, align 16 4417*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4418*9880d681SAndroid Build Coastguard Worker %add6984 = fadd <4 x float> %tmp707, undef 4419*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4420*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6984, <4 x float>* undef, align 16 4421*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4422*9880d681SAndroid Build Coastguard Worker %tmp708 = load <4 x float>, <4 x float>* undef, align 16 4423*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4424*9880d681SAndroid Build Coastguard Worker %vecext6985 = extractelement <4 x float> %tmp708, i32 0 4425*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4426*9880d681SAndroid Build Coastguard Worker %add6986 = fadd float %vecext6985, 0xC05E266660000000 4427*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4428*9880d681SAndroid Build Coastguard Worker %tmp709 = load <4 x float>, <4 x float>* undef, align 16 4429*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4430*9880d681SAndroid Build Coastguard Worker %vecins6987 = insertelement <4 x float> %tmp709, float %add6986, i32 0 4431*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4432*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6987, <4 x float>* undef, align 16 4433*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4434*9880d681SAndroid Build Coastguard Worker %tmp710 = load <4 x float>, <4 x float>* undef, align 16 4435*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4436*9880d681SAndroid Build Coastguard Worker %vecext6988 = extractelement <4 x float> %tmp710, i32 1 4437*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4438*9880d681SAndroid Build Coastguard Worker %add6989 = fadd float %vecext6988, 0x40706E6660000000 4439*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4440*9880d681SAndroid Build Coastguard Worker %tmp711 = load <4 x float>, <4 x float>* undef, align 16 4441*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4442*9880d681SAndroid Build Coastguard Worker %vecins6996 = insertelement <4 x float> %tmp711, float undef, i32 3 4443*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4444*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins6996, <4 x float>* undef, align 16 4445*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4446*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4077A4CCC0000000, float 0xC0757199A0000000, float 0xC072F4CCC0000000, float 0xC071DCCCC0000000>, <4 x float>* undef 4447*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4448*9880d681SAndroid Build Coastguard Worker %tmp712 = load <4 x float>, <4 x float>* undef 4449*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4450*9880d681SAndroid Build Coastguard Worker %tmp713 = load <4 x float>, <4 x float>* undef, align 16 4451*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4452*9880d681SAndroid Build Coastguard Worker %add6998 = fadd <4 x float> %tmp713, %tmp712 4453*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4454*9880d681SAndroid Build Coastguard Worker store <4 x float> %add6998, <4 x float>* undef, align 16 4455*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4456*9880d681SAndroid Build Coastguard Worker %tmp714 = load <4 x float>, <4 x float>* undef, align 16 4457*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4458*9880d681SAndroid Build Coastguard Worker %vecext6999 = extractelement <4 x float> %tmp714, i32 0 4459*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4460*9880d681SAndroid Build Coastguard Worker %add7000 = fadd float %vecext6999, 0x4076233340000000 4461*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4462*9880d681SAndroid Build Coastguard Worker %tmp715 = load <4 x float>, <4 x float>* undef, align 16 4463*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4464*9880d681SAndroid Build Coastguard Worker %vecins7001 = insertelement <4 x float> %tmp715, float %add7000, i32 0 4465*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4466*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7001, <4 x float>* undef, align 16 4467*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4468*9880d681SAndroid Build Coastguard Worker %tmp716 = load <4 x float>, <4 x float>* undef, align 16 4469*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4470*9880d681SAndroid Build Coastguard Worker %vecext7002 = extractelement <4 x float> %tmp716, i32 1 4471*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4472*9880d681SAndroid Build Coastguard Worker %add7003 = fadd float %vecext7002, 0x403BCCCCC0000000 4473*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4474*9880d681SAndroid Build Coastguard Worker %tmp717 = load <4 x float>, <4 x float>* undef, align 16 4475*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4476*9880d681SAndroid Build Coastguard Worker %vecins7004 = insertelement <4 x float> %tmp717, float %add7003, i32 1 4477*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4478*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4479*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4480*9880d681SAndroid Build Coastguard Worker %tmp718 = load <4 x float>, <4 x float>* undef, align 16 4481*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4482*9880d681SAndroid Build Coastguard Worker %add7140 = fadd float undef, 0x403D333340000000 4483*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4484*9880d681SAndroid Build Coastguard Worker %vecins7141 = insertelement <4 x float> undef, float %add7140, i32 0 4485*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4486*9880d681SAndroid Build Coastguard Worker %vecext7142 = extractelement <4 x float> undef, i32 1 4487*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4488*9880d681SAndroid Build Coastguard Worker %add7143 = fadd float %vecext7142, 0xC058F999A0000000 4489*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4490*9880d681SAndroid Build Coastguard Worker %vecins7144 = insertelement <4 x float> undef, float %add7143, i32 1 4491*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4492*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4493*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4494*9880d681SAndroid Build Coastguard Worker %tmp719 = load <4 x float>, <4 x float>* undef, align 16 4495*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4496*9880d681SAndroid Build Coastguard Worker %vecext7148 = extractelement <4 x float> %tmp719, i32 3 4497*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4498*9880d681SAndroid Build Coastguard Worker %add7149 = fadd float %vecext7148, 0x4075333340000000 4499*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4500*9880d681SAndroid Build Coastguard Worker %tmp720 = load <4 x float>, <4 x float>* undef, align 16 4501*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4502*9880d681SAndroid Build Coastguard Worker %vecins7150 = insertelement <4 x float> %tmp720, float %add7149, i32 3 4503*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4504*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7150, <4 x float>* undef, align 16 4505*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4506*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 1.700000e+02, float 0xC077B4CCC0000000, float 0x40625999A0000000, float 0x406C166660000000>, <4 x float>* undef 4507*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4508*9880d681SAndroid Build Coastguard Worker %tmp721 = load <4 x float>, <4 x float>* undef, align 16 4509*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4510*9880d681SAndroid Build Coastguard Worker %add7152 = fadd <4 x float> %tmp721, undef 4511*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4512*9880d681SAndroid Build Coastguard Worker store <4 x float> %add7152, <4 x float>* undef, align 16 4513*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4514*9880d681SAndroid Build Coastguard Worker %vecext7156 = extractelement <4 x float> undef, i32 1 4515*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4516*9880d681SAndroid Build Coastguard Worker %add7157 = fadd float %vecext7156, 0xC05F533340000000 4517*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4518*9880d681SAndroid Build Coastguard Worker %tmp722 = load <4 x float>, <4 x float>* undef, align 16 4519*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4520*9880d681SAndroid Build Coastguard Worker %vecins7158 = insertelement <4 x float> %tmp722, float %add7157, i32 1 4521*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4522*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7158, <4 x float>* undef, align 16 4523*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4524*9880d681SAndroid Build Coastguard Worker %tmp723 = load <4 x float>, <4 x float>* undef, align 16 4525*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4526*9880d681SAndroid Build Coastguard Worker %vecext7159 = extractelement <4 x float> %tmp723, i32 2 4527*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4528*9880d681SAndroid Build Coastguard Worker %add7160 = fadd float %vecext7159, 0x407A5999A0000000 4529*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4530*9880d681SAndroid Build Coastguard Worker %tmp724 = load <4 x float>, <4 x float>* undef, align 16 4531*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4532*9880d681SAndroid Build Coastguard Worker %vecins7161 = insertelement <4 x float> %tmp724, float %add7160, i32 2 4533*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4534*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7161, <4 x float>* undef, align 16 4535*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4536*9880d681SAndroid Build Coastguard Worker %add7168 = fadd float undef, 0xC072F199A0000000 4537*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4538*9880d681SAndroid Build Coastguard Worker %tmp725 = load <4 x float>, <4 x float>* undef, align 16 4539*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4540*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4541*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4542*9880d681SAndroid Build Coastguard Worker %vecext7170 = extractelement <4 x float> undef, i32 1 4543*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4544*9880d681SAndroid Build Coastguard Worker %add7171 = fadd float %vecext7170, 0x406AACCCC0000000 4545*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4546*9880d681SAndroid Build Coastguard Worker %vecins7172 = insertelement <4 x float> undef, float %add7171, i32 1 4547*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4548*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7172, <4 x float>* undef, align 16 4549*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4550*9880d681SAndroid Build Coastguard Worker %vecext7173 = extractelement <4 x float> undef, i32 2 4551*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4552*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4553*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4554*9880d681SAndroid Build Coastguard Worker %tmp726 = load <4 x float>, <4 x float>* undef, align 16 4555*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4556*9880d681SAndroid Build Coastguard Worker %vecext7419 = extractelement <4 x float> %tmp726, i32 0 4557*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4558*9880d681SAndroid Build Coastguard Worker %add7420 = fadd float %vecext7419, 0x404EA66660000000 4559*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4560*9880d681SAndroid Build Coastguard Worker %vecins7421 = insertelement <4 x float> undef, float %add7420, i32 0 4561*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4562*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7421, <4 x float>* undef, align 16 4563*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4564*9880d681SAndroid Build Coastguard Worker %tmp727 = load <4 x float>, <4 x float>* undef, align 16 4565*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4566*9880d681SAndroid Build Coastguard Worker %vecext7422 = extractelement <4 x float> %tmp727, i32 1 4567*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4568*9880d681SAndroid Build Coastguard Worker %add7423 = fadd float %vecext7422, 4.800000e+02 4569*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4570*9880d681SAndroid Build Coastguard Worker %tmp728 = load <4 x float>, <4 x float>* undef, align 16 4571*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4572*9880d681SAndroid Build Coastguard Worker %vecins7424 = insertelement <4 x float> %tmp728, float %add7423, i32 1 4573*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4574*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7424, <4 x float>* undef, align 16 4575*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4576*9880d681SAndroid Build Coastguard Worker %tmp729 = load <4 x float>, <4 x float>* undef, align 16 4577*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4578*9880d681SAndroid Build Coastguard Worker %vecext7425 = extractelement <4 x float> %tmp729, i32 2 4579*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4580*9880d681SAndroid Build Coastguard Worker %add7426 = fadd float %vecext7425, 0xC072C999A0000000 4581*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4582*9880d681SAndroid Build Coastguard Worker %tmp730 = load <4 x float>, <4 x float>* undef, align 16 4583*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4584*9880d681SAndroid Build Coastguard Worker %vecins7427 = insertelement <4 x float> %tmp730, float %add7426, i32 2 4585*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4586*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7427, <4 x float>* undef, align 16 4587*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4588*9880d681SAndroid Build Coastguard Worker %vecext7428 = extractelement <4 x float> undef, i32 3 4589*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4590*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4591*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4592*9880d681SAndroid Build Coastguard Worker %tmp731 = load <4 x float>, <4 x float>* undef, align 16 4593*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4594*9880d681SAndroid Build Coastguard Worker %vecext7568 = extractelement <4 x float> %tmp731, i32 3 4595*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4596*9880d681SAndroid Build Coastguard Worker %add7569 = fadd float %vecext7568, 1.090000e+02 4597*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4598*9880d681SAndroid Build Coastguard Worker %tmp732 = load <4 x float>, <4 x float>* undef, align 16 4599*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4600*9880d681SAndroid Build Coastguard Worker %vecins7570 = insertelement <4 x float> %tmp732, float %add7569, i32 3 4601*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4602*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7570, <4 x float>* undef, align 16 4603*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4604*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40745199A0000000, float 0xC0411999A0000000, float -5.650000e+01, float -4.005000e+02>, <4 x float>* undef 4605*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4606*9880d681SAndroid Build Coastguard Worker %tmp733 = load <4 x float>, <4 x float>* undef 4607*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4608*9880d681SAndroid Build Coastguard Worker %tmp734 = load <4 x float>, <4 x float>* undef, align 16 4609*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4610*9880d681SAndroid Build Coastguard Worker %add7572 = fadd <4 x float> %tmp734, %tmp733 4611*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4612*9880d681SAndroid Build Coastguard Worker store <4 x float> %add7572, <4 x float>* undef, align 16 4613*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4614*9880d681SAndroid Build Coastguard Worker %vecext7573 = extractelement <4 x float> undef, i32 0 4615*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4616*9880d681SAndroid Build Coastguard Worker %add7574 = fadd float %vecext7573, -3.920000e+02 4617*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4618*9880d681SAndroid Build Coastguard Worker %tmp735 = load <4 x float>, <4 x float>* undef, align 16 4619*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4620*9880d681SAndroid Build Coastguard Worker %vecins7575 = insertelement <4 x float> %tmp735, float %add7574, i32 0 4621*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4622*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7575, <4 x float>* undef, align 16 4623*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4624*9880d681SAndroid Build Coastguard Worker %tmp736 = load <4 x float>, <4 x float>* undef, align 16 4625*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4626*9880d681SAndroid Build Coastguard Worker %add7577 = fadd float undef, 0xC051666660000000 4627*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4628*9880d681SAndroid Build Coastguard Worker %tmp737 = load <4 x float>, <4 x float>* undef, align 16 4629*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4630*9880d681SAndroid Build Coastguard Worker %tmp738 = load <4 x float>, <4 x float>* undef, align 16 4631*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4632*9880d681SAndroid Build Coastguard Worker %vecext7579 = extractelement <4 x float> %tmp738, i32 2 4633*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4634*9880d681SAndroid Build Coastguard Worker %add7580 = fadd float %vecext7579, 0x407E9199A0000000 4635*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4636*9880d681SAndroid Build Coastguard Worker %vecins7581 = insertelement <4 x float> undef, float %add7580, i32 2 4637*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4638*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7581, <4 x float>* undef, align 16 4639*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4640*9880d681SAndroid Build Coastguard Worker %tmp739 = load <4 x float>, <4 x float>* undef, align 16 4641*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4642*9880d681SAndroid Build Coastguard Worker %vecext7582 = extractelement <4 x float> %tmp739, i32 3 4643*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4644*9880d681SAndroid Build Coastguard Worker %add7583 = fadd float %vecext7582, 2.760000e+02 4645*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4646*9880d681SAndroid Build Coastguard Worker %tmp740 = load <4 x float>, <4 x float>* undef, align 16 4647*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4648*9880d681SAndroid Build Coastguard Worker %vecins7584 = insertelement <4 x float> %tmp740, float %add7583, i32 3 4649*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4650*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC057533340000000, float 0x4060A33340000000, float 0x40791E6660000000, float 2.455000e+02>, <4 x float>* undef 4651*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4652*9880d681SAndroid Build Coastguard Worker %tmp741 = load <4 x float>, <4 x float>* undef 4653*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4654*9880d681SAndroid Build Coastguard Worker %tmp742 = load <4 x float>, <4 x float>* undef, align 16 4655*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4656*9880d681SAndroid Build Coastguard Worker %add7586 = fadd <4 x float> %tmp742, %tmp741 4657*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4658*9880d681SAndroid Build Coastguard Worker store <4 x float> %add7586, <4 x float>* undef, align 16 4659*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4660*9880d681SAndroid Build Coastguard Worker %tmp743 = load <4 x float>, <4 x float>* undef, align 16 4661*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4662*9880d681SAndroid Build Coastguard Worker %vecext7587 = extractelement <4 x float> %tmp743, i32 0 4663*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4664*9880d681SAndroid Build Coastguard Worker %add7588 = fadd float %vecext7587, 6.100000e+01 4665*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4666*9880d681SAndroid Build Coastguard Worker %tmp744 = load <4 x float>, <4 x float>* undef, align 16 4667*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4668*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4669*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4670*9880d681SAndroid Build Coastguard Worker %tmp745 = load <4 x float>, <4 x float>* undef, align 16 4671*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4672*9880d681SAndroid Build Coastguard Worker %vecext7590 = extractelement <4 x float> %tmp745, i32 1 4673*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4674*9880d681SAndroid Build Coastguard Worker %add7591 = fadd float %vecext7590, -3.935000e+02 4675*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4676*9880d681SAndroid Build Coastguard Worker %tmp746 = load <4 x float>, <4 x float>* undef, align 16 4677*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4678*9880d681SAndroid Build Coastguard Worker %vecins7592 = insertelement <4 x float> %tmp746, float %add7591, i32 1 4679*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4680*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7592, <4 x float>* undef, align 16 4681*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4682*9880d681SAndroid Build Coastguard Worker %tmp747 = load <4 x float>, <4 x float>* undef, align 16 4683*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4684*9880d681SAndroid Build Coastguard Worker %vecext7593 = extractelement <4 x float> %tmp747, i32 2 4685*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4686*9880d681SAndroid Build Coastguard Worker %vecins7595 = insertelement <4 x float> undef, float undef, i32 2 4687*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4688*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7595, <4 x float>* undef, align 16 4689*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4690*9880d681SAndroid Build Coastguard Worker %tmp748 = load <4 x float>, <4 x float>* undef, align 16 4691*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4692*9880d681SAndroid Build Coastguard Worker %vecext7596 = extractelement <4 x float> %tmp748, i32 3 4693*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4694*9880d681SAndroid Build Coastguard Worker %add7597 = fadd float %vecext7596, 0x407E666660000000 4695*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4696*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x406A766660000000, float 0xBFC99999A0000000, float 0xC0751B3340000000, float -4.075000e+02>, <4 x float>* undef 4697*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4698*9880d681SAndroid Build Coastguard Worker %tmp749 = load <4 x float>, <4 x float>* undef, align 16 4699*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4700*9880d681SAndroid Build Coastguard Worker %add7616 = fadd float undef, 0xC04DE66660000000 4701*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4702*9880d681SAndroid Build Coastguard Worker %tmp750 = load <4 x float>, <4 x float>* undef, align 16 4703*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4704*9880d681SAndroid Build Coastguard Worker %vecins7617 = insertelement <4 x float> %tmp750, float %add7616, i32 0 4705*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4706*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7617, <4 x float>* undef, align 16 4707*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4708*9880d681SAndroid Build Coastguard Worker %tmp751 = load <4 x float>, <4 x float>* undef, align 16 4709*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4710*9880d681SAndroid Build Coastguard Worker %vecext7618 = extractelement <4 x float> %tmp751, i32 1 4711*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4712*9880d681SAndroid Build Coastguard Worker %add7619 = fadd float %vecext7618, 6.050000e+01 4713*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4714*9880d681SAndroid Build Coastguard Worker %tmp752 = load <4 x float>, <4 x float>* undef, align 16 4715*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4716*9880d681SAndroid Build Coastguard Worker %vecins7620 = insertelement <4 x float> %tmp752, float %add7619, i32 1 4717*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4718*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7620, <4 x float>* undef, align 16 4719*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4720*9880d681SAndroid Build Coastguard Worker %tmp753 = load <4 x float>, <4 x float>* undef, align 16 4721*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4722*9880d681SAndroid Build Coastguard Worker %add7622 = fadd float undef, 0xC054B999A0000000 4723*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4724*9880d681SAndroid Build Coastguard Worker %tmp754 = load <4 x float>, <4 x float>* undef, align 16 4725*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4726*9880d681SAndroid Build Coastguard Worker %vecins7626 = insertelement <4 x float> undef, float undef, i32 3 4727*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4728*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7626, <4 x float>* undef, align 16 4729*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4730*9880d681SAndroid Build Coastguard Worker %tmp755 = load <4 x float>, <4 x float>* undef 4731*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4732*9880d681SAndroid Build Coastguard Worker %tmp756 = load <4 x float>, <4 x float>* undef, align 16 4733*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4734*9880d681SAndroid Build Coastguard Worker %add7628 = fadd <4 x float> %tmp756, %tmp755 4735*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4736*9880d681SAndroid Build Coastguard Worker store <4 x float> %add7628, <4 x float>* undef, align 16 4737*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4738*9880d681SAndroid Build Coastguard Worker %tmp757 = load <4 x float>, <4 x float>* undef, align 16 4739*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4740*9880d681SAndroid Build Coastguard Worker %vecext7629 = extractelement <4 x float> %tmp757, i32 0 4741*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4742*9880d681SAndroid Build Coastguard Worker %add7630 = fadd float %vecext7629, 0xC05E2CCCC0000000 4743*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4744*9880d681SAndroid Build Coastguard Worker %tmp758 = load <4 x float>, <4 x float>* undef, align 16 4745*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4746*9880d681SAndroid Build Coastguard Worker %vecins7631 = insertelement <4 x float> %tmp758, float %add7630, i32 0 4747*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4748*9880d681SAndroid Build Coastguard Worker %add7639 = fadd float undef, 0x407C5999A0000000 4749*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4750*9880d681SAndroid Build Coastguard Worker %tmp759 = load <4 x float>, <4 x float>* undef, align 16 4751*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4752*9880d681SAndroid Build Coastguard Worker %vecins7640 = insertelement <4 x float> %tmp759, float %add7639, i32 3 4753*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4754*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x406AA66660000000, float 0x4067C66660000000, float 0xC054866660000000, float -2.400000e+01>, <4 x float>* undef 4755*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4756*9880d681SAndroid Build Coastguard Worker %tmp760 = load <4 x float>, <4 x float>* undef, align 16 4757*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4758*9880d681SAndroid Build Coastguard Worker %add7642 = fadd <4 x float> %tmp760, undef 4759*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4760*9880d681SAndroid Build Coastguard Worker %tmp761 = load <4 x float>, <4 x float>* undef, align 16 4761*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4762*9880d681SAndroid Build Coastguard Worker %add7644 = fadd float undef, 0xC0758999A0000000 4763*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4764*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4765*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4766*9880d681SAndroid Build Coastguard Worker %tmp762 = load <4 x float>, <4 x float>* undef, align 16 4767*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4768*9880d681SAndroid Build Coastguard Worker %vecext7646 = extractelement <4 x float> %tmp762, i32 1 4769*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4770*9880d681SAndroid Build Coastguard Worker %add7647 = fadd float %vecext7646, 0xC07A3B3340000000 4771*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4772*9880d681SAndroid Build Coastguard Worker %tmp763 = load <4 x float>, <4 x float>* undef, align 16 4773*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4774*9880d681SAndroid Build Coastguard Worker %vecins7648 = insertelement <4 x float> %tmp763, float %add7647, i32 1 4775*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4776*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7648, <4 x float>* undef, align 16 4777*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4778*9880d681SAndroid Build Coastguard Worker %tmp764 = load <4 x float>, <4 x float>* undef, align 16 4779*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4780*9880d681SAndroid Build Coastguard Worker %vecext7649 = extractelement <4 x float> %tmp764, i32 2 4781*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4782*9880d681SAndroid Build Coastguard Worker %add7650 = fadd float %vecext7649, 0x40760CCCC0000000 4783*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4784*9880d681SAndroid Build Coastguard Worker %tmp765 = load <4 x float>, <4 x float>* undef, align 16 4785*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4786*9880d681SAndroid Build Coastguard Worker %vecins7651 = insertelement <4 x float> %tmp765, float %add7650, i32 2 4787*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4788*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7651, <4 x float>* undef, align 16 4789*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4790*9880d681SAndroid Build Coastguard Worker %tmp766 = load <4 x float>, <4 x float>* undef, align 16 4791*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4792*9880d681SAndroid Build Coastguard Worker %vecext7652 = extractelement <4 x float> %tmp766, i32 3 4793*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4794*9880d681SAndroid Build Coastguard Worker %add7653 = fadd float %vecext7652, 0x40620CCCC0000000 4795*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4796*9880d681SAndroid Build Coastguard Worker %tmp767 = load <4 x float>, <4 x float>* undef, align 16 4797*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4798*9880d681SAndroid Build Coastguard Worker %vecins7654 = insertelement <4 x float> %tmp767, float %add7653, i32 3 4799*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4800*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7654, <4 x float>* undef, align 16 4801*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4802*9880d681SAndroid Build Coastguard Worker %tmp768 = load <4 x float>, <4 x float>* undef 4803*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4804*9880d681SAndroid Build Coastguard Worker %tmp769 = load <4 x float>, <4 x float>* undef, align 16 4805*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4806*9880d681SAndroid Build Coastguard Worker %add7656 = fadd <4 x float> %tmp769, %tmp768 4807*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4808*9880d681SAndroid Build Coastguard Worker store <4 x float> %add7656, <4 x float>* undef, align 16 4809*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4810*9880d681SAndroid Build Coastguard Worker %tmp770 = load <4 x float>, <4 x float>* undef, align 16 4811*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4812*9880d681SAndroid Build Coastguard Worker %vecext7657 = extractelement <4 x float> %tmp770, i32 0 4813*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4814*9880d681SAndroid Build Coastguard Worker %add7658 = fadd float %vecext7657, 0xC06EF999A0000000 4815*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4816*9880d681SAndroid Build Coastguard Worker %tmp771 = load <4 x float>, <4 x float>* undef, align 16 4817*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4818*9880d681SAndroid Build Coastguard Worker %vecins7659 = insertelement <4 x float> %tmp771, float %add7658, i32 0 4819*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4820*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7659, <4 x float>* undef, align 16 4821*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4822*9880d681SAndroid Build Coastguard Worker %tmp772 = load <4 x float>, <4 x float>* undef, align 16 4823*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4824*9880d681SAndroid Build Coastguard Worker %vecext7660 = extractelement <4 x float> %tmp772, i32 1 4825*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4826*9880d681SAndroid Build Coastguard Worker %add7661 = fadd float %vecext7660, 0x404B9999A0000000 4827*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4828*9880d681SAndroid Build Coastguard Worker %tmp773 = load <4 x float>, <4 x float>* undef, align 16 4829*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4830*9880d681SAndroid Build Coastguard Worker %vecins7662 = insertelement <4 x float> %tmp773, float %add7661, i32 1 4831*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4832*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7662, <4 x float>* undef, align 16 4833*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4834*9880d681SAndroid Build Coastguard Worker %tmp774 = load <4 x float>, <4 x float>* undef, align 16 4835*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4836*9880d681SAndroid Build Coastguard Worker %vecext7663 = extractelement <4 x float> %tmp774, i32 2 4837*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4838*9880d681SAndroid Build Coastguard Worker %add7664 = fadd float %vecext7663, 0x4074B66660000000 4839*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4840*9880d681SAndroid Build Coastguard Worker %tmp775 = load <4 x float>, <4 x float>* undef, align 16 4841*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4842*9880d681SAndroid Build Coastguard Worker %vecins7665 = insertelement <4 x float> %tmp775, float %add7664, i32 2 4843*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4844*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7665, <4 x float>* undef, align 16 4845*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4846*9880d681SAndroid Build Coastguard Worker %tmp776 = load <4 x float>, <4 x float>* undef, align 16 4847*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4848*9880d681SAndroid Build Coastguard Worker %vecext7666 = extractelement <4 x float> %tmp776, i32 3 4849*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4850*9880d681SAndroid Build Coastguard Worker %add7667 = fadd float %vecext7666, 0x4074166660000000 4851*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4852*9880d681SAndroid Build Coastguard Worker %vecins7668 = insertelement <4 x float> undef, float %add7667, i32 3 4853*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4854*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7668, <4 x float>* undef, align 16 4855*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4856*9880d681SAndroid Build Coastguard Worker %tmp777 = load <4 x float>, <4 x float>* undef 4857*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4858*9880d681SAndroid Build Coastguard Worker %tmp778 = load <4 x float>, <4 x float>* undef, align 16 4859*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4860*9880d681SAndroid Build Coastguard Worker %add7670 = fadd <4 x float> %tmp778, %tmp777 4861*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4862*9880d681SAndroid Build Coastguard Worker %tmp779 = load <4 x float>, <4 x float>* undef, align 16 4863*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4864*9880d681SAndroid Build Coastguard Worker %vecext7671 = extractelement <4 x float> %tmp779, i32 0 4865*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4866*9880d681SAndroid Build Coastguard Worker %add7672 = fadd float %vecext7671, 0x406F166660000000 4867*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4868*9880d681SAndroid Build Coastguard Worker %add7726 = fadd <4 x float> undef, undef 4869*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4870*9880d681SAndroid Build Coastguard Worker %tmp780 = load <4 x float>, <4 x float>* undef, align 16 4871*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4872*9880d681SAndroid Build Coastguard Worker %vecext7727 = extractelement <4 x float> %tmp780, i32 0 4873*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4874*9880d681SAndroid Build Coastguard Worker %tmp781 = load <4 x float>, <4 x float>* undef, align 16 4875*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4876*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4877*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4878*9880d681SAndroid Build Coastguard Worker %tmp782 = load <4 x float>, <4 x float>* undef, align 16 4879*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4880*9880d681SAndroid Build Coastguard Worker %add7731 = fadd float undef, 1.900000e+02 4881*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4882*9880d681SAndroid Build Coastguard Worker %tmp783 = load <4 x float>, <4 x float>* undef, align 16 4883*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4884*9880d681SAndroid Build Coastguard Worker %vecins7732 = insertelement <4 x float> %tmp783, float %add7731, i32 1 4885*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4886*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7732, <4 x float>* undef, align 16 4887*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4888*9880d681SAndroid Build Coastguard Worker %tmp784 = load <4 x float>, <4 x float>* undef, align 16 4889*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4890*9880d681SAndroid Build Coastguard Worker %vecins7735 = insertelement <4 x float> %tmp784, float undef, i32 2 4891*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4892*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7735, <4 x float>* undef, align 16 4893*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4894*9880d681SAndroid Build Coastguard Worker %tmp785 = load <4 x float>, <4 x float>* undef, align 16 4895*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4896*9880d681SAndroid Build Coastguard Worker %vecext7736 = extractelement <4 x float> %tmp785, i32 3 4897*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4898*9880d681SAndroid Build Coastguard Worker %add7737 = fadd float %vecext7736, 0xC06AF66660000000 4899*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4900*9880d681SAndroid Build Coastguard Worker %vecins7850 = insertelement <4 x float> undef, float undef, i32 3 4901*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4902*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins7850, <4 x float>* undef, align 16 4903*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4904*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4062A33340000000, float 2.290000e+02, float 0x40509999A0000000, float 0xC078BE6660000000>, <4 x float>* undef 4905*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4906*9880d681SAndroid Build Coastguard Worker %tmp786 = load <4 x float>, <4 x float>* undef 4907*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4908*9880d681SAndroid Build Coastguard Worker %tmp787 = load <4 x float>, <4 x float>* undef, align 16 4909*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4910*9880d681SAndroid Build Coastguard Worker %add7852 = fadd <4 x float> %tmp787, %tmp786 4911*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4912*9880d681SAndroid Build Coastguard Worker store <4 x float> %add7852, <4 x float>* undef, align 16 4913*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4914*9880d681SAndroid Build Coastguard Worker %tmp788 = load <4 x float>, <4 x float>* undef, align 16 4915*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4916*9880d681SAndroid Build Coastguard Worker %vecext9396 = extractelement <4 x float> undef, i32 1 4917*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4918*9880d681SAndroid Build Coastguard Worker %add9397 = fadd float %vecext9396, 0xC074533340000000 4919*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4920*9880d681SAndroid Build Coastguard Worker %tmp789 = load <4 x float>, <4 x float>* undef, align 16 4921*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4922*9880d681SAndroid Build Coastguard Worker %vecins9398 = insertelement <4 x float> %tmp789, float %add9397, i32 1 4923*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4924*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9398, <4 x float>* undef, align 16 4925*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4926*9880d681SAndroid Build Coastguard Worker %vecext9399 = extractelement <4 x float> undef, i32 2 4927*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4928*9880d681SAndroid Build Coastguard Worker %tmp790 = load <4 x float>, <4 x float>* undef, align 16 4929*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4930*9880d681SAndroid Build Coastguard Worker %vecins9401 = insertelement <4 x float> %tmp790, float undef, i32 2 4931*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4932*9880d681SAndroid Build Coastguard Worker %tmp791 = load <4 x float>, <4 x float>* undef, align 16 4933*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4934*9880d681SAndroid Build Coastguard Worker %vecext9402 = extractelement <4 x float> %tmp791, i32 3 4935*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4936*9880d681SAndroid Build Coastguard Worker %add9403 = fadd float %vecext9402, 0xC03E4CCCC0000000 4937*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4938*9880d681SAndroid Build Coastguard Worker %tmp792 = load <4 x float>, <4 x float>* undef, align 16 4939*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4940*9880d681SAndroid Build Coastguard Worker %vecins9404 = insertelement <4 x float> %tmp792, float %add9403, i32 3 4941*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4942*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9404, <4 x float>* undef, align 16 4943*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4944*9880d681SAndroid Build Coastguard Worker %tmp793 = load <4 x float>, <4 x float>* undef, align 16 4945*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4946*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4947*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4948*9880d681SAndroid Build Coastguard Worker %tmp794 = load <4 x float>, <4 x float>* undef, align 16 4949*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4950*9880d681SAndroid Build Coastguard Worker %vecext9407 = extractelement <4 x float> %tmp794, i32 0 4951*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4952*9880d681SAndroid Build Coastguard Worker %add9408 = fadd float %vecext9407, 0x407B2999A0000000 4953*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4954*9880d681SAndroid Build Coastguard Worker %tmp795 = load <4 x float>, <4 x float>* undef, align 16 4955*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4956*9880d681SAndroid Build Coastguard Worker %vecext9410 = extractelement <4 x float> %tmp795, i32 1 4957*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4958*9880d681SAndroid Build Coastguard Worker %add9411 = fadd float %vecext9410, 0x40726E6660000000 4959*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4960*9880d681SAndroid Build Coastguard Worker %tmp796 = load <4 x float>, <4 x float>* undef, align 16 4961*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4962*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 4963*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4964*9880d681SAndroid Build Coastguard Worker %tmp797 = load <4 x float>, <4 x float>* undef, align 16 4965*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4966*9880d681SAndroid Build Coastguard Worker %vecext9413 = extractelement <4 x float> %tmp797, i32 2 4967*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4968*9880d681SAndroid Build Coastguard Worker %add9414 = fadd float %vecext9413, 0xC057ECCCC0000000 4969*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4970*9880d681SAndroid Build Coastguard Worker %tmp798 = load <4 x float>, <4 x float>* undef, align 16 4971*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4972*9880d681SAndroid Build Coastguard Worker %vecins9415 = insertelement <4 x float> %tmp798, float %add9414, i32 2 4973*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4974*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9415, <4 x float>* undef, align 16 4975*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4976*9880d681SAndroid Build Coastguard Worker %tmp799 = load <4 x float>, <4 x float>* undef, align 16 4977*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4978*9880d681SAndroid Build Coastguard Worker %vecext9416 = extractelement <4 x float> %tmp799, i32 3 4979*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4980*9880d681SAndroid Build Coastguard Worker %add9417 = fadd float %vecext9416, 0x406B0CCCC0000000 4981*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4982*9880d681SAndroid Build Coastguard Worker %tmp800 = load <4 x float>, <4 x float>* undef, align 16 4983*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4984*9880d681SAndroid Build Coastguard Worker %vecins9418 = insertelement <4 x float> %tmp800, float %add9417, i32 3 4985*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4986*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9418, <4 x float>* undef, align 16 4987*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4988*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 3.555000e+02, float 0xC062E33340000000, float 0x4065C66660000000, float -3.645000e+02>, <4 x float>* undef 4989*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4990*9880d681SAndroid Build Coastguard Worker %tmp801 = load <4 x float>, <4 x float>* undef 4991*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4992*9880d681SAndroid Build Coastguard Worker %tmp802 = load <4 x float>, <4 x float>* undef, align 16 4993*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4994*9880d681SAndroid Build Coastguard Worker %add9420 = fadd <4 x float> %tmp802, %tmp801 4995*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4996*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9420, <4 x float>* undef, align 16 4997*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 4998*9880d681SAndroid Build Coastguard Worker %tmp803 = load <4 x float>, <4 x float>* undef, align 16 4999*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5000*9880d681SAndroid Build Coastguard Worker %vecext9421 = extractelement <4 x float> %tmp803, i32 0 5001*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5002*9880d681SAndroid Build Coastguard Worker %tmp804 = load <4 x float>, <4 x float>* undef, align 16 5003*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5004*9880d681SAndroid Build Coastguard Worker %vecins9423 = insertelement <4 x float> %tmp804, float undef, i32 0 5005*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5006*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9423, <4 x float>* undef, align 16 5007*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5008*9880d681SAndroid Build Coastguard Worker %tmp805 = load <4 x float>, <4 x float>* undef, align 16 5009*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5010*9880d681SAndroid Build Coastguard Worker %vecext9424 = extractelement <4 x float> %tmp805, i32 1 5011*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5012*9880d681SAndroid Build Coastguard Worker %add9425 = fadd float %vecext9424, 0x4079C199A0000000 5013*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5014*9880d681SAndroid Build Coastguard Worker %tmp806 = load <4 x float>, <4 x float>* undef, align 16 5015*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5016*9880d681SAndroid Build Coastguard Worker %vecins9426 = insertelement <4 x float> %tmp806, float %add9425, i32 1 5017*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5018*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9426, <4 x float>* undef, align 16 5019*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5020*9880d681SAndroid Build Coastguard Worker %tmp807 = load <4 x float>, <4 x float>* undef, align 16 5021*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5022*9880d681SAndroid Build Coastguard Worker %add9428 = fadd float undef, 0xC065466660000000 5023*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5024*9880d681SAndroid Build Coastguard Worker %tmp808 = load <4 x float>, <4 x float>* undef, align 16 5025*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5026*9880d681SAndroid Build Coastguard Worker %vecins9429 = insertelement <4 x float> %tmp808, float %add9428, i32 2 5027*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5028*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9429, <4 x float>* undef, align 16 5029*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5030*9880d681SAndroid Build Coastguard Worker %tmp809 = load <4 x float>, <4 x float>* undef, align 16 5031*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5032*9880d681SAndroid Build Coastguard Worker %vecext9430 = extractelement <4 x float> %tmp809, i32 3 5033*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5034*9880d681SAndroid Build Coastguard Worker %add9431 = fadd float %vecext9430, 0xC0742CCCC0000000 5035*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5036*9880d681SAndroid Build Coastguard Worker %tmp810 = load <4 x float>, <4 x float>* undef, align 16 5037*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5038*9880d681SAndroid Build Coastguard Worker %vecins9432 = insertelement <4 x float> %tmp810, float %add9431, i32 3 5039*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5040*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC07C7E6660000000, float 1.205000e+02, float 0x4050D999A0000000, float 0xC06B233340000000>, <4 x float>* undef 5041*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5042*9880d681SAndroid Build Coastguard Worker %tmp811 = load <4 x float>, <4 x float>* undef 5043*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5044*9880d681SAndroid Build Coastguard Worker %tmp812 = load <4 x float>, <4 x float>* undef, align 16 5045*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5046*9880d681SAndroid Build Coastguard Worker %add9434 = fadd <4 x float> %tmp812, %tmp811 5047*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5048*9880d681SAndroid Build Coastguard Worker %add9436 = fadd float undef, -3.185000e+02 5049*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5050*9880d681SAndroid Build Coastguard Worker %tmp813 = load <4 x float>, <4 x float>* undef, align 16 5051*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5052*9880d681SAndroid Build Coastguard Worker %vecins9437 = insertelement <4 x float> %tmp813, float %add9436, i32 0 5053*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5054*9880d681SAndroid Build Coastguard Worker %tmp814 = load <4 x float>, <4 x float>* undef, align 16 5055*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5056*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5057*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5058*9880d681SAndroid Build Coastguard Worker %tmp815 = load <4 x float>, <4 x float>* undef, align 16 5059*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5060*9880d681SAndroid Build Coastguard Worker %vecext9441 = extractelement <4 x float> %tmp815, i32 2 5061*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5062*9880d681SAndroid Build Coastguard Worker %add9442 = fadd float %vecext9441, 0xC079CE6660000000 5063*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5064*9880d681SAndroid Build Coastguard Worker %tmp816 = load <4 x float>, <4 x float>* undef, align 16 5065*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5066*9880d681SAndroid Build Coastguard Worker %vecins9443 = insertelement <4 x float> %tmp816, float %add9442, i32 2 5067*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5068*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9443, <4 x float>* undef, align 16 5069*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5070*9880d681SAndroid Build Coastguard Worker %tmp817 = load <4 x float>, <4 x float>* undef, align 16 5071*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5072*9880d681SAndroid Build Coastguard Worker %vecext9444 = extractelement <4 x float> %tmp817, i32 3 5073*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5074*9880d681SAndroid Build Coastguard Worker %add9445 = fadd float %vecext9444, 0xC06F533340000000 5075*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5076*9880d681SAndroid Build Coastguard Worker %tmp818 = load <4 x float>, <4 x float>* undef, align 16 5077*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5078*9880d681SAndroid Build Coastguard Worker %vecins9446 = insertelement <4 x float> %tmp818, float %add9445, i32 3 5079*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5080*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9446, <4 x float>* undef, align 16 5081*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5082*9880d681SAndroid Build Coastguard Worker %tmp819 = load <4 x float>, <4 x float>* undef 5083*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5084*9880d681SAndroid Build Coastguard Worker %tmp820 = load <4 x float>, <4 x float>* undef, align 16 5085*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5086*9880d681SAndroid Build Coastguard Worker %add9448 = fadd <4 x float> %tmp820, %tmp819 5087*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5088*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9448, <4 x float>* undef, align 16 5089*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5090*9880d681SAndroid Build Coastguard Worker %add9450 = fadd float undef, 0xC0718199A0000000 5091*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5092*9880d681SAndroid Build Coastguard Worker %tmp821 = load <4 x float>, <4 x float>* undef, align 16 5093*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5094*9880d681SAndroid Build Coastguard Worker %vecins9451 = insertelement <4 x float> %tmp821, float %add9450, i32 0 5095*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5096*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9451, <4 x float>* undef, align 16 5097*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5098*9880d681SAndroid Build Coastguard Worker %tmp822 = load <4 x float>, <4 x float>* undef, align 16 5099*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5100*9880d681SAndroid Build Coastguard Worker %tmp823 = load <4 x float>, <4 x float>* undef, align 16 5101*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5102*9880d681SAndroid Build Coastguard Worker %vecins9454 = insertelement <4 x float> %tmp823, float undef, i32 1 5103*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5104*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9454, <4 x float>* undef, align 16 5105*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5106*9880d681SAndroid Build Coastguard Worker %tmp824 = load <4 x float>, <4 x float>* undef, align 16 5107*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5108*9880d681SAndroid Build Coastguard Worker %vecext9455 = extractelement <4 x float> %tmp824, i32 2 5109*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5110*9880d681SAndroid Build Coastguard Worker %add9456 = fadd float %vecext9455, -3.380000e+02 5111*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5112*9880d681SAndroid Build Coastguard Worker %tmp825 = load <4 x float>, <4 x float>* undef, align 16 5113*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5114*9880d681SAndroid Build Coastguard Worker %vecins9457 = insertelement <4 x float> %tmp825, float %add9456, i32 2 5115*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5116*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9457, <4 x float>* undef, align 16 5117*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5118*9880d681SAndroid Build Coastguard Worker %vecext9458 = extractelement <4 x float> undef, i32 3 5119*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5120*9880d681SAndroid Build Coastguard Worker %tmp826 = load <4 x float>, <4 x float>* undef, align 16 5121*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5122*9880d681SAndroid Build Coastguard Worker %vecins9460 = insertelement <4 x float> %tmp826, float undef, i32 3 5123*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5124*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9460, <4 x float>* undef, align 16 5125*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5126*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407B5E6660000000, float 0x40648999A0000000, float 0xC06B966660000000, float 0x40341999A0000000>, <4 x float>* undef 5127*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5128*9880d681SAndroid Build Coastguard Worker %tmp827 = load <4 x float>, <4 x float>* undef, align 16 5129*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5130*9880d681SAndroid Build Coastguard Worker %add9462 = fadd <4 x float> %tmp827, undef 5131*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5132*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9462, <4 x float>* undef, align 16 5133*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5134*9880d681SAndroid Build Coastguard Worker %tmp828 = load <4 x float>, <4 x float>* undef, align 16 5135*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5136*9880d681SAndroid Build Coastguard Worker %vecext9463 = extractelement <4 x float> %tmp828, i32 0 5137*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5138*9880d681SAndroid Build Coastguard Worker %tmp829 = load <4 x float>, <4 x float>* undef, align 16 5139*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5140*9880d681SAndroid Build Coastguard Worker %vecins9465 = insertelement <4 x float> %tmp829, float undef, i32 0 5141*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5142*9880d681SAndroid Build Coastguard Worker %add9467 = fadd float undef, 0x405D666660000000 5143*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5144*9880d681SAndroid Build Coastguard Worker %tmp830 = load <4 x float>, <4 x float>* undef, align 16 5145*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5146*9880d681SAndroid Build Coastguard Worker %vecins9468 = insertelement <4 x float> %tmp830, float %add9467, i32 1 5147*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5148*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9468, <4 x float>* undef, align 16 5149*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5150*9880d681SAndroid Build Coastguard Worker %tmp831 = load <4 x float>, <4 x float>* undef, align 16 5151*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5152*9880d681SAndroid Build Coastguard Worker %add9470 = fadd float undef, 0x4077033340000000 5153*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5154*9880d681SAndroid Build Coastguard Worker %tmp832 = load <4 x float>, <4 x float>* undef, align 16 5155*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5156*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5157*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5158*9880d681SAndroid Build Coastguard Worker %vecext9472 = extractelement <4 x float> undef, i32 3 5159*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5160*9880d681SAndroid Build Coastguard Worker %add9473 = fadd float %vecext9472, 0x402DCCCCC0000000 5161*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5162*9880d681SAndroid Build Coastguard Worker %tmp833 = load <4 x float>, <4 x float>* undef, align 16 5163*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5164*9880d681SAndroid Build Coastguard Worker %vecins9474 = insertelement <4 x float> %tmp833, float %add9473, i32 3 5165*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5166*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9474, <4 x float>* undef, align 16 5167*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5168*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x404F733340000000, float 0x407AB4CCC0000000, float 0x40605999A0000000, float 0xC03E4CCCC0000000>, <4 x float>* undef 5169*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5170*9880d681SAndroid Build Coastguard Worker %tmp834 = load <4 x float>, <4 x float>* undef 5171*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5172*9880d681SAndroid Build Coastguard Worker %tmp835 = load <4 x float>, <4 x float>* undef, align 16 5173*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5174*9880d681SAndroid Build Coastguard Worker %add9476 = fadd <4 x float> %tmp835, %tmp834 5175*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5176*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9476, <4 x float>* undef, align 16 5177*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5178*9880d681SAndroid Build Coastguard Worker %tmp836 = load <4 x float>, <4 x float>* undef, align 16 5179*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5180*9880d681SAndroid Build Coastguard Worker %vecext9477 = extractelement <4 x float> %tmp836, i32 0 5181*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5182*9880d681SAndroid Build Coastguard Worker %add9478 = fadd float %vecext9477, 0xC07F266660000000 5183*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5184*9880d681SAndroid Build Coastguard Worker %tmp837 = load <4 x float>, <4 x float>* undef, align 16 5185*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5186*9880d681SAndroid Build Coastguard Worker %vecins9479 = insertelement <4 x float> %tmp837, float %add9478, i32 0 5187*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5188*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9479, <4 x float>* undef, align 16 5189*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5190*9880d681SAndroid Build Coastguard Worker %tmp838 = load <4 x float>, <4 x float>* undef, align 16 5191*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5192*9880d681SAndroid Build Coastguard Worker %add9481 = fadd float undef, 0x407BE33340000000 5193*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5194*9880d681SAndroid Build Coastguard Worker %tmp839 = load <4 x float>, <4 x float>* undef, align 16 5195*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5196*9880d681SAndroid Build Coastguard Worker %vecins9482 = insertelement <4 x float> %tmp839, float %add9481, i32 1 5197*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5198*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9482, <4 x float>* undef, align 16 5199*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5200*9880d681SAndroid Build Coastguard Worker %vecext9483 = extractelement <4 x float> undef, i32 2 5201*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5202*9880d681SAndroid Build Coastguard Worker %add9484 = fadd float %vecext9483, 0xC073E999A0000000 5203*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5204*9880d681SAndroid Build Coastguard Worker %tmp840 = load <4 x float>, <4 x float>* undef, align 16 5205*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5206*9880d681SAndroid Build Coastguard Worker %vecins9485 = insertelement <4 x float> %tmp840, float %add9484, i32 2 5207*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5208*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9485, <4 x float>* undef, align 16 5209*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5210*9880d681SAndroid Build Coastguard Worker %tmp841 = load <4 x float>, <4 x float>* undef, align 16 5211*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5212*9880d681SAndroid Build Coastguard Worker %vecext9486 = extractelement <4 x float> %tmp841, i32 3 5213*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5214*9880d681SAndroid Build Coastguard Worker %add9487 = fadd float %vecext9486, 0x4076E66660000000 5215*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5216*9880d681SAndroid Build Coastguard Worker %tmp842 = load <4 x float>, <4 x float>* undef, align 16 5217*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5218*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5219*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5220*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC076B999A0000000, float 0xC0706CCCC0000000, float 0x407904CCC0000000, float 0x407EE199A0000000>, <4 x float>* undef 5221*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5222*9880d681SAndroid Build Coastguard Worker %tmp843 = load <4 x float>, <4 x float>* undef 5223*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5224*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5225*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5226*9880d681SAndroid Build Coastguard Worker %tmp844 = load <4 x float>, <4 x float>* undef, align 16 5227*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5228*9880d681SAndroid Build Coastguard Worker %vecext9491 = extractelement <4 x float> %tmp844, i32 0 5229*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5230*9880d681SAndroid Build Coastguard Worker %add9492 = fadd float %vecext9491, 0x407C166660000000 5231*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5232*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5233*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5234*9880d681SAndroid Build Coastguard Worker %add9495 = fadd float undef, 0x407DBB3340000000 5235*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5236*9880d681SAndroid Build Coastguard Worker %tmp845 = load <4 x float>, <4 x float>* undef, align 16 5237*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5238*9880d681SAndroid Build Coastguard Worker %vecins9496 = insertelement <4 x float> %tmp845, float %add9495, i32 1 5239*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5240*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9496, <4 x float>* undef, align 16 5241*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5242*9880d681SAndroid Build Coastguard Worker %tmp846 = load <4 x float>, <4 x float>* undef, align 16 5243*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5244*9880d681SAndroid Build Coastguard Worker %vecext9497 = extractelement <4 x float> %tmp846, i32 2 5245*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5246*9880d681SAndroid Build Coastguard Worker %add9498 = fadd float %vecext9497, 0x4042CCCCC0000000 5247*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5248*9880d681SAndroid Build Coastguard Worker %tmp847 = load <4 x float>, <4 x float>* undef, align 16 5249*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5250*9880d681SAndroid Build Coastguard Worker %vecins9499 = insertelement <4 x float> %tmp847, float %add9498, i32 2 5251*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5252*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9499, <4 x float>* undef, align 16 5253*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5254*9880d681SAndroid Build Coastguard Worker %tmp848 = load <4 x float>, <4 x float>* undef, align 16 5255*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5256*9880d681SAndroid Build Coastguard Worker %add9501 = fadd float undef, 0x407D5CCCC0000000 5257*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5258*9880d681SAndroid Build Coastguard Worker %tmp849 = load <4 x float>, <4 x float>* undef, align 16 5259*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5260*9880d681SAndroid Build Coastguard Worker %vecins9502 = insertelement <4 x float> %tmp849, float %add9501, i32 3 5261*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5262*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9502, <4 x float>* undef, align 16 5263*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5264*9880d681SAndroid Build Coastguard Worker %tmp850 = load <4 x float>, <4 x float>* undef, align 16 5265*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5266*9880d681SAndroid Build Coastguard Worker %add9504 = fadd <4 x float> %tmp850, undef 5267*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5268*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9504, <4 x float>* undef, align 16 5269*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5270*9880d681SAndroid Build Coastguard Worker %tmp851 = load <4 x float>, <4 x float>* undef, align 16 5271*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5272*9880d681SAndroid Build Coastguard Worker %add9506 = fadd float undef, 0x4076EE6660000000 5273*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5274*9880d681SAndroid Build Coastguard Worker %tmp852 = load <4 x float>, <4 x float>* undef, align 16 5275*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5276*9880d681SAndroid Build Coastguard Worker %vecins9507 = insertelement <4 x float> %tmp852, float %add9506, i32 0 5277*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5278*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9507, <4 x float>* undef, align 16 5279*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5280*9880d681SAndroid Build Coastguard Worker %tmp853 = load <4 x float>, <4 x float>* undef, align 16 5281*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5282*9880d681SAndroid Build Coastguard Worker %add9509 = fadd float undef, 0xC0535999A0000000 5283*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5284*9880d681SAndroid Build Coastguard Worker %tmp854 = load <4 x float>, <4 x float>* undef, align 16 5285*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5286*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5287*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5288*9880d681SAndroid Build Coastguard Worker %tmp855 = load <4 x float>, <4 x float>* undef, align 16 5289*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5290*9880d681SAndroid Build Coastguard Worker %vecext9511 = extractelement <4 x float> %tmp855, i32 2 5291*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5292*9880d681SAndroid Build Coastguard Worker %add9512 = fadd float %vecext9511, 0xC076766660000000 5293*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5294*9880d681SAndroid Build Coastguard Worker %tmp856 = load <4 x float>, <4 x float>* undef, align 16 5295*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5296*9880d681SAndroid Build Coastguard Worker %vecins9513 = insertelement <4 x float> %tmp856, float %add9512, i32 2 5297*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5298*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9513, <4 x float>* undef, align 16 5299*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5300*9880d681SAndroid Build Coastguard Worker %tmp857 = load <4 x float>, <4 x float>* undef, align 16 5301*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5302*9880d681SAndroid Build Coastguard Worker %vecext9514 = extractelement <4 x float> %tmp857, i32 3 5303*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5304*9880d681SAndroid Build Coastguard Worker %tmp858 = load <4 x float>, <4 x float>* undef, align 16 5305*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5306*9880d681SAndroid Build Coastguard Worker %vecins9516 = insertelement <4 x float> %tmp858, float undef, i32 3 5307*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5308*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9516, <4 x float>* undef, align 16 5309*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5310*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407254CCC0000000, float 0x407844CCC0000000, float 0xC04D9999A0000000, float 0xC0550CCCC0000000>, <4 x float>* undef 5311*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5312*9880d681SAndroid Build Coastguard Worker %tmp859 = load <4 x float>, <4 x float>* undef 5313*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5314*9880d681SAndroid Build Coastguard Worker %tmp860 = load <4 x float>, <4 x float>* undef, align 16 5315*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5316*9880d681SAndroid Build Coastguard Worker %add9518 = fadd <4 x float> %tmp860, %tmp859 5317*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5318*9880d681SAndroid Build Coastguard Worker %tmp861 = load <4 x float>, <4 x float>* undef, align 16 5319*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5320*9880d681SAndroid Build Coastguard Worker %tmp862 = load <4 x float>, <4 x float>* undef, align 16 5321*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5322*9880d681SAndroid Build Coastguard Worker %vecins9521 = insertelement <4 x float> %tmp862, float undef, i32 0 5323*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5324*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9521, <4 x float>* undef, align 16 5325*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5326*9880d681SAndroid Build Coastguard Worker %tmp863 = load <4 x float>, <4 x float>* undef, align 16 5327*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5328*9880d681SAndroid Build Coastguard Worker %vecext9522 = extractelement <4 x float> %tmp863, i32 1 5329*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5330*9880d681SAndroid Build Coastguard Worker %add9523 = fadd float %vecext9522, 0x4029333340000000 5331*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5332*9880d681SAndroid Build Coastguard Worker %tmp864 = load <4 x float>, <4 x float>* undef, align 16 5333*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5334*9880d681SAndroid Build Coastguard Worker %vecins9524 = insertelement <4 x float> %tmp864, float %add9523, i32 1 5335*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5336*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9524, <4 x float>* undef, align 16 5337*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5338*9880d681SAndroid Build Coastguard Worker %tmp865 = load <4 x float>, <4 x float>* undef, align 16 5339*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5340*9880d681SAndroid Build Coastguard Worker %add9526 = fadd float undef, 0x4072833340000000 5341*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5342*9880d681SAndroid Build Coastguard Worker %tmp866 = load <4 x float>, <4 x float>* undef, align 16 5343*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5344*9880d681SAndroid Build Coastguard Worker %vecins9527 = insertelement <4 x float> %tmp866, float %add9526, i32 2 5345*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5346*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9527, <4 x float>* undef, align 16 5347*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5348*9880d681SAndroid Build Coastguard Worker %tmp867 = load <4 x float>, <4 x float>* undef, align 16 5349*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5350*9880d681SAndroid Build Coastguard Worker %vecins9530 = insertelement <4 x float> undef, float undef, i32 3 5351*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5352*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9530, <4 x float>* undef, align 16 5353*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5354*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4072F4CCC0000000, float 0x4065CCCCC0000000, float 0x4051D33340000000, float 0x40680CCCC0000000>, <4 x float>* undef 5355*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5356*9880d681SAndroid Build Coastguard Worker %tmp868 = load <4 x float>, <4 x float>* undef 5357*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5358*9880d681SAndroid Build Coastguard Worker %tmp869 = load <4 x float>, <4 x float>* undef, align 16 5359*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5360*9880d681SAndroid Build Coastguard Worker %add9532 = fadd <4 x float> %tmp869, %tmp868 5361*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5362*9880d681SAndroid Build Coastguard Worker %vecext9533 = extractelement <4 x float> undef, i32 0 5363*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5364*9880d681SAndroid Build Coastguard Worker %tmp870 = load <4 x float>, <4 x float>* undef, align 16 5365*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5366*9880d681SAndroid Build Coastguard Worker %vecins9535 = insertelement <4 x float> %tmp870, float undef, i32 0 5367*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5368*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9535, <4 x float>* undef, align 16 5369*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5370*9880d681SAndroid Build Coastguard Worker %tmp871 = load <4 x float>, <4 x float>* undef, align 16 5371*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5372*9880d681SAndroid Build Coastguard Worker %vecext9536 = extractelement <4 x float> %tmp871, i32 1 5373*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5374*9880d681SAndroid Build Coastguard Worker %add9537 = fadd float %vecext9536, 0xC079F199A0000000 5375*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5376*9880d681SAndroid Build Coastguard Worker %tmp872 = load <4 x float>, <4 x float>* undef, align 16 5377*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5378*9880d681SAndroid Build Coastguard Worker %vecins9538 = insertelement <4 x float> %tmp872, float %add9537, i32 1 5379*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5380*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9538, <4 x float>* undef, align 16 5381*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5382*9880d681SAndroid Build Coastguard Worker %tmp873 = load <4 x float>, <4 x float>* undef, align 16 5383*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5384*9880d681SAndroid Build Coastguard Worker %vecext9542 = extractelement <4 x float> %tmp873, i32 3 5385*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5386*9880d681SAndroid Build Coastguard Worker %add9543 = fadd float %vecext9542, 0x4050D999A0000000 5387*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5388*9880d681SAndroid Build Coastguard Worker %add9576 = fadd float undef, 0x40219999A0000000 5389*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5390*9880d681SAndroid Build Coastguard Worker %vecins9577 = insertelement <4 x float> undef, float %add9576, i32 0 5391*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5392*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9577, <4 x float>* undef, align 16 5393*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5394*9880d681SAndroid Build Coastguard Worker %tmp874 = load <4 x float>, <4 x float>* undef, align 16 5395*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5396*9880d681SAndroid Build Coastguard Worker %vecins9580 = insertelement <4 x float> undef, float undef, i32 1 5397*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5398*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9580, <4 x float>* undef, align 16 5399*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5400*9880d681SAndroid Build Coastguard Worker %tmp875 = load <4 x float>, <4 x float>* undef, align 16 5401*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5402*9880d681SAndroid Build Coastguard Worker %vecext9581 = extractelement <4 x float> %tmp875, i32 2 5403*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5404*9880d681SAndroid Build Coastguard Worker %add9582 = fadd float %vecext9581, 0xC07EF33340000000 5405*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5406*9880d681SAndroid Build Coastguard Worker %tmp876 = load <4 x float>, <4 x float>* undef, align 16 5407*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5408*9880d681SAndroid Build Coastguard Worker %vecins9583 = insertelement <4 x float> %tmp876, float %add9582, i32 2 5409*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5410*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9583, <4 x float>* undef, align 16 5411*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5412*9880d681SAndroid Build Coastguard Worker %tmp877 = load <4 x float>, <4 x float>* undef, align 16 5413*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5414*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5415*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5416*9880d681SAndroid Build Coastguard Worker %vecext9673 = extractelement <4 x float> undef, i32 0 5417*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5418*9880d681SAndroid Build Coastguard Worker %add9674 = fadd float %vecext9673, 0xC04CF33340000000 5419*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5420*9880d681SAndroid Build Coastguard Worker %tmp878 = load <4 x float>, <4 x float>* undef, align 16 5421*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5422*9880d681SAndroid Build Coastguard Worker %vecins9675 = insertelement <4 x float> %tmp878, float %add9674, i32 0 5423*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5424*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9675, <4 x float>* undef, align 16 5425*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5426*9880d681SAndroid Build Coastguard Worker %vecext9676 = extractelement <4 x float> undef, i32 1 5427*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5428*9880d681SAndroid Build Coastguard Worker %add9677 = fadd float %vecext9676, 1.455000e+02 5429*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5430*9880d681SAndroid Build Coastguard Worker %tmp879 = load <4 x float>, <4 x float>* undef, align 16 5431*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5432*9880d681SAndroid Build Coastguard Worker %vecins9678 = insertelement <4 x float> %tmp879, float %add9677, i32 1 5433*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5434*9880d681SAndroid Build Coastguard Worker %tmp880 = load <4 x float>, <4 x float>* undef, align 16 5435*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5436*9880d681SAndroid Build Coastguard Worker %vecext9679 = extractelement <4 x float> %tmp880, i32 2 5437*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5438*9880d681SAndroid Build Coastguard Worker %add9680 = fadd float %vecext9679, 0x4073A33340000000 5439*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5440*9880d681SAndroid Build Coastguard Worker %tmp881 = load <4 x float>, <4 x float>* undef, align 16 5441*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5442*9880d681SAndroid Build Coastguard Worker %vecins9681 = insertelement <4 x float> %tmp881, float %add9680, i32 2 5443*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5444*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9681, <4 x float>* undef, align 16 5445*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5446*9880d681SAndroid Build Coastguard Worker %tmp882 = load <4 x float>, <4 x float>* undef, align 16 5447*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5448*9880d681SAndroid Build Coastguard Worker %vecext9682 = extractelement <4 x float> %tmp882, i32 3 5449*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5450*9880d681SAndroid Build Coastguard Worker %tmp883 = load <4 x float>, <4 x float>* undef, align 16 5451*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5452*9880d681SAndroid Build Coastguard Worker %add9686 = fadd <4 x float> %tmp883, undef 5453*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5454*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9686, <4 x float>* undef, align 16 5455*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5456*9880d681SAndroid Build Coastguard Worker %tmp884 = load <4 x float>, <4 x float>* undef, align 16 5457*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5458*9880d681SAndroid Build Coastguard Worker %vecext9687 = extractelement <4 x float> %tmp884, i32 0 5459*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5460*9880d681SAndroid Build Coastguard Worker %add9688 = fadd float %vecext9687, 0xC046666660000000 5461*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5462*9880d681SAndroid Build Coastguard Worker %tmp885 = load <4 x float>, <4 x float>* undef, align 16 5463*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5464*9880d681SAndroid Build Coastguard Worker %vecins9689 = insertelement <4 x float> %tmp885, float %add9688, i32 0 5465*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5466*9880d681SAndroid Build Coastguard Worker %vecext9690 = extractelement <4 x float> undef, i32 1 5467*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5468*9880d681SAndroid Build Coastguard Worker %add9691 = fadd float %vecext9690, 0x4034CCCCC0000000 5469*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5470*9880d681SAndroid Build Coastguard Worker %tmp886 = load <4 x float>, <4 x float>* undef, align 16 5471*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5472*9880d681SAndroid Build Coastguard Worker %vecins9692 = insertelement <4 x float> %tmp886, float %add9691, i32 1 5473*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5474*9880d681SAndroid Build Coastguard Worker %tmp887 = load <4 x float>, <4 x float>* undef, align 16 5475*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5476*9880d681SAndroid Build Coastguard Worker %vecext9693 = extractelement <4 x float> %tmp887, i32 2 5477*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5478*9880d681SAndroid Build Coastguard Worker %add9694 = fadd float %vecext9693, -3.710000e+02 5479*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5480*9880d681SAndroid Build Coastguard Worker %tmp888 = load <4 x float>, <4 x float>* undef, align 16 5481*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5482*9880d681SAndroid Build Coastguard Worker %vecins9695 = insertelement <4 x float> %tmp888, float %add9694, i32 2 5483*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5484*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9695, <4 x float>* undef, align 16 5485*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5486*9880d681SAndroid Build Coastguard Worker %tmp889 = load <4 x float>, <4 x float>* undef, align 16 5487*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5488*9880d681SAndroid Build Coastguard Worker %add9697 = fadd float undef, 0x4058D33340000000 5489*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5490*9880d681SAndroid Build Coastguard Worker %tmp890 = load <4 x float>, <4 x float>* undef, align 16 5491*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5492*9880d681SAndroid Build Coastguard Worker %vecins9698 = insertelement <4 x float> %tmp890, float %add9697, i32 3 5493*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5494*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9698, <4 x float>* undef, align 16 5495*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5496*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4062CCCCC0000000, float 0x407AD999A0000000, float 0x40582CCCC0000000, float 0xC0712B3340000000>, <4 x float>* undef 5497*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5498*9880d681SAndroid Build Coastguard Worker %tmp891 = load <4 x float>, <4 x float>* undef, align 16 5499*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5500*9880d681SAndroid Build Coastguard Worker %add9700 = fadd <4 x float> %tmp891, undef 5501*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5502*9880d681SAndroid Build Coastguard Worker %tmp892 = load <4 x float>, <4 x float>* undef, align 16 5503*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5504*9880d681SAndroid Build Coastguard Worker %vecext9701 = extractelement <4 x float> %tmp892, i32 0 5505*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5506*9880d681SAndroid Build Coastguard Worker %add9702 = fadd float %vecext9701, 0x406DC33340000000 5507*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5508*9880d681SAndroid Build Coastguard Worker %tmp893 = load <4 x float>, <4 x float>* undef, align 16 5509*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5510*9880d681SAndroid Build Coastguard Worker %vecins9703 = insertelement <4 x float> %tmp893, float %add9702, i32 0 5511*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5512*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9703, <4 x float>* undef, align 16 5513*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5514*9880d681SAndroid Build Coastguard Worker %tmp894 = load <4 x float>, <4 x float>* undef, align 16 5515*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5516*9880d681SAndroid Build Coastguard Worker %vecext9704 = extractelement <4 x float> %tmp894, i32 1 5517*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5518*9880d681SAndroid Build Coastguard Worker %add9705 = fadd float %vecext9704, 0xC073B33340000000 5519*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5520*9880d681SAndroid Build Coastguard Worker %tmp895 = load <4 x float>, <4 x float>* undef, align 16 5521*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5522*9880d681SAndroid Build Coastguard Worker %vecins9706 = insertelement <4 x float> %tmp895, float %add9705, i32 1 5523*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5524*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9706, <4 x float>* undef, align 16 5525*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5526*9880d681SAndroid Build Coastguard Worker %vecext9707 = extractelement <4 x float> undef, i32 2 5527*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5528*9880d681SAndroid Build Coastguard Worker %add9708 = fadd float %vecext9707, 0xC0729999A0000000 5529*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5530*9880d681SAndroid Build Coastguard Worker %tmp896 = load <4 x float>, <4 x float>* undef, align 16 5531*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5532*9880d681SAndroid Build Coastguard Worker %vecins9709 = insertelement <4 x float> %tmp896, float %add9708, i32 2 5533*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5534*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9709, <4 x float>* undef, align 16 5535*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5536*9880d681SAndroid Build Coastguard Worker %tmp897 = load <4 x float>, <4 x float>* undef, align 16 5537*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5538*9880d681SAndroid Build Coastguard Worker %vecext9710 = extractelement <4 x float> %tmp897, i32 3 5539*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5540*9880d681SAndroid Build Coastguard Worker %vecins9712 = insertelement <4 x float> undef, float undef, i32 3 5541*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5542*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9712, <4 x float>* undef, align 16 5543*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5544*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4069F33340000000, float 0xC048266660000000, float 0x40638CCCC0000000, float 0xC07EC199A0000000>, <4 x float>* undef 5545*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5546*9880d681SAndroid Build Coastguard Worker %tmp898 = load <4 x float>, <4 x float>* undef 5547*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5548*9880d681SAndroid Build Coastguard Worker %add9714 = fadd <4 x float> undef, %tmp898 5549*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5550*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9714, <4 x float>* undef, align 16 5551*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5552*9880d681SAndroid Build Coastguard Worker %tmp899 = load <4 x float>, <4 x float>* undef, align 16 5553*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5554*9880d681SAndroid Build Coastguard Worker %vecext9715 = extractelement <4 x float> %tmp899, i32 0 5555*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5556*9880d681SAndroid Build Coastguard Worker %tmp900 = load <4 x float>, <4 x float>* undef, align 16 5557*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5558*9880d681SAndroid Build Coastguard Worker %vecins9717 = insertelement <4 x float> %tmp900, float undef, i32 0 5559*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5560*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9717, <4 x float>* undef, align 16 5561*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5562*9880d681SAndroid Build Coastguard Worker %tmp901 = load <4 x float>, <4 x float>* undef, align 16 5563*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5564*9880d681SAndroid Build Coastguard Worker %vecext9718 = extractelement <4 x float> %tmp901, i32 1 5565*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5566*9880d681SAndroid Build Coastguard Worker %add9719 = fadd float %vecext9718, 0x406BC66660000000 5567*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5568*9880d681SAndroid Build Coastguard Worker %tmp902 = load <4 x float>, <4 x float>* undef, align 16 5569*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5570*9880d681SAndroid Build Coastguard Worker %vecins9720 = insertelement <4 x float> %tmp902, float %add9719, i32 1 5571*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5572*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9720, <4 x float>* undef, align 16 5573*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5574*9880d681SAndroid Build Coastguard Worker %tmp903 = load <4 x float>, <4 x float>* undef, align 16 5575*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5576*9880d681SAndroid Build Coastguard Worker %vecext9721 = extractelement <4 x float> %tmp903, i32 2 5577*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5578*9880d681SAndroid Build Coastguard Worker %add9722 = fadd float %vecext9721, -3.860000e+02 5579*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5580*9880d681SAndroid Build Coastguard Worker %tmp904 = load <4 x float>, <4 x float>* undef, align 16 5581*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5582*9880d681SAndroid Build Coastguard Worker %vecins9723 = insertelement <4 x float> %tmp904, float %add9722, i32 2 5583*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5584*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9723, <4 x float>* undef, align 16 5585*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5586*9880d681SAndroid Build Coastguard Worker %tmp905 = load <4 x float>, <4 x float>* undef, align 16 5587*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5588*9880d681SAndroid Build Coastguard Worker %vecext9724 = extractelement <4 x float> %tmp905, i32 3 5589*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5590*9880d681SAndroid Build Coastguard Worker %add9725 = fadd float %vecext9724, 0x407CF199A0000000 5591*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5592*9880d681SAndroid Build Coastguard Worker %tmp906 = load <4 x float>, <4 x float>* undef, align 16 5593*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5594*9880d681SAndroid Build Coastguard Worker %vecins9726 = insertelement <4 x float> %tmp906, float %add9725, i32 3 5595*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5596*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9726, <4 x float>* undef, align 16 5597*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5598*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -4.575000e+02, float 0x40713E6660000000, float 0x407D133340000000, float -1.425000e+02>, <4 x float>* undef 5599*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5600*9880d681SAndroid Build Coastguard Worker %tmp907 = load <4 x float>, <4 x float>* undef, align 16 5601*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5602*9880d681SAndroid Build Coastguard Worker %add9728 = fadd <4 x float> %tmp907, undef 5603*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5604*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9728, <4 x float>* undef, align 16 5605*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5606*9880d681SAndroid Build Coastguard Worker %tmp908 = load <4 x float>, <4 x float>* undef, align 16 5607*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5608*9880d681SAndroid Build Coastguard Worker %vecext9729 = extractelement <4 x float> %tmp908, i32 0 5609*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5610*9880d681SAndroid Build Coastguard Worker %add9730 = fadd float %vecext9729, 0x4079FB3340000000 5611*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5612*9880d681SAndroid Build Coastguard Worker %tmp909 = load <4 x float>, <4 x float>* undef, align 16 5613*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5614*9880d681SAndroid Build Coastguard Worker %vecins9731 = insertelement <4 x float> %tmp909, float %add9730, i32 0 5615*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5616*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9731, <4 x float>* undef, align 16 5617*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5618*9880d681SAndroid Build Coastguard Worker %tmp910 = load <4 x float>, <4 x float>* undef, align 16 5619*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5620*9880d681SAndroid Build Coastguard Worker %add9733 = fadd float undef, 0xC050F33340000000 5621*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5622*9880d681SAndroid Build Coastguard Worker %tmp911 = load <4 x float>, <4 x float>* undef, align 16 5623*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5624*9880d681SAndroid Build Coastguard Worker %vecins9734 = insertelement <4 x float> %tmp911, float %add9733, i32 1 5625*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5626*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9734, <4 x float>* undef, align 16 5627*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5628*9880d681SAndroid Build Coastguard Worker %tmp912 = load <4 x float>, <4 x float>* undef, align 16 5629*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5630*9880d681SAndroid Build Coastguard Worker %vecext9735 = extractelement <4 x float> %tmp912, i32 2 5631*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5632*9880d681SAndroid Build Coastguard Worker %add9736 = fadd float %vecext9735, 0x40582CCCC0000000 5633*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5634*9880d681SAndroid Build Coastguard Worker %tmp913 = load <4 x float>, <4 x float>* undef, align 16 5635*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5636*9880d681SAndroid Build Coastguard Worker %vecins9737 = insertelement <4 x float> %tmp913, float %add9736, i32 2 5637*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5638*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9737, <4 x float>* undef, align 16 5639*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5640*9880d681SAndroid Build Coastguard Worker %tmp914 = load <4 x float>, <4 x float>* undef, align 16 5641*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5642*9880d681SAndroid Build Coastguard Worker %vecext9738 = extractelement <4 x float> %tmp914, i32 3 5643*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5644*9880d681SAndroid Build Coastguard Worker %vecins9740 = insertelement <4 x float> undef, float undef, i32 3 5645*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5646*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9740, <4 x float>* undef, align 16 5647*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5648*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 2.150000e+02, float 0x405A2CCCC0000000, float 2.310000e+02, float 0x404E1999A0000000>, <4 x float>* undef 5649*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5650*9880d681SAndroid Build Coastguard Worker %tmp915 = load <4 x float>, <4 x float>* undef 5651*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5652*9880d681SAndroid Build Coastguard Worker %tmp916 = load <4 x float>, <4 x float>* undef, align 16 5653*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5654*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5655*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5656*9880d681SAndroid Build Coastguard Worker %tmp917 = load <4 x float>, <4 x float>* undef, align 16 5657*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5658*9880d681SAndroid Build Coastguard Worker %vecext9743 = extractelement <4 x float> %tmp917, i32 0 5659*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5660*9880d681SAndroid Build Coastguard Worker %add9744 = fadd float %vecext9743, -2.510000e+02 5661*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5662*9880d681SAndroid Build Coastguard Worker %vecins9745 = insertelement <4 x float> undef, float %add9744, i32 0 5663*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5664*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9745, <4 x float>* undef, align 16 5665*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5666*9880d681SAndroid Build Coastguard Worker %tmp918 = load <4 x float>, <4 x float>* undef, align 16 5667*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5668*9880d681SAndroid Build Coastguard Worker %vecext9746 = extractelement <4 x float> %tmp918, i32 1 5669*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5670*9880d681SAndroid Build Coastguard Worker %add9747 = fadd float %vecext9746, 4.685000e+02 5671*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5672*9880d681SAndroid Build Coastguard Worker %tmp919 = load <4 x float>, <4 x float>* undef, align 16 5673*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5674*9880d681SAndroid Build Coastguard Worker %vecins9748 = insertelement <4 x float> %tmp919, float %add9747, i32 1 5675*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5676*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9748, <4 x float>* undef, align 16 5677*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5678*9880d681SAndroid Build Coastguard Worker %tmp920 = load <4 x float>, <4 x float>* undef, align 16 5679*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5680*9880d681SAndroid Build Coastguard Worker %vecext9749 = extractelement <4 x float> %tmp920, i32 2 5681*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5682*9880d681SAndroid Build Coastguard Worker %add9750 = fadd float %vecext9749, 1.600000e+01 5683*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5684*9880d681SAndroid Build Coastguard Worker %tmp921 = load <4 x float>, <4 x float>* undef, align 16 5685*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5686*9880d681SAndroid Build Coastguard Worker %vecins9751 = insertelement <4 x float> %tmp921, float %add9750, i32 2 5687*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5688*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9751, <4 x float>* undef, align 16 5689*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5690*9880d681SAndroid Build Coastguard Worker %tmp922 = load <4 x float>, <4 x float>* undef, align 16 5691*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5692*9880d681SAndroid Build Coastguard Worker %vecext9752 = extractelement <4 x float> %tmp922, i32 3 5693*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5694*9880d681SAndroid Build Coastguard Worker %add9753 = fadd float %vecext9752, -2.600000e+01 5695*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5696*9880d681SAndroid Build Coastguard Worker %tmp923 = load <4 x float>, <4 x float>* undef, align 16 5697*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5698*9880d681SAndroid Build Coastguard Worker %vecins9754 = insertelement <4 x float> %tmp923, float %add9753, i32 3 5699*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5700*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9754, <4 x float>* undef, align 16 5701*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5702*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 2.590000e+02, float 0x407B7199A0000000, float 0xC07ED199A0000000, float 0xC064FCCCC0000000>, <4 x float>* %.compoundliteral9755 5703*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5704*9880d681SAndroid Build Coastguard Worker %tmp924 = load <4 x float>, <4 x float>* %.compoundliteral9755 5705*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5706*9880d681SAndroid Build Coastguard Worker %tmp925 = load <4 x float>, <4 x float>* undef, align 16 5707*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5708*9880d681SAndroid Build Coastguard Worker %add9756 = fadd <4 x float> %tmp925, %tmp924 5709*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5710*9880d681SAndroid Build Coastguard Worker %tmp926 = load <4 x float>, <4 x float>* undef, align 16 5711*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5712*9880d681SAndroid Build Coastguard Worker %vecext9757 = extractelement <4 x float> %tmp926, i32 0 5713*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5714*9880d681SAndroid Build Coastguard Worker %add9758 = fadd float %vecext9757, -1.810000e+02 5715*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5716*9880d681SAndroid Build Coastguard Worker %tmp927 = load <4 x float>, <4 x float>* undef, align 16 5717*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5718*9880d681SAndroid Build Coastguard Worker %vecins9759 = insertelement <4 x float> %tmp927, float %add9758, i32 0 5719*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5720*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9759, <4 x float>* undef, align 16 5721*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5722*9880d681SAndroid Build Coastguard Worker %tmp928 = load <4 x float>, <4 x float>* undef, align 16 5723*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5724*9880d681SAndroid Build Coastguard Worker %vecext9760 = extractelement <4 x float> %tmp928, i32 1 5725*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5726*9880d681SAndroid Build Coastguard Worker %add9761 = fadd float %vecext9760, 0xC07C3E6660000000 5727*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5728*9880d681SAndroid Build Coastguard Worker %tmp929 = load <4 x float>, <4 x float>* undef, align 16 5729*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5730*9880d681SAndroid Build Coastguard Worker %vecins9762 = insertelement <4 x float> %tmp929, float %add9761, i32 1 5731*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5732*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9762, <4 x float>* undef, align 16 5733*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5734*9880d681SAndroid Build Coastguard Worker %tmp930 = load <4 x float>, <4 x float>* undef, align 16 5735*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5736*9880d681SAndroid Build Coastguard Worker %add9764 = fadd float undef, 0xC060E66660000000 5737*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5738*9880d681SAndroid Build Coastguard Worker %tmp931 = load <4 x float>, <4 x float>* undef, align 16 5739*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5740*9880d681SAndroid Build Coastguard Worker %vecins9765 = insertelement <4 x float> %tmp931, float %add9764, i32 2 5741*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5742*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9765, <4 x float>* undef, align 16 5743*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5744*9880d681SAndroid Build Coastguard Worker %tmp932 = load <4 x float>, <4 x float>* undef, align 16 5745*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5746*9880d681SAndroid Build Coastguard Worker %vecext9766 = extractelement <4 x float> %tmp932, i32 3 5747*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5748*9880d681SAndroid Build Coastguard Worker %add9767 = fadd float %vecext9766, 0xC0753E6660000000 5749*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5750*9880d681SAndroid Build Coastguard Worker %tmp933 = load <4 x float>, <4 x float>* undef, align 16 5751*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5752*9880d681SAndroid Build Coastguard Worker %vecins9768 = insertelement <4 x float> %tmp933, float %add9767, i32 3 5753*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5754*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9768, <4 x float>* undef, align 16 5755*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5756*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4032CCCCC0000000, float -9.600000e+01, float -5.000000e+02, float 0x4078EE6660000000>, <4 x float>* %.compoundliteral9769 5757*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5758*9880d681SAndroid Build Coastguard Worker %tmp934 = load <4 x float>, <4 x float>* %.compoundliteral9769 5759*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5760*9880d681SAndroid Build Coastguard Worker %tmp935 = load <4 x float>, <4 x float>* undef, align 16 5761*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5762*9880d681SAndroid Build Coastguard Worker %add9770 = fadd <4 x float> %tmp935, %tmp934 5763*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5764*9880d681SAndroid Build Coastguard Worker store <4 x float> %add9770, <4 x float>* undef, align 16 5765*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5766*9880d681SAndroid Build Coastguard Worker %tmp936 = load <4 x float>, <4 x float>* undef, align 16 5767*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5768*9880d681SAndroid Build Coastguard Worker %vecext9771 = extractelement <4 x float> %tmp936, i32 0 5769*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5770*9880d681SAndroid Build Coastguard Worker %add9772 = fadd float %vecext9771, 0xC0733E6660000000 5771*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5772*9880d681SAndroid Build Coastguard Worker %tmp937 = load <4 x float>, <4 x float>* undef, align 16 5773*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5774*9880d681SAndroid Build Coastguard Worker %vecins9773 = insertelement <4 x float> %tmp937, float %add9772, i32 0 5775*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5776*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9773, <4 x float>* undef, align 16 5777*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5778*9880d681SAndroid Build Coastguard Worker %tmp938 = load <4 x float>, <4 x float>* undef, align 16 5779*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5780*9880d681SAndroid Build Coastguard Worker %vecext9774 = extractelement <4 x float> %tmp938, i32 1 5781*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5782*9880d681SAndroid Build Coastguard Worker %add9775 = fadd float %vecext9774, 1.715000e+02 5783*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5784*9880d681SAndroid Build Coastguard Worker %tmp939 = load <4 x float>, <4 x float>* undef, align 16 5785*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5786*9880d681SAndroid Build Coastguard Worker %vecins9776 = insertelement <4 x float> %tmp939, float %add9775, i32 1 5787*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5788*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins9776, <4 x float>* undef, align 16 5789*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5790*9880d681SAndroid Build Coastguard Worker %vecext9816 = extractelement <4 x float> undef, i32 1 5791*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5792*9880d681SAndroid Build Coastguard Worker %tmp940 = load <4 x float>, <4 x float>* undef, align 16 5793*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5794*9880d681SAndroid Build Coastguard Worker %vecins9818 = insertelement <4 x float> %tmp940, float undef, i32 1 5795*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5796*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5797*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5798*9880d681SAndroid Build Coastguard Worker %tmp941 = load <4 x float>, <4 x float>* undef, align 16 5799*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5800*9880d681SAndroid Build Coastguard Worker %add10388 = fadd float undef, 4.755000e+02 5801*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5802*9880d681SAndroid Build Coastguard Worker %tmp942 = load <4 x float>, <4 x float>* undef, align 16 5803*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5804*9880d681SAndroid Build Coastguard Worker %vecins10389 = insertelement <4 x float> %tmp942, float %add10388, i32 0 5805*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5806*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10389, <4 x float>* undef, align 16 5807*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5808*9880d681SAndroid Build Coastguard Worker %tmp943 = load <4 x float>, <4 x float>* undef, align 16 5809*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5810*9880d681SAndroid Build Coastguard Worker %vecext10390 = extractelement <4 x float> %tmp943, i32 1 5811*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5812*9880d681SAndroid Build Coastguard Worker %add10391 = fadd float %vecext10390, 0xC05AECCCC0000000 5813*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5814*9880d681SAndroid Build Coastguard Worker %tmp944 = load <4 x float>, <4 x float>* undef, align 16 5815*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5816*9880d681SAndroid Build Coastguard Worker %vecins10392 = insertelement <4 x float> %tmp944, float %add10391, i32 1 5817*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5818*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10392, <4 x float>* undef, align 16 5819*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5820*9880d681SAndroid Build Coastguard Worker %tmp945 = load <4 x float>, <4 x float>* undef, align 16 5821*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5822*9880d681SAndroid Build Coastguard Worker %tmp946 = load <4 x float>, <4 x float>* undef, align 16 5823*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5824*9880d681SAndroid Build Coastguard Worker %add10405 = fadd float undef, -5.650000e+01 5825*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5826*9880d681SAndroid Build Coastguard Worker %tmp947 = load <4 x float>, <4 x float>* undef, align 16 5827*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5828*9880d681SAndroid Build Coastguard Worker %vecins10406 = insertelement <4 x float> %tmp947, float %add10405, i32 1 5829*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5830*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10406, <4 x float>* undef, align 16 5831*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5832*9880d681SAndroid Build Coastguard Worker %tmp948 = load <4 x float>, <4 x float>* undef, align 16 5833*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5834*9880d681SAndroid Build Coastguard Worker %vecext10407 = extractelement <4 x float> %tmp948, i32 2 5835*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5836*9880d681SAndroid Build Coastguard Worker %add10408 = fadd float %vecext10407, 0xC06A633340000000 5837*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5838*9880d681SAndroid Build Coastguard Worker %tmp949 = load <4 x float>, <4 x float>* undef, align 16 5839*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5840*9880d681SAndroid Build Coastguard Worker %vecins10409 = insertelement <4 x float> %tmp949, float %add10408, i32 2 5841*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5842*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10409, <4 x float>* undef, align 16 5843*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5844*9880d681SAndroid Build Coastguard Worker %tmp950 = load <4 x float>, <4 x float>* undef, align 16 5845*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5846*9880d681SAndroid Build Coastguard Worker %vecext10410 = extractelement <4 x float> %tmp950, i32 3 5847*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5848*9880d681SAndroid Build Coastguard Worker %add10411 = fadd float %vecext10410, 0xC078D66660000000 5849*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5850*9880d681SAndroid Build Coastguard Worker %tmp951 = load <4 x float>, <4 x float>* undef, align 16 5851*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5852*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5853*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5854*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -2.340000e+02, float -4.720000e+02, float 4.350000e+02, float 0xC059A66660000000>, <4 x float>* %.compoundliteral10413 5855*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5856*9880d681SAndroid Build Coastguard Worker %tmp952 = load <4 x float>, <4 x float>* %.compoundliteral10413 5857*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5858*9880d681SAndroid Build Coastguard Worker %tmp953 = load <4 x float>, <4 x float>* undef, align 16 5859*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5860*9880d681SAndroid Build Coastguard Worker %add10414 = fadd <4 x float> %tmp953, %tmp952 5861*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5862*9880d681SAndroid Build Coastguard Worker store <4 x float> %add10414, <4 x float>* undef, align 16 5863*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5864*9880d681SAndroid Build Coastguard Worker %tmp954 = load <4 x float>, <4 x float>* undef, align 16 5865*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5866*9880d681SAndroid Build Coastguard Worker %vecext10415 = extractelement <4 x float> %tmp954, i32 0 5867*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5868*9880d681SAndroid Build Coastguard Worker %add10416 = fadd float %vecext10415, 3.450000e+02 5869*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5870*9880d681SAndroid Build Coastguard Worker %tmp955 = load <4 x float>, <4 x float>* undef, align 16 5871*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5872*9880d681SAndroid Build Coastguard Worker %vecins10417 = insertelement <4 x float> %tmp955, float %add10416, i32 0 5873*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5874*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10417, <4 x float>* undef, align 16 5875*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5876*9880d681SAndroid Build Coastguard Worker %tmp956 = load <4 x float>, <4 x float>* undef, align 16 5877*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5878*9880d681SAndroid Build Coastguard Worker %vecext10418 = extractelement <4 x float> %tmp956, i32 1 5879*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5880*9880d681SAndroid Build Coastguard Worker %add10419 = fadd float %vecext10418, -6.000000e+00 5881*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5882*9880d681SAndroid Build Coastguard Worker %tmp957 = load <4 x float>, <4 x float>* undef, align 16 5883*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5884*9880d681SAndroid Build Coastguard Worker %vecins10420 = insertelement <4 x float> %tmp957, float %add10419, i32 1 5885*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5886*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10420, <4 x float>* undef, align 16 5887*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5888*9880d681SAndroid Build Coastguard Worker %add10422 = fadd float undef, 0xC0662CCCC0000000 5889*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5890*9880d681SAndroid Build Coastguard Worker %vecext10424 = extractelement <4 x float> undef, i32 3 5891*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5892*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 5893*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5894*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x402B333340000000, float 0x40735E6660000000, float 0xC0567999A0000000, float 2.050000e+02>, <4 x float>* undef 5895*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5896*9880d681SAndroid Build Coastguard Worker %tmp958 = load <4 x float>, <4 x float>* undef 5897*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5898*9880d681SAndroid Build Coastguard Worker %tmp959 = load <4 x float>, <4 x float>* undef, align 16 5899*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5900*9880d681SAndroid Build Coastguard Worker %add10428 = fadd <4 x float> %tmp959, %tmp958 5901*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5902*9880d681SAndroid Build Coastguard Worker store <4 x float> %add10428, <4 x float>* undef, align 16 5903*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5904*9880d681SAndroid Build Coastguard Worker %tmp960 = load <4 x float>, <4 x float>* undef, align 16 5905*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5906*9880d681SAndroid Build Coastguard Worker %vecext10429 = extractelement <4 x float> %tmp960, i32 0 5907*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5908*9880d681SAndroid Build Coastguard Worker %add10430 = fadd float %vecext10429, 0xC075166660000000 5909*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5910*9880d681SAndroid Build Coastguard Worker %tmp961 = load <4 x float>, <4 x float>* undef, align 16 5911*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5912*9880d681SAndroid Build Coastguard Worker %add10436 = fadd float undef, 0xC06AF33340000000 5913*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5914*9880d681SAndroid Build Coastguard Worker %tmp962 = load <4 x float>, <4 x float>* undef, align 16 5915*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5916*9880d681SAndroid Build Coastguard Worker %vecins10437 = insertelement <4 x float> %tmp962, float %add10436, i32 2 5917*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5918*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10437, <4 x float>* undef, align 16 5919*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5920*9880d681SAndroid Build Coastguard Worker %vecext10438 = extractelement <4 x float> undef, i32 3 5921*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5922*9880d681SAndroid Build Coastguard Worker %add10439 = fadd float %vecext10438, 0x405C7999A0000000 5923*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5924*9880d681SAndroid Build Coastguard Worker %tmp963 = load <4 x float>, <4 x float>* undef, align 16 5925*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5926*9880d681SAndroid Build Coastguard Worker %vecins10440 = insertelement <4 x float> %tmp963, float %add10439, i32 3 5927*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5928*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10440, <4 x float>* undef, align 16 5929*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5930*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC065E999A0000000, float 0x4067D33340000000, float 0xC070133340000000, float 0x406B666660000000>, <4 x float>* undef 5931*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5932*9880d681SAndroid Build Coastguard Worker %tmp964 = load <4 x float>, <4 x float>* undef 5933*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5934*9880d681SAndroid Build Coastguard Worker %tmp965 = load <4 x float>, <4 x float>* undef, align 16 5935*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5936*9880d681SAndroid Build Coastguard Worker %vecext10443 = extractelement <4 x float> %tmp965, i32 0 5937*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5938*9880d681SAndroid Build Coastguard Worker %add10444 = fadd float %vecext10443, 0xC06CA999A0000000 5939*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5940*9880d681SAndroid Build Coastguard Worker %tmp966 = load <4 x float>, <4 x float>* undef, align 16 5941*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5942*9880d681SAndroid Build Coastguard Worker %vecins10445 = insertelement <4 x float> %tmp966, float %add10444, i32 0 5943*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5944*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10445, <4 x float>* undef, align 16 5945*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5946*9880d681SAndroid Build Coastguard Worker %tmp967 = load <4 x float>, <4 x float>* undef, align 16 5947*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5948*9880d681SAndroid Build Coastguard Worker %vecext10446 = extractelement <4 x float> %tmp967, i32 1 5949*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5950*9880d681SAndroid Build Coastguard Worker %add10447 = fadd float %vecext10446, 0x4064B999A0000000 5951*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5952*9880d681SAndroid Build Coastguard Worker %tmp968 = load <4 x float>, <4 x float>* undef, align 16 5953*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5954*9880d681SAndroid Build Coastguard Worker %vecins10448 = insertelement <4 x float> %tmp968, float %add10447, i32 1 5955*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5956*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10448, <4 x float>* undef, align 16 5957*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5958*9880d681SAndroid Build Coastguard Worker %tmp969 = load <4 x float>, <4 x float>* undef, align 16 5959*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5960*9880d681SAndroid Build Coastguard Worker %vecext10449 = extractelement <4 x float> %tmp969, i32 2 5961*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5962*9880d681SAndroid Build Coastguard Worker %add10450 = fadd float %vecext10449, 0x407B3CCCC0000000 5963*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5964*9880d681SAndroid Build Coastguard Worker %tmp970 = load <4 x float>, <4 x float>* undef, align 16 5965*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5966*9880d681SAndroid Build Coastguard Worker %vecins10451 = insertelement <4 x float> %tmp970, float %add10450, i32 2 5967*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5968*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10451, <4 x float>* undef, align 16 5969*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5970*9880d681SAndroid Build Coastguard Worker %tmp971 = load <4 x float>, <4 x float>* undef, align 16 5971*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5972*9880d681SAndroid Build Coastguard Worker %vecext10452 = extractelement <4 x float> %tmp971, i32 3 5973*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5974*9880d681SAndroid Build Coastguard Worker %add10453 = fadd float %vecext10452, -2.225000e+02 5975*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5976*9880d681SAndroid Build Coastguard Worker %vecins10454 = insertelement <4 x float> undef, float %add10453, i32 3 5977*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5978*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x406AFCCCC0000000, float 0xC07604CCC0000000, float 6.900000e+01, float 0xC060A66660000000>, <4 x float>* undef 5979*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5980*9880d681SAndroid Build Coastguard Worker %tmp972 = load <4 x float>, <4 x float>* undef 5981*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5982*9880d681SAndroid Build Coastguard Worker %tmp973 = load <4 x float>, <4 x float>* undef, align 16 5983*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5984*9880d681SAndroid Build Coastguard Worker %add10456 = fadd <4 x float> %tmp973, %tmp972 5985*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5986*9880d681SAndroid Build Coastguard Worker store <4 x float> %add10456, <4 x float>* undef, align 16 5987*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5988*9880d681SAndroid Build Coastguard Worker %tmp974 = load <4 x float>, <4 x float>* undef, align 16 5989*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5990*9880d681SAndroid Build Coastguard Worker %vecext10457 = extractelement <4 x float> %tmp974, i32 0 5991*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5992*9880d681SAndroid Build Coastguard Worker %add10458 = fadd float %vecext10457, 2.375000e+02 5993*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5994*9880d681SAndroid Build Coastguard Worker %vecins10459 = insertelement <4 x float> undef, float %add10458, i32 0 5995*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5996*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10459, <4 x float>* undef, align 16 5997*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 5998*9880d681SAndroid Build Coastguard Worker %tmp975 = load <4 x float>, <4 x float>* undef, align 16 5999*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6000*9880d681SAndroid Build Coastguard Worker %vecext10460 = extractelement <4 x float> %tmp975, i32 1 6001*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6002*9880d681SAndroid Build Coastguard Worker %add10461 = fadd float %vecext10460, 0xC06B3999A0000000 6003*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6004*9880d681SAndroid Build Coastguard Worker %tmp976 = load <4 x float>, <4 x float>* undef, align 16 6005*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6006*9880d681SAndroid Build Coastguard Worker %vecins10462 = insertelement <4 x float> %tmp976, float %add10461, i32 1 6007*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6008*9880d681SAndroid Build Coastguard Worker %tmp977 = load <4 x float>, <4 x float>* undef, align 16 6009*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6010*9880d681SAndroid Build Coastguard Worker %vecext10463 = extractelement <4 x float> %tmp977, i32 2 6011*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6012*9880d681SAndroid Build Coastguard Worker %add10464 = fadd float %vecext10463, 0x40655999A0000000 6013*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6014*9880d681SAndroid Build Coastguard Worker %tmp978 = load <4 x float>, <4 x float>* undef, align 16 6015*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6016*9880d681SAndroid Build Coastguard Worker %vecins10465 = insertelement <4 x float> %tmp978, float %add10464, i32 2 6017*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6018*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10465, <4 x float>* undef, align 16 6019*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6020*9880d681SAndroid Build Coastguard Worker %tmp979 = load <4 x float>, <4 x float>* undef, align 16 6021*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6022*9880d681SAndroid Build Coastguard Worker %vecext10466 = extractelement <4 x float> %tmp979, i32 3 6023*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6024*9880d681SAndroid Build Coastguard Worker %add10467 = fadd float %vecext10466, 0xC07B6999A0000000 6025*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6026*9880d681SAndroid Build Coastguard Worker %tmp980 = load <4 x float>, <4 x float>* undef, align 16 6027*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6028*9880d681SAndroid Build Coastguard Worker %vecins10468 = insertelement <4 x float> %tmp980, float %add10467, i32 3 6029*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6030*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10468, <4 x float>* undef, align 16 6031*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6032*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4078833340000000, float 0x40786CCCC0000000, float 0xC0468CCCC0000000, float 0xC0793199A0000000>, <4 x float>* undef 6033*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6034*9880d681SAndroid Build Coastguard Worker %tmp981 = load <4 x float>, <4 x float>* undef, align 16 6035*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6036*9880d681SAndroid Build Coastguard Worker %add10470 = fadd <4 x float> %tmp981, undef 6037*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6038*9880d681SAndroid Build Coastguard Worker %tmp982 = load <4 x float>, <4 x float>* undef, align 16 6039*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6040*9880d681SAndroid Build Coastguard Worker %vecext10471 = extractelement <4 x float> %tmp982, i32 0 6041*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6042*9880d681SAndroid Build Coastguard Worker %add10472 = fadd float %vecext10471, 0x40710CCCC0000000 6043*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6044*9880d681SAndroid Build Coastguard Worker %tmp983 = load <4 x float>, <4 x float>* undef, align 16 6045*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6046*9880d681SAndroid Build Coastguard Worker %vecins10473 = insertelement <4 x float> %tmp983, float %add10472, i32 0 6047*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6048*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10473, <4 x float>* undef, align 16 6049*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6050*9880d681SAndroid Build Coastguard Worker %tmp984 = load <4 x float>, <4 x float>* undef, align 16 6051*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6052*9880d681SAndroid Build Coastguard Worker %vecext10474 = extractelement <4 x float> %tmp984, i32 1 6053*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6054*9880d681SAndroid Build Coastguard Worker %add10475 = fadd float %vecext10474, 0x40709B3340000000 6055*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6056*9880d681SAndroid Build Coastguard Worker %tmp985 = load <4 x float>, <4 x float>* undef, align 16 6057*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6058*9880d681SAndroid Build Coastguard Worker %vecins10476 = insertelement <4 x float> %tmp985, float %add10475, i32 1 6059*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6060*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10476, <4 x float>* undef, align 16 6061*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6062*9880d681SAndroid Build Coastguard Worker %add10489 = fadd float undef, 0x4074666660000000 6063*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6064*9880d681SAndroid Build Coastguard Worker %tmp986 = load <4 x float>, <4 x float>* undef, align 16 6065*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6066*9880d681SAndroid Build Coastguard Worker %vecins10490 = insertelement <4 x float> %tmp986, float %add10489, i32 1 6067*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6068*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10490, <4 x float>* undef, align 16 6069*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6070*9880d681SAndroid Build Coastguard Worker %tmp987 = load <4 x float>, <4 x float>* undef, align 16 6071*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6072*9880d681SAndroid Build Coastguard Worker %tmp988 = load <4 x float>, <4 x float>* undef, align 16 6073*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6074*9880d681SAndroid Build Coastguard Worker %vecext10508 = extractelement <4 x float> %tmp988, i32 3 6075*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6076*9880d681SAndroid Build Coastguard Worker %add10509 = fadd float %vecext10508, 0xC027333340000000 6077*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6078*9880d681SAndroid Build Coastguard Worker %tmp989 = load <4 x float>, <4 x float>* undef, align 16 6079*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6080*9880d681SAndroid Build Coastguard Worker %vecins10510 = insertelement <4 x float> %tmp989, float %add10509, i32 3 6081*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6082*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10510, <4 x float>* undef, align 16 6083*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6084*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40656999A0000000, float 0xC073766660000000, float 1.685000e+02, float 0x40765199A0000000>, <4 x float>* undef 6085*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6086*9880d681SAndroid Build Coastguard Worker %tmp990 = load <4 x float>, <4 x float>* undef 6087*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6088*9880d681SAndroid Build Coastguard Worker %add10512 = fadd <4 x float> undef, %tmp990 6089*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6090*9880d681SAndroid Build Coastguard Worker %tmp991 = load <4 x float>, <4 x float>* undef, align 16 6091*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6092*9880d681SAndroid Build Coastguard Worker %vecext10513 = extractelement <4 x float> %tmp991, i32 0 6093*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6094*9880d681SAndroid Build Coastguard Worker %add10514 = fadd float %vecext10513, 0x405BB999A0000000 6095*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6096*9880d681SAndroid Build Coastguard Worker %tmp992 = load <4 x float>, <4 x float>* undef, align 16 6097*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6098*9880d681SAndroid Build Coastguard Worker %vecins10515 = insertelement <4 x float> %tmp992, float %add10514, i32 0 6099*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6100*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10515, <4 x float>* undef, align 16 6101*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6102*9880d681SAndroid Build Coastguard Worker %tmp993 = load <4 x float>, <4 x float>* undef, align 16 6103*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6104*9880d681SAndroid Build Coastguard Worker %add10562 = fadd float undef, 2.035000e+02 6105*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6106*9880d681SAndroid Build Coastguard Worker %tmp994 = load <4 x float>, <4 x float>* undef, align 16 6107*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6108*9880d681SAndroid Build Coastguard Worker %vecins10563 = insertelement <4 x float> %tmp994, float %add10562, i32 2 6109*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6110*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10563, <4 x float>* undef, align 16 6111*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6112*9880d681SAndroid Build Coastguard Worker %tmp995 = load <4 x float>, <4 x float>* undef, align 16 6113*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6114*9880d681SAndroid Build Coastguard Worker %vecext10564 = extractelement <4 x float> %tmp995, i32 3 6115*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6116*9880d681SAndroid Build Coastguard Worker %add10565 = fadd float %vecext10564, 0x407AE4CCC0000000 6117*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6118*9880d681SAndroid Build Coastguard Worker %tmp996 = load <4 x float>, <4 x float>* undef, align 16 6119*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6120*9880d681SAndroid Build Coastguard Worker %vecins10566 = insertelement <4 x float> %tmp996, float %add10565, i32 3 6121*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6122*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10566, <4 x float>* undef, align 16 6123*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6124*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC068B999A0000000, float 0xC050E66660000000, float 0xC0725999A0000000, float 0xC054D33340000000>, <4 x float>* %.compoundliteral10567 6125*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6126*9880d681SAndroid Build Coastguard Worker %tmp997 = load <4 x float>, <4 x float>* %.compoundliteral10567 6127*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6128*9880d681SAndroid Build Coastguard Worker %tmp998 = load <4 x float>, <4 x float>* undef, align 16 6129*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6130*9880d681SAndroid Build Coastguard Worker %add10568 = fadd <4 x float> %tmp998, %tmp997 6131*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6132*9880d681SAndroid Build Coastguard Worker %tmp999 = load <4 x float>, <4 x float>* undef, align 16 6133*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6134*9880d681SAndroid Build Coastguard Worker %vecext10569 = extractelement <4 x float> %tmp999, i32 0 6135*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6136*9880d681SAndroid Build Coastguard Worker %add10570 = fadd float %vecext10569, 0x4074C33340000000 6137*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6138*9880d681SAndroid Build Coastguard Worker %tmp1000 = load <4 x float>, <4 x float>* undef, align 16 6139*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6140*9880d681SAndroid Build Coastguard Worker %vecins10571 = insertelement <4 x float> %tmp1000, float %add10570, i32 0 6141*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6142*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10571, <4 x float>* undef, align 16 6143*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6144*9880d681SAndroid Build Coastguard Worker %tmp1001 = load <4 x float>, <4 x float>* undef, align 16 6145*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6146*9880d681SAndroid Build Coastguard Worker %vecext10572 = extractelement <4 x float> %tmp1001, i32 1 6147*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6148*9880d681SAndroid Build Coastguard Worker %add10573 = fadd float %vecext10572, 0x407DF33340000000 6149*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6150*9880d681SAndroid Build Coastguard Worker %tmp1002 = load <4 x float>, <4 x float>* undef, align 16 6151*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6152*9880d681SAndroid Build Coastguard Worker %vecins10574 = insertelement <4 x float> %tmp1002, float %add10573, i32 1 6153*9880d681SAndroid Build Coastguard Worker tail call void asm sideeffect "", "~{q0}{q1}{q2}{q3}{q4}{q5}{q6}{q7}{q8}{q9}{q10}{q11}{q12}{q13}{q14}{q15}"() 6154*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10574, <4 x float>* undef, align 16 6155*9880d681SAndroid Build Coastguard Worker %tmp1003 = load <4 x float>, <4 x float>* undef, align 16 6156*9880d681SAndroid Build Coastguard Worker %vecext10575 = extractelement <4 x float> %tmp1003, i32 2 6157*9880d681SAndroid Build Coastguard Worker %tmp1004 = load <4 x float>, <4 x float>* undef, align 16 6158*9880d681SAndroid Build Coastguard Worker %vecins10577 = insertelement <4 x float> %tmp1004, float undef, i32 2 6159*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10577, <4 x float>* undef, align 16 6160*9880d681SAndroid Build Coastguard Worker %tmp1005 = load <4 x float>, <4 x float>* undef, align 16 6161*9880d681SAndroid Build Coastguard Worker %vecext10578 = extractelement <4 x float> %tmp1005, i32 3 6162*9880d681SAndroid Build Coastguard Worker %add10579 = fadd float %vecext10578, 0x4076566660000000 6163*9880d681SAndroid Build Coastguard Worker %tmp1006 = load <4 x float>, <4 x float>* undef, align 16 6164*9880d681SAndroid Build Coastguard Worker %vecins10580 = insertelement <4 x float> %tmp1006, float %add10579, i32 3 6165*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10580, <4 x float>* undef, align 16 6166*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407CAB3340000000, float 1.685000e+02, float 0xC07B866660000000, float 0xC061ACCCC0000000>, <4 x float>* %.compoundliteral10581 6167*9880d681SAndroid Build Coastguard Worker %tmp1007 = load <4 x float>, <4 x float>* %.compoundliteral10581 6168*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6169*9880d681SAndroid Build Coastguard Worker %tmp1008 = load <4 x float>, <4 x float>* undef, align 16 6170*9880d681SAndroid Build Coastguard Worker %vecext10583 = extractelement <4 x float> %tmp1008, i32 0 6171*9880d681SAndroid Build Coastguard Worker %add10584 = fadd float %vecext10583, 0xC060533340000000 6172*9880d681SAndroid Build Coastguard Worker %tmp1009 = load <4 x float>, <4 x float>* undef, align 16 6173*9880d681SAndroid Build Coastguard Worker %vecins10585 = insertelement <4 x float> %tmp1009, float %add10584, i32 0 6174*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10585, <4 x float>* undef, align 16 6175*9880d681SAndroid Build Coastguard Worker %tmp1010 = load <4 x float>, <4 x float>* undef, align 16 6176*9880d681SAndroid Build Coastguard Worker %vecext10586 = extractelement <4 x float> %tmp1010, i32 1 6177*9880d681SAndroid Build Coastguard Worker %add10587 = fadd float %vecext10586, 0xC0694CCCC0000000 6178*9880d681SAndroid Build Coastguard Worker %tmp1011 = load <4 x float>, <4 x float>* undef, align 16 6179*9880d681SAndroid Build Coastguard Worker %vecins10588 = insertelement <4 x float> %tmp1011, float %add10587, i32 1 6180*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10588, <4 x float>* undef, align 16 6181*9880d681SAndroid Build Coastguard Worker %tmp1012 = load <4 x float>, <4 x float>* undef, align 16 6182*9880d681SAndroid Build Coastguard Worker %vecext10589 = extractelement <4 x float> %tmp1012, i32 2 6183*9880d681SAndroid Build Coastguard Worker %add10590 = fadd float %vecext10589, 0xC0541999A0000000 6184*9880d681SAndroid Build Coastguard Worker %tmp1013 = load <4 x float>, <4 x float>* undef, align 16 6185*9880d681SAndroid Build Coastguard Worker %vecins10591 = insertelement <4 x float> %tmp1013, float %add10590, i32 2 6186*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10591, <4 x float>* undef, align 16 6187*9880d681SAndroid Build Coastguard Worker %tmp1014 = load <4 x float>, <4 x float>* undef, align 16 6188*9880d681SAndroid Build Coastguard Worker %vecext10592 = extractelement <4 x float> %tmp1014, i32 3 6189*9880d681SAndroid Build Coastguard Worker %add10593 = fadd float %vecext10592, 0xC06C566660000000 6190*9880d681SAndroid Build Coastguard Worker %tmp1015 = load <4 x float>, <4 x float>* undef, align 16 6191*9880d681SAndroid Build Coastguard Worker %vecins10594 = insertelement <4 x float> %tmp1015, float %add10593, i32 3 6192*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10594, <4 x float>* undef, align 16 6193*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407A3199A0000000, float 0xC0659999A0000000, float 0x407E0999A0000000, float 0xC0334CCCC0000000>, <4 x float>* %.compoundliteral10595 6194*9880d681SAndroid Build Coastguard Worker %tmp1016 = load <4 x float>, <4 x float>* %.compoundliteral10595 6195*9880d681SAndroid Build Coastguard Worker %tmp1017 = load <4 x float>, <4 x float>* undef, align 16 6196*9880d681SAndroid Build Coastguard Worker %add10596 = fadd <4 x float> %tmp1017, %tmp1016 6197*9880d681SAndroid Build Coastguard Worker store <4 x float> %add10596, <4 x float>* undef, align 16 6198*9880d681SAndroid Build Coastguard Worker %tmp1018 = load <4 x float>, <4 x float>* undef, align 16 6199*9880d681SAndroid Build Coastguard Worker %vecext10597 = extractelement <4 x float> %tmp1018, i32 0 6200*9880d681SAndroid Build Coastguard Worker %add10598 = fadd float %vecext10597, 0x40640999A0000000 6201*9880d681SAndroid Build Coastguard Worker %tmp1019 = load <4 x float>, <4 x float>* undef, align 16 6202*9880d681SAndroid Build Coastguard Worker %vecins10599 = insertelement <4 x float> %tmp1019, float %add10598, i32 0 6203*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10599, <4 x float>* undef, align 16 6204*9880d681SAndroid Build Coastguard Worker %tmp1020 = load <4 x float>, <4 x float>* undef, align 16 6205*9880d681SAndroid Build Coastguard Worker %vecext10600 = extractelement <4 x float> %tmp1020, i32 1 6206*9880d681SAndroid Build Coastguard Worker %add10601 = fadd float %vecext10600, 0xC073966660000000 6207*9880d681SAndroid Build Coastguard Worker %tmp1021 = load <4 x float>, <4 x float>* undef, align 16 6208*9880d681SAndroid Build Coastguard Worker %vecins10602 = insertelement <4 x float> %tmp1021, float %add10601, i32 1 6209*9880d681SAndroid Build Coastguard Worker %tmp1022 = load <4 x float>, <4 x float>* undef, align 16 6210*9880d681SAndroid Build Coastguard Worker %vecext10603 = extractelement <4 x float> %tmp1022, i32 2 6211*9880d681SAndroid Build Coastguard Worker %add10604 = fadd float %vecext10603, 1.780000e+02 6212*9880d681SAndroid Build Coastguard Worker %tmp1023 = load <4 x float>, <4 x float>* undef, align 16 6213*9880d681SAndroid Build Coastguard Worker %vecins10605 = insertelement <4 x float> %tmp1023, float %add10604, i32 2 6214*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10605, <4 x float>* undef, align 16 6215*9880d681SAndroid Build Coastguard Worker %tmp1024 = load <4 x float>, <4 x float>* undef, align 16 6216*9880d681SAndroid Build Coastguard Worker %add10607 = fadd float undef, 0x4070A33340000000 6217*9880d681SAndroid Build Coastguard Worker %tmp1025 = load <4 x float>, <4 x float>* undef, align 16 6218*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407C5999A0000000, float 0x4046733340000000, float 0xC06E6CCCC0000000, float 0xC063C33340000000>, <4 x float>* %.compoundliteral10609 6219*9880d681SAndroid Build Coastguard Worker %tmp1026 = load <4 x float>, <4 x float>* %.compoundliteral10609 6220*9880d681SAndroid Build Coastguard Worker %tmp1027 = load <4 x float>, <4 x float>* undef, align 16 6221*9880d681SAndroid Build Coastguard Worker %tmp1028 = load <4 x float>, <4 x float>* undef, align 16 6222*9880d681SAndroid Build Coastguard Worker %vecext10611 = extractelement <4 x float> %tmp1028, i32 0 6223*9880d681SAndroid Build Coastguard Worker %add10612 = fadd float %vecext10611, 0x40757199A0000000 6224*9880d681SAndroid Build Coastguard Worker %vecins10613 = insertelement <4 x float> undef, float %add10612, i32 0 6225*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10613, <4 x float>* undef, align 16 6226*9880d681SAndroid Build Coastguard Worker %tmp1029 = load <4 x float>, <4 x float>* undef, align 16 6227*9880d681SAndroid Build Coastguard Worker %vecext10614 = extractelement <4 x float> %tmp1029, i32 1 6228*9880d681SAndroid Build Coastguard Worker %add10615 = fadd float %vecext10614, 0x40740CCCC0000000 6229*9880d681SAndroid Build Coastguard Worker %tmp1030 = load <4 x float>, <4 x float>* undef, align 16 6230*9880d681SAndroid Build Coastguard Worker %vecins10616 = insertelement <4 x float> %tmp1030, float %add10615, i32 1 6231*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10616, <4 x float>* undef, align 16 6232*9880d681SAndroid Build Coastguard Worker %tmp1031 = load <4 x float>, <4 x float>* undef, align 16 6233*9880d681SAndroid Build Coastguard Worker %vecext10617 = extractelement <4 x float> %tmp1031, i32 2 6234*9880d681SAndroid Build Coastguard Worker %add10618 = fadd float %vecext10617, 0xC012CCCCC0000000 6235*9880d681SAndroid Build Coastguard Worker %tmp1032 = load <4 x float>, <4 x float>* undef, align 16 6236*9880d681SAndroid Build Coastguard Worker %vecins10619 = insertelement <4 x float> %tmp1032, float %add10618, i32 2 6237*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10619, <4 x float>* undef, align 16 6238*9880d681SAndroid Build Coastguard Worker %tmp1033 = load <4 x float>, <4 x float>* undef, align 16 6239*9880d681SAndroid Build Coastguard Worker %vecext10620 = extractelement <4 x float> %tmp1033, i32 3 6240*9880d681SAndroid Build Coastguard Worker %add10621 = fadd float %vecext10620, 0x406E566660000000 6241*9880d681SAndroid Build Coastguard Worker %tmp1034 = load <4 x float>, <4 x float>* undef, align 16 6242*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407B2199A0000000, float 0xC07D9CCCC0000000, float -4.350000e+01, float 0xC07D3B3340000000>, <4 x float>* %.compoundliteral10623 6243*9880d681SAndroid Build Coastguard Worker %tmp1035 = load <4 x float>, <4 x float>* %.compoundliteral10623 6244*9880d681SAndroid Build Coastguard Worker %add10624 = fadd <4 x float> undef, %tmp1035 6245*9880d681SAndroid Build Coastguard Worker %tmp1036 = load <4 x float>, <4 x float>* undef, align 16 6246*9880d681SAndroid Build Coastguard Worker %vecext10625 = extractelement <4 x float> %tmp1036, i32 0 6247*9880d681SAndroid Build Coastguard Worker %tmp1037 = load <4 x float>, <4 x float>* undef, align 16 6248*9880d681SAndroid Build Coastguard Worker %vecins10627 = insertelement <4 x float> %tmp1037, float undef, i32 0 6249*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10627, <4 x float>* undef, align 16 6250*9880d681SAndroid Build Coastguard Worker %tmp1038 = load <4 x float>, <4 x float>* undef, align 16 6251*9880d681SAndroid Build Coastguard Worker %vecext10628 = extractelement <4 x float> %tmp1038, i32 1 6252*9880d681SAndroid Build Coastguard Worker %add10629 = fadd float %vecext10628, 0x407E3CCCC0000000 6253*9880d681SAndroid Build Coastguard Worker %tmp1039 = load <4 x float>, <4 x float>* undef, align 16 6254*9880d681SAndroid Build Coastguard Worker %vecins10630 = insertelement <4 x float> %tmp1039, float %add10629, i32 1 6255*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10630, <4 x float>* undef, align 16 6256*9880d681SAndroid Build Coastguard Worker %tmp1040 = load <4 x float>, <4 x float>* undef, align 16 6257*9880d681SAndroid Build Coastguard Worker %vecext10631 = extractelement <4 x float> %tmp1040, i32 2 6258*9880d681SAndroid Build Coastguard Worker %tmp1041 = load <4 x float>, <4 x float>* undef, align 16 6259*9880d681SAndroid Build Coastguard Worker %tmp1042 = load <4 x float>, <4 x float>* undef, align 16 6260*9880d681SAndroid Build Coastguard Worker %vecext10634 = extractelement <4 x float> %tmp1042, i32 3 6261*9880d681SAndroid Build Coastguard Worker %add10635 = fadd float %vecext10634, 0xC067533340000000 6262*9880d681SAndroid Build Coastguard Worker %tmp1043 = load <4 x float>, <4 x float>* undef, align 16 6263*9880d681SAndroid Build Coastguard Worker %vecins10636 = insertelement <4 x float> %tmp1043, float %add10635, i32 3 6264*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10636, <4 x float>* undef, align 16 6265*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 1.950000e+02, float 0x407E8E6660000000, float 0x407D7CCCC0000000, float 0x407E166660000000>, <4 x float>* %.compoundliteral10637 6266*9880d681SAndroid Build Coastguard Worker %tmp1044 = load <4 x float>, <4 x float>* undef, align 16 6267*9880d681SAndroid Build Coastguard Worker %add10638 = fadd <4 x float> %tmp1044, undef 6268*9880d681SAndroid Build Coastguard Worker %tmp1045 = load <4 x float>, <4 x float>* undef, align 16 6269*9880d681SAndroid Build Coastguard Worker %vecext10639 = extractelement <4 x float> %tmp1045, i32 0 6270*9880d681SAndroid Build Coastguard Worker %add10640 = fadd float %vecext10639, 0x406CA33340000000 6271*9880d681SAndroid Build Coastguard Worker %tmp1046 = load <4 x float>, <4 x float>* undef, align 16 6272*9880d681SAndroid Build Coastguard Worker %vecins10641 = insertelement <4 x float> %tmp1046, float %add10640, i32 0 6273*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10641, <4 x float>* undef, align 16 6274*9880d681SAndroid Build Coastguard Worker %tmp1047 = load <4 x float>, <4 x float>* undef, align 16 6275*9880d681SAndroid Build Coastguard Worker %vecext10642 = extractelement <4 x float> %tmp1047, i32 1 6276*9880d681SAndroid Build Coastguard Worker %add10643 = fadd float %vecext10642, 0xC07C8999A0000000 6277*9880d681SAndroid Build Coastguard Worker %tmp1048 = load <4 x float>, <4 x float>* undef, align 16 6278*9880d681SAndroid Build Coastguard Worker %vecins10644 = insertelement <4 x float> %tmp1048, float %add10643, i32 1 6279*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10644, <4 x float>* undef, align 16 6280*9880d681SAndroid Build Coastguard Worker %tmp1049 = load <4 x float>, <4 x float>* undef, align 16 6281*9880d681SAndroid Build Coastguard Worker %vecext10645 = extractelement <4 x float> %tmp1049, i32 2 6282*9880d681SAndroid Build Coastguard Worker %tmp1050 = load <4 x float>, <4 x float>* undef, align 16 6283*9880d681SAndroid Build Coastguard Worker %tmp1051 = load <4 x float>, <4 x float>* undef, align 16 6284*9880d681SAndroid Build Coastguard Worker %vecins10748 = insertelement <4 x float> undef, float undef, i32 3 6285*9880d681SAndroid Build Coastguard Worker %tmp1052 = load <4 x float>, <4 x float>* %.compoundliteral10749 6286*9880d681SAndroid Build Coastguard Worker %add10750 = fadd <4 x float> undef, %tmp1052 6287*9880d681SAndroid Build Coastguard Worker store <4 x float> %add10750, <4 x float>* undef, align 16 6288*9880d681SAndroid Build Coastguard Worker %tmp1053 = load <4 x float>, <4 x float>* undef, align 16 6289*9880d681SAndroid Build Coastguard Worker %vecext10751 = extractelement <4 x float> %tmp1053, i32 0 6290*9880d681SAndroid Build Coastguard Worker %add10752 = fadd float %vecext10751, 0x4071B33340000000 6291*9880d681SAndroid Build Coastguard Worker %tmp1054 = load <4 x float>, <4 x float>* undef, align 16 6292*9880d681SAndroid Build Coastguard Worker %vecins10753 = insertelement <4 x float> %tmp1054, float %add10752, i32 0 6293*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10753, <4 x float>* undef, align 16 6294*9880d681SAndroid Build Coastguard Worker %tmp1055 = load <4 x float>, <4 x float>* undef, align 16 6295*9880d681SAndroid Build Coastguard Worker %vecext10754 = extractelement <4 x float> %tmp1055, i32 1 6296*9880d681SAndroid Build Coastguard Worker %add10755 = fadd float %vecext10754, 0xC076A66660000000 6297*9880d681SAndroid Build Coastguard Worker %tmp1056 = load <4 x float>, <4 x float>* undef, align 16 6298*9880d681SAndroid Build Coastguard Worker %vecins10756 = insertelement <4 x float> %tmp1056, float %add10755, i32 1 6299*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10756, <4 x float>* undef, align 16 6300*9880d681SAndroid Build Coastguard Worker %tmp1057 = load <4 x float>, <4 x float>* undef, align 16 6301*9880d681SAndroid Build Coastguard Worker %vecext10757 = extractelement <4 x float> %tmp1057, i32 2 6302*9880d681SAndroid Build Coastguard Worker %add10758 = fadd float %vecext10757, 3.800000e+01 6303*9880d681SAndroid Build Coastguard Worker %tmp1058 = load <4 x float>, <4 x float>* undef, align 16 6304*9880d681SAndroid Build Coastguard Worker %vecins10759 = insertelement <4 x float> %tmp1058, float %add10758, i32 2 6305*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10759, <4 x float>* undef, align 16 6306*9880d681SAndroid Build Coastguard Worker %tmp1059 = load <4 x float>, <4 x float>* undef, align 16 6307*9880d681SAndroid Build Coastguard Worker %vecext10760 = extractelement <4 x float> %tmp1059, i32 3 6308*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6309*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC075BB3340000000, float 0x4074D4CCC0000000, float 0xC07A466660000000, float 0xC0691CCCC0000000>, <4 x float>* %.compoundliteral10763 6310*9880d681SAndroid Build Coastguard Worker %tmp1060 = load <4 x float>, <4 x float>* %.compoundliteral10763 6311*9880d681SAndroid Build Coastguard Worker %tmp1061 = load <4 x float>, <4 x float>* undef, align 16 6312*9880d681SAndroid Build Coastguard Worker %tmp1062 = load <4 x float>, <4 x float>* undef, align 16 6313*9880d681SAndroid Build Coastguard Worker %add10985 = fadd float undef, 0x405E933340000000 6314*9880d681SAndroid Build Coastguard Worker %tmp1063 = load <4 x float>, <4 x float>* undef, align 16 6315*9880d681SAndroid Build Coastguard Worker %vecins10986 = insertelement <4 x float> %tmp1063, float %add10985, i32 3 6316*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10986, <4 x float>* undef, align 16 6317*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0721E6660000000, float -4.180000e+02, float 0x406F366660000000, float 0xC055F999A0000000>, <4 x float>* %.compoundliteral10987 6318*9880d681SAndroid Build Coastguard Worker %tmp1064 = load <4 x float>, <4 x float>* %.compoundliteral10987 6319*9880d681SAndroid Build Coastguard Worker %tmp1065 = load <4 x float>, <4 x float>* undef, align 16 6320*9880d681SAndroid Build Coastguard Worker %vecins10994 = insertelement <4 x float> %tmp1065, float undef, i32 1 6321*9880d681SAndroid Build Coastguard Worker %tmp1066 = load <4 x float>, <4 x float>* undef, align 16 6322*9880d681SAndroid Build Coastguard Worker %vecext10995 = extractelement <4 x float> %tmp1066, i32 2 6323*9880d681SAndroid Build Coastguard Worker %add10996 = fadd float %vecext10995, 0x406F9999A0000000 6324*9880d681SAndroid Build Coastguard Worker %tmp1067 = load <4 x float>, <4 x float>* undef, align 16 6325*9880d681SAndroid Build Coastguard Worker %vecins10997 = insertelement <4 x float> %tmp1067, float %add10996, i32 2 6326*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins10997, <4 x float>* undef, align 16 6327*9880d681SAndroid Build Coastguard Worker %tmp1068 = load <4 x float>, <4 x float>* undef, align 16 6328*9880d681SAndroid Build Coastguard Worker %vecext10998 = extractelement <4 x float> %tmp1068, i32 3 6329*9880d681SAndroid Build Coastguard Worker %add10999 = fadd float %vecext10998, -2.765000e+02 6330*9880d681SAndroid Build Coastguard Worker %tmp1069 = load <4 x float>, <4 x float>* undef, align 16 6331*9880d681SAndroid Build Coastguard Worker %vecins11000 = insertelement <4 x float> %tmp1069, float %add10999, i32 3 6332*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11000, <4 x float>* undef, align 16 6333*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4078F999A0000000, float 0xC06D166660000000, float 0x40501999A0000000, float 0x406FC999A0000000>, <4 x float>* %.compoundliteral11001 6334*9880d681SAndroid Build Coastguard Worker %tmp1070 = load <4 x float>, <4 x float>* undef, align 16 6335*9880d681SAndroid Build Coastguard Worker %add11002 = fadd <4 x float> %tmp1070, undef 6336*9880d681SAndroid Build Coastguard Worker %vecext11003 = extractelement <4 x float> undef, i32 0 6337*9880d681SAndroid Build Coastguard Worker %vecext11009 = extractelement <4 x float> undef, i32 2 6338*9880d681SAndroid Build Coastguard Worker %tmp1071 = load <4 x float>, <4 x float>* undef, align 16 6339*9880d681SAndroid Build Coastguard Worker %vecins11033 = insertelement <4 x float> %tmp1071, float undef, i32 0 6340*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11033, <4 x float>* undef, align 16 6341*9880d681SAndroid Build Coastguard Worker %tmp1072 = load <4 x float>, <4 x float>* undef, align 16 6342*9880d681SAndroid Build Coastguard Worker %vecext11034 = extractelement <4 x float> %tmp1072, i32 1 6343*9880d681SAndroid Build Coastguard Worker %add11035 = fadd float %vecext11034, 0x4056D33340000000 6344*9880d681SAndroid Build Coastguard Worker %tmp1073 = load <4 x float>, <4 x float>* undef, align 16 6345*9880d681SAndroid Build Coastguard Worker %vecins11036 = insertelement <4 x float> %tmp1073, float %add11035, i32 1 6346*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11036, <4 x float>* undef, align 16 6347*9880d681SAndroid Build Coastguard Worker %tmp1074 = load <4 x float>, <4 x float>* undef, align 16 6348*9880d681SAndroid Build Coastguard Worker %vecext11037 = extractelement <4 x float> %tmp1074, i32 2 6349*9880d681SAndroid Build Coastguard Worker %add11038 = fadd float %vecext11037, 0xC06EA33340000000 6350*9880d681SAndroid Build Coastguard Worker %tmp1075 = load <4 x float>, <4 x float>* undef, align 16 6351*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6352*9880d681SAndroid Build Coastguard Worker %tmp1076 = load <4 x float>, <4 x float>* undef, align 16 6353*9880d681SAndroid Build Coastguard Worker %vecext11040 = extractelement <4 x float> %tmp1076, i32 3 6354*9880d681SAndroid Build Coastguard Worker %add11041 = fadd float %vecext11040, 0x40746CCCC0000000 6355*9880d681SAndroid Build Coastguard Worker %tmp1077 = load <4 x float>, <4 x float>* undef, align 16 6356*9880d681SAndroid Build Coastguard Worker %vecins11042 = insertelement <4 x float> %tmp1077, float %add11041, i32 3 6357*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x405DD999A0000000, float -3.775000e+02, float -1.265000e+02, float 0xC065C66660000000>, <4 x float>* undef 6358*9880d681SAndroid Build Coastguard Worker %tmp1078 = load <4 x float>, <4 x float>* undef, align 16 6359*9880d681SAndroid Build Coastguard Worker %add11044 = fadd <4 x float> %tmp1078, undef 6360*9880d681SAndroid Build Coastguard Worker store <4 x float> %add11044, <4 x float>* undef, align 16 6361*9880d681SAndroid Build Coastguard Worker %tmp1079 = load <4 x float>, <4 x float>* undef, align 16 6362*9880d681SAndroid Build Coastguard Worker %vecext11045 = extractelement <4 x float> %tmp1079, i32 0 6363*9880d681SAndroid Build Coastguard Worker %add11046 = fadd float %vecext11045, 0xC076E66660000000 6364*9880d681SAndroid Build Coastguard Worker %tmp1080 = load <4 x float>, <4 x float>* undef, align 16 6365*9880d681SAndroid Build Coastguard Worker %vecins11047 = insertelement <4 x float> %tmp1080, float %add11046, i32 0 6366*9880d681SAndroid Build Coastguard Worker %tmp1081 = load <4 x float>, <4 x float>* undef, align 16 6367*9880d681SAndroid Build Coastguard Worker %vecext11048 = extractelement <4 x float> %tmp1081, i32 1 6368*9880d681SAndroid Build Coastguard Worker %add11049 = fadd float %vecext11048, 4.100000e+02 6369*9880d681SAndroid Build Coastguard Worker %vecins11064 = insertelement <4 x float> undef, float undef, i32 1 6370*9880d681SAndroid Build Coastguard Worker %add11074 = fadd float undef, 0xC06FF999A0000000 6371*9880d681SAndroid Build Coastguard Worker %tmp1082 = load <4 x float>, <4 x float>* undef, align 16 6372*9880d681SAndroid Build Coastguard Worker %vecins11075 = insertelement <4 x float> %tmp1082, float %add11074, i32 0 6373*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11075, <4 x float>* undef, align 16 6374*9880d681SAndroid Build Coastguard Worker %add11077 = fadd float undef, 0xC075D33340000000 6375*9880d681SAndroid Build Coastguard Worker %tmp1083 = load <4 x float>, <4 x float>* undef, align 16 6376*9880d681SAndroid Build Coastguard Worker %tmp1084 = load <4 x float>, <4 x float>* undef, align 16 6377*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6378*9880d681SAndroid Build Coastguard Worker %tmp1085 = load <4 x float>, <4 x float>* undef, align 16 6379*9880d681SAndroid Build Coastguard Worker %vecext11093 = extractelement <4 x float> %tmp1085, i32 2 6380*9880d681SAndroid Build Coastguard Worker %add11094 = fadd float %vecext11093, 0xC07CD66660000000 6381*9880d681SAndroid Build Coastguard Worker %tmp1086 = load <4 x float>, <4 x float>* undef, align 16 6382*9880d681SAndroid Build Coastguard Worker %vecins11095 = insertelement <4 x float> %tmp1086, float %add11094, i32 2 6383*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11095, <4 x float>* undef, align 16 6384*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6385*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4061F66660000000, float 0xC076DB3340000000, float 0xC055A66660000000, float 2.415000e+02>, <4 x float>* undef 6386*9880d681SAndroid Build Coastguard Worker %tmp1087 = load <4 x float>, <4 x float>* undef 6387*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6388*9880d681SAndroid Build Coastguard Worker %tmp1088 = load <4 x float>, <4 x float>* undef, align 16 6389*9880d681SAndroid Build Coastguard Worker %vecext11513 = extractelement <4 x float> %tmp1088, i32 2 6390*9880d681SAndroid Build Coastguard Worker %add11514 = fadd float %vecext11513, 0xC07C7199A0000000 6391*9880d681SAndroid Build Coastguard Worker %vecins11515 = insertelement <4 x float> undef, float %add11514, i32 2 6392*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11515, <4 x float>* undef, align 16 6393*9880d681SAndroid Build Coastguard Worker %add11520 = fadd <4 x float> undef, undef 6394*9880d681SAndroid Build Coastguard Worker store <4 x float> %add11520, <4 x float>* undef, align 16 6395*9880d681SAndroid Build Coastguard Worker %vecext11521 = extractelement <4 x float> undef, i32 0 6396*9880d681SAndroid Build Coastguard Worker %add11522 = fadd float %vecext11521, 0x4041733340000000 6397*9880d681SAndroid Build Coastguard Worker %tmp1089 = load <4 x float>, <4 x float>* undef, align 16 6398*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6399*9880d681SAndroid Build Coastguard Worker %tmp1090 = load <4 x float>, <4 x float>* undef 6400*9880d681SAndroid Build Coastguard Worker %tmp1091 = load <4 x float>, <4 x float>* undef, align 16 6401*9880d681SAndroid Build Coastguard Worker %add11562 = fadd <4 x float> %tmp1091, %tmp1090 6402*9880d681SAndroid Build Coastguard Worker %tmp1092 = load <4 x float>, <4 x float>* undef, align 16 6403*9880d681SAndroid Build Coastguard Worker %add11564 = fadd float undef, 0xC0411999A0000000 6404*9880d681SAndroid Build Coastguard Worker %tmp1093 = load <4 x float>, <4 x float>* undef, align 16 6405*9880d681SAndroid Build Coastguard Worker %vecins11565 = insertelement <4 x float> %tmp1093, float %add11564, i32 0 6406*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6407*9880d681SAndroid Build Coastguard Worker %vecext11586 = extractelement <4 x float> undef, i32 3 6408*9880d681SAndroid Build Coastguard Worker %add11587 = fadd float %vecext11586, 3.760000e+02 6409*9880d681SAndroid Build Coastguard Worker %tmp1094 = load <4 x float>, <4 x float>* undef, align 16 6410*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6411*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC06ED999A0000000, float 1.380000e+02, float 0xC073AB3340000000, float 0x4078A66660000000>, <4 x float>* undef 6412*9880d681SAndroid Build Coastguard Worker %tmp1095 = load <4 x float>, <4 x float>* undef 6413*9880d681SAndroid Build Coastguard Worker %tmp1096 = load <4 x float>, <4 x float>* undef, align 16 6414*9880d681SAndroid Build Coastguard Worker %tmp1097 = load <4 x float>, <4 x float>* undef, align 16 6415*9880d681SAndroid Build Coastguard Worker %tmp1098 = load <4 x float>, <4 x float>* undef, align 16 6416*9880d681SAndroid Build Coastguard Worker %vecins11593 = insertelement <4 x float> %tmp1098, float undef, i32 0 6417*9880d681SAndroid Build Coastguard Worker %vecext11594 = extractelement <4 x float> undef, i32 1 6418*9880d681SAndroid Build Coastguard Worker %tmp1099 = load <4 x float>, <4 x float>* undef, align 16 6419*9880d681SAndroid Build Coastguard Worker %vecins11596 = insertelement <4 x float> %tmp1099, float undef, i32 1 6420*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11596, <4 x float>* undef, align 16 6421*9880d681SAndroid Build Coastguard Worker %tmp1100 = load <4 x float>, <4 x float>* undef, align 16 6422*9880d681SAndroid Build Coastguard Worker %vecext11597 = extractelement <4 x float> %tmp1100, i32 2 6423*9880d681SAndroid Build Coastguard Worker %add11598 = fadd float %vecext11597, 0x40430CCCC0000000 6424*9880d681SAndroid Build Coastguard Worker %tmp1101 = load <4 x float>, <4 x float>* undef, align 16 6425*9880d681SAndroid Build Coastguard Worker %vecins11599 = insertelement <4 x float> %tmp1101, float %add11598, i32 2 6426*9880d681SAndroid Build Coastguard Worker %tmp1102 = load <4 x float>, <4 x float>* undef, align 16 6427*9880d681SAndroid Build Coastguard Worker %vecext11600 = extractelement <4 x float> %tmp1102, i32 3 6428*9880d681SAndroid Build Coastguard Worker %tmp1103 = load <4 x float>, <4 x float>* undef, align 16 6429*9880d681SAndroid Build Coastguard Worker %vecins11602 = insertelement <4 x float> %tmp1103, float undef, i32 3 6430*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11602, <4 x float>* undef, align 16 6431*9880d681SAndroid Build Coastguard Worker %tmp1104 = load <4 x float>, <4 x float>* undef 6432*9880d681SAndroid Build Coastguard Worker %tmp1105 = load <4 x float>, <4 x float>* undef, align 16 6433*9880d681SAndroid Build Coastguard Worker %add11604 = fadd <4 x float> %tmp1105, %tmp1104 6434*9880d681SAndroid Build Coastguard Worker %tmp1106 = load <4 x float>, <4 x float>* undef, align 16 6435*9880d681SAndroid Build Coastguard Worker %vecext11605 = extractelement <4 x float> %tmp1106, i32 0 6436*9880d681SAndroid Build Coastguard Worker %tmp1107 = load <4 x float>, <4 x float>* undef, align 16 6437*9880d681SAndroid Build Coastguard Worker %vecins11607 = insertelement <4 x float> %tmp1107, float undef, i32 0 6438*9880d681SAndroid Build Coastguard Worker %vecins11621 = insertelement <4 x float> undef, float undef, i32 0 6439*9880d681SAndroid Build Coastguard Worker %vecins11630 = insertelement <4 x float> undef, float undef, i32 3 6440*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11630, <4 x float>* undef, align 16 6441*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -1.190000e+02, float 0x402F666660000000, float 0xC07BD33340000000, float -1.595000e+02>, <4 x float>* %.compoundliteral11631 6442*9880d681SAndroid Build Coastguard Worker %tmp1108 = load <4 x float>, <4 x float>* %.compoundliteral11631 6443*9880d681SAndroid Build Coastguard Worker %tmp1109 = load <4 x float>, <4 x float>* undef, align 16 6444*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6445*9880d681SAndroid Build Coastguard Worker %add11634 = fadd float undef, -1.075000e+02 6446*9880d681SAndroid Build Coastguard Worker %vecext11647 = extractelement <4 x float> undef, i32 0 6447*9880d681SAndroid Build Coastguard Worker %add11648 = fadd float %vecext11647, 0x40775999A0000000 6448*9880d681SAndroid Build Coastguard Worker %tmp1110 = load <4 x float>, <4 x float>* undef, align 16 6449*9880d681SAndroid Build Coastguard Worker %vecext11650 = extractelement <4 x float> undef, i32 1 6450*9880d681SAndroid Build Coastguard Worker %tmp1111 = load <4 x float>, <4 x float>* undef, align 16 6451*9880d681SAndroid Build Coastguard Worker %vecins11784 = insertelement <4 x float> %tmp1111, float undef, i32 3 6452*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11784, <4 x float>* undef, align 16 6453*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 1.605000e+02, float 0x4068366660000000, float 2.820000e+02, float 0x407CF66660000000>, <4 x float>* %.compoundliteral11785 6454*9880d681SAndroid Build Coastguard Worker %tmp1112 = load <4 x float>, <4 x float>* %.compoundliteral11785 6455*9880d681SAndroid Build Coastguard Worker %add11786 = fadd <4 x float> undef, %tmp1112 6456*9880d681SAndroid Build Coastguard Worker store <4 x float> %add11786, <4 x float>* undef, align 16 6457*9880d681SAndroid Build Coastguard Worker %tmp1113 = load <4 x float>, <4 x float>* undef, align 16 6458*9880d681SAndroid Build Coastguard Worker %vecext11787 = extractelement <4 x float> %tmp1113, i32 0 6459*9880d681SAndroid Build Coastguard Worker %vecext11807 = extractelement <4 x float> undef, i32 2 6460*9880d681SAndroid Build Coastguard Worker %add11808 = fadd float %vecext11807, 4.535000e+02 6461*9880d681SAndroid Build Coastguard Worker %tmp1114 = load <4 x float>, <4 x float>* undef, align 16 6462*9880d681SAndroid Build Coastguard Worker %vecext11810 = extractelement <4 x float> undef, i32 3 6463*9880d681SAndroid Build Coastguard Worker %add11811 = fadd float %vecext11810, 0x4068F66660000000 6464*9880d681SAndroid Build Coastguard Worker %tmp1115 = load <4 x float>, <4 x float>* undef, align 16 6465*9880d681SAndroid Build Coastguard Worker %vecins11812 = insertelement <4 x float> %tmp1115, float %add11811, i32 3 6466*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11812, <4 x float>* undef, align 16 6467*9880d681SAndroid Build Coastguard Worker %tmp1116 = load <4 x float>, <4 x float>* undef 6468*9880d681SAndroid Build Coastguard Worker %tmp1117 = load <4 x float>, <4 x float>* undef, align 16 6469*9880d681SAndroid Build Coastguard Worker %vecext11958 = extractelement <4 x float> undef, i32 1 6470*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6471*9880d681SAndroid Build Coastguard Worker %vecext11961 = extractelement <4 x float> undef, i32 2 6472*9880d681SAndroid Build Coastguard Worker %add11962 = fadd float %vecext11961, -3.680000e+02 6473*9880d681SAndroid Build Coastguard Worker %tmp1118 = load <4 x float>, <4 x float>* undef, align 16 6474*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6475*9880d681SAndroid Build Coastguard Worker %add11965 = fadd float undef, 0x4061133340000000 6476*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6477*9880d681SAndroid Build Coastguard Worker %tmp1119 = load <4 x float>, <4 x float>* undef, align 16 6478*9880d681SAndroid Build Coastguard Worker %vecext11975 = extractelement <4 x float> %tmp1119, i32 2 6479*9880d681SAndroid Build Coastguard Worker %tmp1120 = load <4 x float>, <4 x float>* undef, align 16 6480*9880d681SAndroid Build Coastguard Worker %vecins11977 = insertelement <4 x float> %tmp1120, float undef, i32 2 6481*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11977, <4 x float>* undef, align 16 6482*9880d681SAndroid Build Coastguard Worker %vecext11978 = extractelement <4 x float> undef, i32 3 6483*9880d681SAndroid Build Coastguard Worker %add11979 = fadd float %vecext11978, 0xC0688999A0000000 6484*9880d681SAndroid Build Coastguard Worker %tmp1121 = load <4 x float>, <4 x float>* undef, align 16 6485*9880d681SAndroid Build Coastguard Worker %vecins11980 = insertelement <4 x float> %tmp1121, float %add11979, i32 3 6486*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins11980, <4 x float>* undef, align 16 6487*9880d681SAndroid Build Coastguard Worker %add11982 = fadd <4 x float> undef, undef 6488*9880d681SAndroid Build Coastguard Worker store <4 x float> %add11982, <4 x float>* undef, align 16 6489*9880d681SAndroid Build Coastguard Worker %tmp1122 = load <4 x float>, <4 x float>* undef, align 16 6490*9880d681SAndroid Build Coastguard Worker %vecext11983 = extractelement <4 x float> %tmp1122, i32 0 6491*9880d681SAndroid Build Coastguard Worker %add11984 = fadd float %vecext11983, 0xC075966660000000 6492*9880d681SAndroid Build Coastguard Worker %tmp1123 = load <4 x float>, <4 x float>* undef, align 16 6493*9880d681SAndroid Build Coastguard Worker %vecins12005 = insertelement <4 x float> undef, float undef, i32 2 6494*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12005, <4 x float>* undef, align 16 6495*9880d681SAndroid Build Coastguard Worker %tmp1124 = load <4 x float>, <4 x float>* undef, align 16 6496*9880d681SAndroid Build Coastguard Worker %add12007 = fadd float undef, 0xC07124CCC0000000 6497*9880d681SAndroid Build Coastguard Worker %vecins12008 = insertelement <4 x float> undef, float %add12007, i32 3 6498*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12008, <4 x float>* undef, align 16 6499*9880d681SAndroid Build Coastguard Worker %tmp1125 = load <4 x float>, <4 x float>* undef, align 16 6500*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6501*9880d681SAndroid Build Coastguard Worker %tmp1126 = load <4 x float>, <4 x float>* undef, align 16 6502*9880d681SAndroid Build Coastguard Worker %add12012 = fadd float undef, 0xC0750CCCC0000000 6503*9880d681SAndroid Build Coastguard Worker %tmp1127 = load <4 x float>, <4 x float>* undef, align 16 6504*9880d681SAndroid Build Coastguard Worker %vecins12013 = insertelement <4 x float> %tmp1127, float %add12012, i32 0 6505*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12013, <4 x float>* undef, align 16 6506*9880d681SAndroid Build Coastguard Worker %tmp1128 = load <4 x float>, <4 x float>* undef, align 16 6507*9880d681SAndroid Build Coastguard Worker %add12015 = fadd float undef, 0x4079CE6660000000 6508*9880d681SAndroid Build Coastguard Worker %tmp1129 = load <4 x float>, <4 x float>* undef, align 16 6509*9880d681SAndroid Build Coastguard Worker %vecins12016 = insertelement <4 x float> %tmp1129, float %add12015, i32 1 6510*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12016, <4 x float>* undef, align 16 6511*9880d681SAndroid Build Coastguard Worker %add12018 = fadd float undef, 3.555000e+02 6512*9880d681SAndroid Build Coastguard Worker %tmp1130 = load <4 x float>, <4 x float>* undef, align 16 6513*9880d681SAndroid Build Coastguard Worker %vecins12019 = insertelement <4 x float> %tmp1130, float %add12018, i32 2 6514*9880d681SAndroid Build Coastguard Worker %tmp1131 = load <4 x float>, <4 x float>* undef, align 16 6515*9880d681SAndroid Build Coastguard Worker %vecext12020 = extractelement <4 x float> %tmp1131, i32 3 6516*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6517*9880d681SAndroid Build Coastguard Worker %vecext12028 = extractelement <4 x float> undef, i32 1 6518*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6519*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40791999A0000000, float 0x407C7CCCC0000000, float 0x4070F33340000000, float 0xC056ECCCC0000000>, <4 x float>* undef 6520*9880d681SAndroid Build Coastguard Worker %tmp1132 = load <4 x float>, <4 x float>* undef, align 16 6521*9880d681SAndroid Build Coastguard Worker %add12038 = fadd <4 x float> %tmp1132, undef 6522*9880d681SAndroid Build Coastguard Worker %tmp1133 = load <4 x float>, <4 x float>* undef, align 16 6523*9880d681SAndroid Build Coastguard Worker %vecext12042 = extractelement <4 x float> %tmp1133, i32 1 6524*9880d681SAndroid Build Coastguard Worker %add12043 = fadd float %vecext12042, 0x402F9999A0000000 6525*9880d681SAndroid Build Coastguard Worker %tmp1134 = load <4 x float>, <4 x float>* undef, align 16 6526*9880d681SAndroid Build Coastguard Worker %vecins12044 = insertelement <4 x float> %tmp1134, float %add12043, i32 1 6527*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12044, <4 x float>* undef, align 16 6528*9880d681SAndroid Build Coastguard Worker %vecext12045 = extractelement <4 x float> undef, i32 2 6529*9880d681SAndroid Build Coastguard Worker %add12046 = fadd float %vecext12045, 0xC07EF33340000000 6530*9880d681SAndroid Build Coastguard Worker %tmp1135 = load <4 x float>, <4 x float>* undef, align 16 6531*9880d681SAndroid Build Coastguard Worker %vecins12047 = insertelement <4 x float> %tmp1135, float %add12046, i32 2 6532*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12047, <4 x float>* undef, align 16 6533*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6534*9880d681SAndroid Build Coastguard Worker %tmp1136 = load <4 x float>, <4 x float>* undef, align 16 6535*9880d681SAndroid Build Coastguard Worker %vecext12112 = extractelement <4 x float> %tmp1136, i32 1 6536*9880d681SAndroid Build Coastguard Worker %tmp1137 = load <4 x float>, <4 x float>* undef, align 16 6537*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6538*9880d681SAndroid Build Coastguard Worker %add12116 = fadd float undef, 0xC074F4CCC0000000 6539*9880d681SAndroid Build Coastguard Worker %tmp1138 = load <4 x float>, <4 x float>* undef, align 16 6540*9880d681SAndroid Build Coastguard Worker %vecins12117 = insertelement <4 x float> %tmp1138, float %add12116, i32 2 6541*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12117, <4 x float>* undef, align 16 6542*9880d681SAndroid Build Coastguard Worker %tmp1139 = load <4 x float>, <4 x float>* undef, align 16 6543*9880d681SAndroid Build Coastguard Worker %vecext12118 = extractelement <4 x float> %tmp1139, i32 3 6544*9880d681SAndroid Build Coastguard Worker %add12119 = fadd float %vecext12118, 0xC0638CCCC0000000 6545*9880d681SAndroid Build Coastguard Worker %tmp1140 = load <4 x float>, <4 x float>* undef, align 16 6546*9880d681SAndroid Build Coastguard Worker %vecins12120 = insertelement <4 x float> %tmp1140, float %add12119, i32 3 6547*9880d681SAndroid Build Coastguard Worker %add12152 = fadd float undef, 0x4039333340000000 6548*9880d681SAndroid Build Coastguard Worker %tmp1141 = load <4 x float>, <4 x float>* undef, align 16 6549*9880d681SAndroid Build Coastguard Worker %vecins12153 = insertelement <4 x float> %tmp1141, float %add12152, i32 0 6550*9880d681SAndroid Build Coastguard Worker %vecext12154 = extractelement <4 x float> undef, i32 1 6551*9880d681SAndroid Build Coastguard Worker %add12155 = fadd float %vecext12154, 0xC07BBB3340000000 6552*9880d681SAndroid Build Coastguard Worker %tmp1142 = load <4 x float>, <4 x float>* undef, align 16 6553*9880d681SAndroid Build Coastguard Worker %vecins12156 = insertelement <4 x float> %tmp1142, float %add12155, i32 1 6554*9880d681SAndroid Build Coastguard Worker %tmp1143 = load <4 x float>, <4 x float>* undef, align 16 6555*9880d681SAndroid Build Coastguard Worker %vecext12157 = extractelement <4 x float> %tmp1143, i32 2 6556*9880d681SAndroid Build Coastguard Worker %add12158 = fadd float %vecext12157, 0xC0428CCCC0000000 6557*9880d681SAndroid Build Coastguard Worker %tmp1144 = load <4 x float>, <4 x float>* undef, align 16 6558*9880d681SAndroid Build Coastguard Worker %vecins12159 = insertelement <4 x float> %tmp1144, float %add12158, i32 2 6559*9880d681SAndroid Build Coastguard Worker %tmp1145 = load <4 x float>, <4 x float>* undef, align 16 6560*9880d681SAndroid Build Coastguard Worker %vecext12160 = extractelement <4 x float> %tmp1145, i32 3 6561*9880d681SAndroid Build Coastguard Worker %add12161 = fadd float %vecext12160, 0x407B1999A0000000 6562*9880d681SAndroid Build Coastguard Worker %tmp1146 = load <4 x float>, <4 x float>* undef, align 16 6563*9880d681SAndroid Build Coastguard Worker %vecins12162 = insertelement <4 x float> %tmp1146, float %add12161, i32 3 6564*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12162, <4 x float>* undef, align 16 6565*9880d681SAndroid Build Coastguard Worker %tmp1147 = load <4 x float>, <4 x float>* undef 6566*9880d681SAndroid Build Coastguard Worker %tmp1148 = load <4 x float>, <4 x float>* undef, align 16 6567*9880d681SAndroid Build Coastguard Worker %tmp1149 = load <4 x float>, <4 x float>* undef, align 16 6568*9880d681SAndroid Build Coastguard Worker %vecext12182 = extractelement <4 x float> %tmp1149, i32 1 6569*9880d681SAndroid Build Coastguard Worker %tmp1150 = load <4 x float>, <4 x float>* undef, align 16 6570*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6571*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4061833340000000, float 0x405CA66660000000, float -1.275000e+02, float 0x405BC66660000000>, <4 x float>* undef 6572*9880d681SAndroid Build Coastguard Worker %add12208 = fadd float undef, 0x407854CCC0000000 6573*9880d681SAndroid Build Coastguard Worker %tmp1151 = load <4 x float>, <4 x float>* undef, align 16 6574*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6575*9880d681SAndroid Build Coastguard Worker %tmp1152 = load <4 x float>, <4 x float>* undef, align 16 6576*9880d681SAndroid Build Coastguard Worker %tmp1153 = load <4 x float>, <4 x float>* undef, align 16 6577*9880d681SAndroid Build Coastguard Worker %vecins12218 = insertelement <4 x float> undef, float undef, i32 3 6578*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12218, <4 x float>* undef, align 16 6579*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407C3CCCC0000000, float 0xC057C66660000000, float 2.605000e+02, float 0xC07974CCC0000000>, <4 x float>* undef 6580*9880d681SAndroid Build Coastguard Worker %tmp1154 = load <4 x float>, <4 x float>* undef 6581*9880d681SAndroid Build Coastguard Worker %tmp1155 = load <4 x float>, <4 x float>* undef, align 16 6582*9880d681SAndroid Build Coastguard Worker %add12220 = fadd <4 x float> %tmp1155, %tmp1154 6583*9880d681SAndroid Build Coastguard Worker %tmp1156 = load <4 x float>, <4 x float>* undef, align 16 6584*9880d681SAndroid Build Coastguard Worker %tmp1157 = load <4 x float>, <4 x float>* undef, align 16 6585*9880d681SAndroid Build Coastguard Worker %vecins12223 = insertelement <4 x float> %tmp1157, float undef, i32 0 6586*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12223, <4 x float>* undef, align 16 6587*9880d681SAndroid Build Coastguard Worker %tmp1158 = load <4 x float>, <4 x float>* undef, align 16 6588*9880d681SAndroid Build Coastguard Worker %add12242 = fadd float undef, 0x4067E33340000000 6589*9880d681SAndroid Build Coastguard Worker %tmp1159 = load <4 x float>, <4 x float>* undef, align 16 6590*9880d681SAndroid Build Coastguard Worker %vecins12243 = insertelement <4 x float> %tmp1159, float %add12242, i32 2 6591*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12243, <4 x float>* undef, align 16 6592*9880d681SAndroid Build Coastguard Worker %tmp1160 = load <4 x float>, <4 x float>* undef, align 16 6593*9880d681SAndroid Build Coastguard Worker %vecext12244 = extractelement <4 x float> %tmp1160, i32 3 6594*9880d681SAndroid Build Coastguard Worker %add12245 = fadd float %vecext12244, 0x4071AE6660000000 6595*9880d681SAndroid Build Coastguard Worker %tmp1161 = load <4 x float>, <4 x float>* undef, align 16 6596*9880d681SAndroid Build Coastguard Worker %vecins12246 = insertelement <4 x float> %tmp1161, float %add12245, i32 3 6597*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12246, <4 x float>* undef, align 16 6598*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -4.880000e+02, float 0xC079966660000000, float -8.450000e+01, float 0xC0464CCCC0000000>, <4 x float>* %.compoundliteral12247 6599*9880d681SAndroid Build Coastguard Worker %tmp1162 = load <4 x float>, <4 x float>* %.compoundliteral12247 6600*9880d681SAndroid Build Coastguard Worker %tmp1163 = load <4 x float>, <4 x float>* undef, align 16 6601*9880d681SAndroid Build Coastguard Worker %add12248 = fadd <4 x float> %tmp1163, %tmp1162 6602*9880d681SAndroid Build Coastguard Worker store <4 x float> %add12248, <4 x float>* undef, align 16 6603*9880d681SAndroid Build Coastguard Worker %tmp1164 = load <4 x float>, <4 x float>* undef, align 16 6604*9880d681SAndroid Build Coastguard Worker %vecext12249 = extractelement <4 x float> %tmp1164, i32 0 6605*9880d681SAndroid Build Coastguard Worker %add12250 = fadd float %vecext12249, 1.075000e+02 6606*9880d681SAndroid Build Coastguard Worker %tmp1165 = load <4 x float>, <4 x float>* undef, align 16 6607*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6608*9880d681SAndroid Build Coastguard Worker %tmp1166 = load <4 x float>, <4 x float>* undef, align 16 6609*9880d681SAndroid Build Coastguard Worker %vecext12252 = extractelement <4 x float> %tmp1166, i32 1 6610*9880d681SAndroid Build Coastguard Worker %add12253 = fadd float %vecext12252, 0xC0662CCCC0000000 6611*9880d681SAndroid Build Coastguard Worker %tmp1167 = load <4 x float>, <4 x float>* undef, align 16 6612*9880d681SAndroid Build Coastguard Worker %vecins12254 = insertelement <4 x float> %tmp1167, float %add12253, i32 1 6613*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins12254, <4 x float>* undef, align 16 6614*9880d681SAndroid Build Coastguard Worker %tmp1168 = load <4 x float>, <4 x float>* undef, align 16 6615*9880d681SAndroid Build Coastguard Worker %vecext12255 = extractelement <4 x float> %tmp1168, i32 2 6616*9880d681SAndroid Build Coastguard Worker %add12256 = fadd float %vecext12255, 0x40554CCCC0000000 6617*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6618*9880d681SAndroid Build Coastguard Worker %add13141 = fadd float undef, 0x40768999A0000000 6619*9880d681SAndroid Build Coastguard Worker %tmp1169 = load <4 x float>, <4 x float>* undef, align 16 6620*9880d681SAndroid Build Coastguard Worker %vecins13142 = insertelement <4 x float> %tmp1169, float %add13141, i32 3 6621*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13142, <4 x float>* undef, align 16 6622*9880d681SAndroid Build Coastguard Worker %tmp1170 = load <4 x float>, <4 x float>* undef 6623*9880d681SAndroid Build Coastguard Worker %add13144 = fadd <4 x float> undef, %tmp1170 6624*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13144, <4 x float>* undef, align 16 6625*9880d681SAndroid Build Coastguard Worker %tmp1171 = load <4 x float>, <4 x float>* undef, align 16 6626*9880d681SAndroid Build Coastguard Worker %vecext13145 = extractelement <4 x float> %tmp1171, i32 0 6627*9880d681SAndroid Build Coastguard Worker %add13146 = fadd float %vecext13145, 3.975000e+02 6628*9880d681SAndroid Build Coastguard Worker %tmp1172 = load <4 x float>, <4 x float>* undef, align 16 6629*9880d681SAndroid Build Coastguard Worker %vecext13378 = extractelement <4 x float> %tmp1172, i32 3 6630*9880d681SAndroid Build Coastguard Worker %add13379 = fadd float %vecext13378, 0xC053B33340000000 6631*9880d681SAndroid Build Coastguard Worker %tmp1173 = load <4 x float>, <4 x float>* undef, align 16 6632*9880d681SAndroid Build Coastguard Worker %vecins13380 = insertelement <4 x float> %tmp1173, float %add13379, i32 3 6633*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13380, <4 x float>* undef, align 16 6634*9880d681SAndroid Build Coastguard Worker %tmp1174 = load <4 x float>, <4 x float>* undef, align 16 6635*9880d681SAndroid Build Coastguard Worker %vecins13408 = insertelement <4 x float> %tmp1174, float undef, i32 3 6636*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13408, <4 x float>* undef, align 16 6637*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC0455999A0000000, float 0xC07D366660000000, float 4.240000e+02, float -1.670000e+02>, <4 x float>* undef 6638*9880d681SAndroid Build Coastguard Worker %tmp1175 = load <4 x float>, <4 x float>* undef 6639*9880d681SAndroid Build Coastguard Worker %tmp1176 = load <4 x float>, <4 x float>* undef, align 16 6640*9880d681SAndroid Build Coastguard Worker %add13410 = fadd <4 x float> %tmp1176, %tmp1175 6641*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13410, <4 x float>* undef, align 16 6642*9880d681SAndroid Build Coastguard Worker %tmp1177 = load <4 x float>, <4 x float>* undef, align 16 6643*9880d681SAndroid Build Coastguard Worker %add13412 = fadd float undef, 0xC0708999A0000000 6644*9880d681SAndroid Build Coastguard Worker %tmp1178 = load <4 x float>, <4 x float>* undef, align 16 6645*9880d681SAndroid Build Coastguard Worker %vecins13413 = insertelement <4 x float> %tmp1178, float %add13412, i32 0 6646*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6647*9880d681SAndroid Build Coastguard Worker %vecext13428 = extractelement <4 x float> undef, i32 1 6648*9880d681SAndroid Build Coastguard Worker %add13429 = fadd float %vecext13428, 0xC063BCCCC0000000 6649*9880d681SAndroid Build Coastguard Worker %tmp1179 = load <4 x float>, <4 x float>* undef, align 16 6650*9880d681SAndroid Build Coastguard Worker %vecins13430 = insertelement <4 x float> %tmp1179, float %add13429, i32 1 6651*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13430, <4 x float>* undef, align 16 6652*9880d681SAndroid Build Coastguard Worker %tmp1180 = load <4 x float>, <4 x float>* undef, align 16 6653*9880d681SAndroid Build Coastguard Worker %vecext13431 = extractelement <4 x float> %tmp1180, i32 2 6654*9880d681SAndroid Build Coastguard Worker %vecins13433 = insertelement <4 x float> undef, float undef, i32 2 6655*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6656*9880d681SAndroid Build Coastguard Worker %add13449 = fadd float undef, 4.590000e+02 6657*9880d681SAndroid Build Coastguard Worker %tmp1181 = load <4 x float>, <4 x float>* undef, align 16 6658*9880d681SAndroid Build Coastguard Worker %vecins13450 = insertelement <4 x float> %tmp1181, float %add13449, i32 3 6659*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13450, <4 x float>* undef, align 16 6660*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0xC073A66660000000, float 0xC041B33340000000, float 0x4066233340000000, float 0x4071C33340000000>, <4 x float>* undef 6661*9880d681SAndroid Build Coastguard Worker %tmp1182 = load <4 x float>, <4 x float>* undef 6662*9880d681SAndroid Build Coastguard Worker %tmp1183 = load <4 x float>, <4 x float>* undef, align 16 6663*9880d681SAndroid Build Coastguard Worker %add13452 = fadd <4 x float> %tmp1183, %tmp1182 6664*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13452, <4 x float>* undef, align 16 6665*9880d681SAndroid Build Coastguard Worker %tmp1184 = load <4 x float>, <4 x float>* undef, align 16 6666*9880d681SAndroid Build Coastguard Worker %vecext13453 = extractelement <4 x float> %tmp1184, i32 0 6667*9880d681SAndroid Build Coastguard Worker %add13454 = fadd float %vecext13453, 0xC072866660000000 6668*9880d681SAndroid Build Coastguard Worker %tmp1185 = load <4 x float>, <4 x float>* undef, align 16 6669*9880d681SAndroid Build Coastguard Worker %vecins13455 = insertelement <4 x float> %tmp1185, float %add13454, i32 0 6670*9880d681SAndroid Build Coastguard Worker %add13471 = fadd float undef, 0xC0556CCCC0000000 6671*9880d681SAndroid Build Coastguard Worker %tmp1186 = load <4 x float>, <4 x float>* undef, align 16 6672*9880d681SAndroid Build Coastguard Worker %vecins13472 = insertelement <4 x float> %tmp1186, float %add13471, i32 1 6673*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13472, <4 x float>* undef, align 16 6674*9880d681SAndroid Build Coastguard Worker %tmp1187 = load <4 x float>, <4 x float>* undef, align 16 6675*9880d681SAndroid Build Coastguard Worker %vecext13473 = extractelement <4 x float> %tmp1187, i32 2 6676*9880d681SAndroid Build Coastguard Worker %add13474 = fadd float %vecext13473, 0xC0786999A0000000 6677*9880d681SAndroid Build Coastguard Worker %tmp1188 = load <4 x float>, <4 x float>* undef, align 16 6678*9880d681SAndroid Build Coastguard Worker %vecins13475 = insertelement <4 x float> %tmp1188, float %add13474, i32 2 6679*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13475, <4 x float>* undef, align 16 6680*9880d681SAndroid Build Coastguard Worker %add13477 = fadd float undef, 0xC07C3E6660000000 6681*9880d681SAndroid Build Coastguard Worker %tmp1189 = load <4 x float>, <4 x float>* undef, align 16 6682*9880d681SAndroid Build Coastguard Worker %vecins13478 = insertelement <4 x float> %tmp1189, float %add13477, i32 3 6683*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13478, <4 x float>* undef, align 16 6684*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -4.740000e+02, float 0x4023CCCCC0000000, float 0xC05C266660000000, float 0x407B7199A0000000>, <4 x float>* undef 6685*9880d681SAndroid Build Coastguard Worker %tmp1190 = load <4 x float>, <4 x float>* undef, align 16 6686*9880d681SAndroid Build Coastguard Worker %add13480 = fadd <4 x float> %tmp1190, undef 6687*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13480, <4 x float>* undef, align 16 6688*9880d681SAndroid Build Coastguard Worker %tmp1191 = load <4 x float>, <4 x float>* undef, align 16 6689*9880d681SAndroid Build Coastguard Worker %vecext13481 = extractelement <4 x float> %tmp1191, i32 0 6690*9880d681SAndroid Build Coastguard Worker %add13482 = fadd float %vecext13481, 0xC07BA4CCC0000000 6691*9880d681SAndroid Build Coastguard Worker %tmp1192 = load <4 x float>, <4 x float>* undef, align 16 6692*9880d681SAndroid Build Coastguard Worker %vecins13483 = insertelement <4 x float> %tmp1192, float %add13482, i32 0 6693*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13483, <4 x float>* undef, align 16 6694*9880d681SAndroid Build Coastguard Worker %tmp1193 = load <4 x float>, <4 x float>* undef, align 16 6695*9880d681SAndroid Build Coastguard Worker %add13485 = fadd float undef, 0x406B1999A0000000 6696*9880d681SAndroid Build Coastguard Worker %tmp1194 = load <4 x float>, <4 x float>* undef, align 16 6697*9880d681SAndroid Build Coastguard Worker %vecins13486 = insertelement <4 x float> %tmp1194, float %add13485, i32 1 6698*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13486, <4 x float>* undef, align 16 6699*9880d681SAndroid Build Coastguard Worker %tmp1195 = load <4 x float>, <4 x float>* undef, align 16 6700*9880d681SAndroid Build Coastguard Worker %vecext13487 = extractelement <4 x float> %tmp1195, i32 2 6701*9880d681SAndroid Build Coastguard Worker %add13488 = fadd float %vecext13487, 0x40647999A0000000 6702*9880d681SAndroid Build Coastguard Worker %tmp1196 = load <4 x float>, <4 x float>* undef, align 16 6703*9880d681SAndroid Build Coastguard Worker %vecins13489 = insertelement <4 x float> %tmp1196, float %add13488, i32 2 6704*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13489, <4 x float>* undef, align 16 6705*9880d681SAndroid Build Coastguard Worker %tmp1197 = load <4 x float>, <4 x float>* undef, align 16 6706*9880d681SAndroid Build Coastguard Worker %vecext13490 = extractelement <4 x float> %tmp1197, i32 3 6707*9880d681SAndroid Build Coastguard Worker %tmp1198 = load <4 x float>, <4 x float>* undef, align 16 6708*9880d681SAndroid Build Coastguard Worker %vecins13492 = insertelement <4 x float> %tmp1198, float undef, i32 3 6709*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13492, <4 x float>* undef, align 16 6710*9880d681SAndroid Build Coastguard Worker %tmp1199 = load <4 x float>, <4 x float>* %.compoundliteral13493 6711*9880d681SAndroid Build Coastguard Worker %tmp1200 = load <4 x float>, <4 x float>* undef, align 16 6712*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6713*9880d681SAndroid Build Coastguard Worker %vecins13548 = insertelement <4 x float> undef, float undef, i32 3 6714*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 4.540000e+02, float 3.760000e+02, float 0x406EA33340000000, float 0x405AACCCC0000000>, <4 x float>* %.compoundliteral13549 6715*9880d681SAndroid Build Coastguard Worker %tmp1201 = load <4 x float>, <4 x float>* undef, align 16 6716*9880d681SAndroid Build Coastguard Worker %add13552 = fadd float undef, 3.230000e+02 6717*9880d681SAndroid Build Coastguard Worker %tmp1202 = load <4 x float>, <4 x float>* undef, align 16 6718*9880d681SAndroid Build Coastguard Worker %vecins13553 = insertelement <4 x float> %tmp1202, float %add13552, i32 0 6719*9880d681SAndroid Build Coastguard Worker %tmp1203 = load <4 x float>, <4 x float>* undef, align 16 6720*9880d681SAndroid Build Coastguard Worker %vecext13554 = extractelement <4 x float> %tmp1203, i32 1 6721*9880d681SAndroid Build Coastguard Worker %tmp1204 = load <4 x float>, <4 x float>* undef, align 16 6722*9880d681SAndroid Build Coastguard Worker %vecins13556 = insertelement <4 x float> %tmp1204, float undef, i32 1 6723*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13556, <4 x float>* undef, align 16 6724*9880d681SAndroid Build Coastguard Worker %tmp1205 = load <4 x float>, <4 x float>* undef, align 16 6725*9880d681SAndroid Build Coastguard Worker %add13558 = fadd float undef, 2.625000e+02 6726*9880d681SAndroid Build Coastguard Worker %tmp1206 = load <4 x float>, <4 x float>* undef, align 16 6727*9880d681SAndroid Build Coastguard Worker %vecins13559 = insertelement <4 x float> %tmp1206, float %add13558, i32 2 6728*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13559, <4 x float>* undef, align 16 6729*9880d681SAndroid Build Coastguard Worker %add13575 = fadd float undef, -4.725000e+02 6730*9880d681SAndroid Build Coastguard Worker %tmp1207 = load <4 x float>, <4 x float>* undef, align 16 6731*9880d681SAndroid Build Coastguard Worker %vecins13576 = insertelement <4 x float> %tmp1207, float %add13575, i32 3 6732*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13576, <4 x float>* undef, align 16 6733*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40334CCCC0000000, float 0xC0785CCCC0000000, float 0xC078D66660000000, float 3.745000e+02>, <4 x float>* undef 6734*9880d681SAndroid Build Coastguard Worker %tmp1208 = load <4 x float>, <4 x float>* undef 6735*9880d681SAndroid Build Coastguard Worker %tmp1209 = load <4 x float>, <4 x float>* undef, align 16 6736*9880d681SAndroid Build Coastguard Worker %add13578 = fadd <4 x float> %tmp1209, %tmp1208 6737*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13578, <4 x float>* undef, align 16 6738*9880d681SAndroid Build Coastguard Worker %tmp1210 = load <4 x float>, <4 x float>* undef, align 16 6739*9880d681SAndroid Build Coastguard Worker %tmp1211 = load <4 x float>, <4 x float>* undef, align 16 6740*9880d681SAndroid Build Coastguard Worker %add13592 = fadd <4 x float> %tmp1211, undef 6741*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13592, <4 x float>* undef, align 16 6742*9880d681SAndroid Build Coastguard Worker %tmp1212 = load <4 x float>, <4 x float>* undef, align 16 6743*9880d681SAndroid Build Coastguard Worker %vecext13593 = extractelement <4 x float> %tmp1212, i32 0 6744*9880d681SAndroid Build Coastguard Worker %add13594 = fadd float %vecext13593, 0xC0708B3340000000 6745*9880d681SAndroid Build Coastguard Worker %tmp1213 = load <4 x float>, <4 x float>* undef, align 16 6746*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6747*9880d681SAndroid Build Coastguard Worker %tmp1214 = load <4 x float>, <4 x float>* undef, align 16 6748*9880d681SAndroid Build Coastguard Worker %vecext13596 = extractelement <4 x float> %tmp1214, i32 1 6749*9880d681SAndroid Build Coastguard Worker %add13597 = fadd float %vecext13596, 0x40660999A0000000 6750*9880d681SAndroid Build Coastguard Worker %vecins13604 = insertelement <4 x float> undef, float undef, i32 3 6751*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13604, <4 x float>* undef, align 16 6752*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407B4999A0000000, float 0xC067F66660000000, float 0xC068F999A0000000, float 0xC079233340000000>, <4 x float>* undef 6753*9880d681SAndroid Build Coastguard Worker %tmp1215 = load <4 x float>, <4 x float>* undef, align 16 6754*9880d681SAndroid Build Coastguard Worker %add13606 = fadd <4 x float> %tmp1215, undef 6755*9880d681SAndroid Build Coastguard Worker %tmp1216 = load <4 x float>, <4 x float>* undef, align 16 6756*9880d681SAndroid Build Coastguard Worker %vecext13607 = extractelement <4 x float> %tmp1216, i32 0 6757*9880d681SAndroid Build Coastguard Worker %vecins13609 = insertelement <4 x float> undef, float undef, i32 0 6758*9880d681SAndroid Build Coastguard Worker %tmp1217 = load <4 x float>, <4 x float>* undef, align 16 6759*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6760*9880d681SAndroid Build Coastguard Worker %tmp1218 = load <4 x float>, <4 x float>* undef, align 16 6761*9880d681SAndroid Build Coastguard Worker %add13622 = fadd float undef, -3.390000e+02 6762*9880d681SAndroid Build Coastguard Worker %vecins13623 = insertelement <4 x float> undef, float %add13622, i32 0 6763*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13623, <4 x float>* undef, align 16 6764*9880d681SAndroid Build Coastguard Worker %tmp1219 = load <4 x float>, <4 x float>* undef, align 16 6765*9880d681SAndroid Build Coastguard Worker %vecext13624 = extractelement <4 x float> %tmp1219, i32 1 6766*9880d681SAndroid Build Coastguard Worker %add13625 = fadd float %vecext13624, 0x405C3999A0000000 6767*9880d681SAndroid Build Coastguard Worker %vecext13627 = extractelement <4 x float> undef, i32 2 6768*9880d681SAndroid Build Coastguard Worker %add13628 = fadd float %vecext13627, 0xC067033340000000 6769*9880d681SAndroid Build Coastguard Worker %tmp1220 = load <4 x float>, <4 x float>* undef, align 16 6770*9880d681SAndroid Build Coastguard Worker %tmp1221 = load <4 x float>, <4 x float>* undef, align 16 6771*9880d681SAndroid Build Coastguard Worker %vecext13630 = extractelement <4 x float> %tmp1221, i32 3 6772*9880d681SAndroid Build Coastguard Worker %add13631 = fadd float %vecext13630, 0xC060333340000000 6773*9880d681SAndroid Build Coastguard Worker %tmp1222 = load <4 x float>, <4 x float>* undef, align 16 6774*9880d681SAndroid Build Coastguard Worker %vecins13632 = insertelement <4 x float> %tmp1222, float %add13631, i32 3 6775*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13632, <4 x float>* undef, align 16 6776*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x4078D66660000000, float 0x4048B33340000000, float 0x4051466660000000, float -2.965000e+02>, <4 x float>* undef 6777*9880d681SAndroid Build Coastguard Worker %tmp1223 = load <4 x float>, <4 x float>* undef 6778*9880d681SAndroid Build Coastguard Worker %tmp1224 = load <4 x float>, <4 x float>* undef, align 16 6779*9880d681SAndroid Build Coastguard Worker %add13634 = fadd <4 x float> %tmp1224, %tmp1223 6780*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13634, <4 x float>* undef, align 16 6781*9880d681SAndroid Build Coastguard Worker %vecext13635 = extractelement <4 x float> undef, i32 0 6782*9880d681SAndroid Build Coastguard Worker %add13636 = fadd float %vecext13635, 0x406A5999A0000000 6783*9880d681SAndroid Build Coastguard Worker %tmp1225 = load <4 x float>, <4 x float>* undef, align 16 6784*9880d681SAndroid Build Coastguard Worker %vecins13637 = insertelement <4 x float> %tmp1225, float %add13636, i32 0 6785*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13637, <4 x float>* undef, align 16 6786*9880d681SAndroid Build Coastguard Worker %tmp1226 = load <4 x float>, <4 x float>* undef, align 16 6787*9880d681SAndroid Build Coastguard Worker %tmp1227 = load <4 x float>, <4 x float>* undef, align 16 6788*9880d681SAndroid Build Coastguard Worker %vecins13643 = insertelement <4 x float> %tmp1227, float undef, i32 2 6789*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6790*9880d681SAndroid Build Coastguard Worker %tmp1228 = load <4 x float>, <4 x float>* undef, align 16 6791*9880d681SAndroid Build Coastguard Worker %add13785 = fadd float undef, 0x4068866660000000 6792*9880d681SAndroid Build Coastguard Worker %tmp1229 = load <4 x float>, <4 x float>* undef, align 16 6793*9880d681SAndroid Build Coastguard Worker %vecins13786 = insertelement <4 x float> %tmp1229, float %add13785, i32 3 6794*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13786, <4 x float>* undef, align 16 6795*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x407704CCC0000000, float 0x4047B33340000000, float 0x40797B3340000000, float 0xC0652CCCC0000000>, <4 x float>* %.compoundliteral13787 6796*9880d681SAndroid Build Coastguard Worker %tmp1230 = load <4 x float>, <4 x float>* undef, align 16 6797*9880d681SAndroid Build Coastguard Worker %add13788 = fadd <4 x float> %tmp1230, undef 6798*9880d681SAndroid Build Coastguard Worker %tmp1231 = load <4 x float>, <4 x float>* undef 6799*9880d681SAndroid Build Coastguard Worker %tmp1232 = load <4 x float>, <4 x float>* undef, align 16 6800*9880d681SAndroid Build Coastguard Worker %add13802 = fadd <4 x float> %tmp1232, %tmp1231 6801*9880d681SAndroid Build Coastguard Worker store <4 x float> %add13802, <4 x float>* undef, align 16 6802*9880d681SAndroid Build Coastguard Worker %tmp1233 = load <4 x float>, <4 x float>* undef, align 16 6803*9880d681SAndroid Build Coastguard Worker %vecext13803 = extractelement <4 x float> %tmp1233, i32 0 6804*9880d681SAndroid Build Coastguard Worker %add13804 = fadd float %vecext13803, -2.900000e+01 6805*9880d681SAndroid Build Coastguard Worker %tmp1234 = load <4 x float>, <4 x float>* undef, align 16 6806*9880d681SAndroid Build Coastguard Worker %vecins13805 = insertelement <4 x float> %tmp1234, float %add13804, i32 0 6807*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13805, <4 x float>* undef, align 16 6808*9880d681SAndroid Build Coastguard Worker %tmp1235 = load <4 x float>, <4 x float>* undef, align 16 6809*9880d681SAndroid Build Coastguard Worker %add13807 = fadd float undef, 6.400000e+01 6810*9880d681SAndroid Build Coastguard Worker %tmp1236 = load <4 x float>, <4 x float>* undef, align 16 6811*9880d681SAndroid Build Coastguard Worker %tmp1237 = load <4 x float>, <4 x float>* undef, align 16 6812*9880d681SAndroid Build Coastguard Worker %vecext13809 = extractelement <4 x float> %tmp1237, i32 2 6813*9880d681SAndroid Build Coastguard Worker %tmp1238 = load <4 x float>, <4 x float>* undef, align 16 6814*9880d681SAndroid Build Coastguard Worker %vecext13812 = extractelement <4 x float> %tmp1238, i32 3 6815*9880d681SAndroid Build Coastguard Worker %add13813 = fadd float %vecext13812, -3.615000e+02 6816*9880d681SAndroid Build Coastguard Worker %vecins13814 = insertelement <4 x float> undef, float %add13813, i32 3 6817*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13814, <4 x float>* undef, align 16 6818*9880d681SAndroid Build Coastguard Worker store <4 x float> <float -2.270000e+02, float -1.500000e+01, float 0x407084CCC0000000, float -1.425000e+02>, <4 x float>* undef 6819*9880d681SAndroid Build Coastguard Worker %tmp1239 = load <4 x float>, <4 x float>* undef 6820*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6821*9880d681SAndroid Build Coastguard Worker %tmp1240 = load <4 x float>, <4 x float>* undef, align 16 6822*9880d681SAndroid Build Coastguard Worker %vecext13817 = extractelement <4 x float> %tmp1240, i32 0 6823*9880d681SAndroid Build Coastguard Worker %vecins13856 = insertelement <4 x float> undef, float undef, i32 3 6824*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13856, <4 x float>* undef, align 16 6825*9880d681SAndroid Build Coastguard Worker store <4 x float> <float 0x40656CCCC0000000, float 0xC0656999A0000000, float 0x40778E6660000000, float 0x407ECE6660000000>, <4 x float>* undef 6826*9880d681SAndroid Build Coastguard Worker %tmp1241 = load <4 x float>, <4 x float>* undef 6827*9880d681SAndroid Build Coastguard Worker %tmp1242 = load <4 x float>, <4 x float>* undef, align 16 6828*9880d681SAndroid Build Coastguard Worker store <4 x float> undef, <4 x float>* undef, align 16 6829*9880d681SAndroid Build Coastguard Worker %tmp1243 = load <4 x float>, <4 x float>* undef, align 16 6830*9880d681SAndroid Build Coastguard Worker %vecext13859 = extractelement <4 x float> %tmp1243, i32 0 6831*9880d681SAndroid Build Coastguard Worker %tmp1244 = load <4 x float>, <4 x float>* undef, align 16 6832*9880d681SAndroid Build Coastguard Worker %vecins13861 = insertelement <4 x float> %tmp1244, float undef, i32 0 6833*9880d681SAndroid Build Coastguard Worker %tmp1245 = load <4 x float>, <4 x float>* undef, align 16 6834*9880d681SAndroid Build Coastguard Worker %vecext13862 = extractelement <4 x float> %tmp1245, i32 1 6835*9880d681SAndroid Build Coastguard Worker %add13863 = fadd float %vecext13862, -1.380000e+02 6836*9880d681SAndroid Build Coastguard Worker %vecins13864 = insertelement <4 x float> undef, float %add13863, i32 1 6837*9880d681SAndroid Build Coastguard Worker %vecins13867 = insertelement <4 x float> undef, float undef, i32 2 6838*9880d681SAndroid Build Coastguard Worker store <4 x float> %vecins13867, <4 x float>* undef, align 16 6839*9880d681SAndroid Build Coastguard Worker %tmp1246 = load <4 x float>, <4 x float>* undef, align 16 6840*9880d681SAndroid Build Coastguard Worker %tmp1247 = load <4 x float>, <4 x float>* undef, align 16 6841*9880d681SAndroid Build Coastguard Worker ret <4 x float> undef 6842*9880d681SAndroid Build Coastguard Worker} 6843*9880d681SAndroid Build Coastguard Worker 6844*9880d681SAndroid Build Coastguard Workerdeclare i32 @printf(i8*, ...) 6845