Searched refs:res_vf (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 16 vector float res_vf; variable 99 res_vf = vec_ceil(vf); in test1() 144 res_vf = vec_cpsgn(vf, vf); in test1() 161 res_vf = vec_div(vf, vf); in test1() 170 res_vf = vec_max(vf, vf); in test1() 178 res_vf = vec_vmaxfp(vf, vf); in test1() 183 res_vf = vec_min(vf, vf); in test1() 191 res_vf = vec_vminfp(vf, vf); in test1() 221 res_vf = vec_round(vf); in test1() 303 res_vf = vec_vsx_ld (0, &vf); in test1() [all …]
|
D | builtins-ppc-altivec.c | 28 vector float res_vf; variable 164 res_vf = vec_add(vf, vf); in test1() 240 res_vf = vec_vaddfp(vf, vf); in test1() 686 res_vf = vec_andc(vf, vf); in test1() 692 res_vf = vec_andc(vbi, vf); in test1() 698 res_vf = vec_andc(vf, vbi); in test1() 824 res_vf = vec_vandc(vf, vf); in test1() 830 res_vf = vec_vandc(vbi, vf); in test1() 836 res_vf = vec_vandc(vf, vbi); in test1() 896 res_vf = vec_ceil(vf); in test2() [all …]
|
D | builtins-ppc-p8vector.c | 63 vector float res_vf; variable 331 res_vf = vec_eqv(vfa, vfa); in test1()
|
/external/llvm/test/Transforms/InstCombine/ |
D | vsx-unaligned.ll | 8 @res_vf = common global <4 x float> zeroinitializer, align 1 20 store <4 x float>* @res_vf, <4 x float>** %t1, align 8 37 ; CHECK: store <4 x i32> %0, <4 x i32>* bitcast (<4 x float>* @res_vf to <4 x i32>*), align 1
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst.ll | 24 @res_vf = common global <4 x float> zeroinitializer, align 16 40 store <4 x i32> %2, <4 x i32>* bitcast (<4 x float>* @res_vf to <4 x i32>*), align 16
|
D | vsx-ldst-builtin-le.ll | 13 @res_vf = common global <4 x float> zeroinitializer, align 16 75 store <4 x float> %15, <4 x float>* @res_vf, align 16 125 store <4 x float>* @res_vf, <4 x float>** %__c.addr.i16, align 8
|