Lines Matching refs:vf
5 @vf = global <4 x float> <float -1.500000e+00, float 2.500000e+00, float -3.500000e+00, float 4.500…
21 %0 = load volatile <4 x float>, <4 x float>* @vf, align 16
22 %1 = load volatile <4 x float>, <4 x float>* @vf, align 16
30 %5 = load volatile <4 x float>, <4 x float>* @vf, align 16
31 %6 = load volatile <4 x float>, <4 x float>* @vf, align 16
35 %8 = load volatile <4 x float>, <4 x float>* @vf, align 16
36 %9 = load volatile <4 x float>, <4 x float>* @vf, align 16
44 %13 = load volatile <4 x float>, <4 x float>* @vf, align 16
45 %14 = load volatile <4 x float>, <4 x float>* @vf, align 16
81 ;volatile vector float vf = { -1.5, 2.5, -3.5, 4.5 };
90 ; vf1 = vec_max(vf, vf);
92 ; vf2 = vec_vmaxfp(vf, vf);
93 ; vf3 = vec_min(vf, vf);
95 ; vf4 = vec_vminfp(vf, vf);