Searched refs:res_vf (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 14 vector float res_vf; variable 26 res_vf = vec_div(vf, vf); in test1() 33 res_vf = vec_max(vf, vf); in test1() 39 res_vf = vec_vmaxfp(vf, vf); in test1() 43 res_vf = vec_min(vf, vf); in test1() 49 res_vf = vec_vminfp(vf, vf); in test1() 85 res_vf = vec_vsx_ld (0, &vf); in test1() 105 vec_vsx_st(vf, 0, &res_vf); in test1()
|
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 …]
|
/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 | 25 @res_vf = common global <4 x float> zeroinitializer, align 16 41 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 | 14 @res_vf = common global <4 x float> zeroinitializer, align 16 76 store <4 x float> %15, <4 x float>* @res_vf, align 16 126 store <4 x float>* @res_vf, <4 x float>** %__c.addr.i16, align 8
|