Searched refs:res_vd (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 38 vector double res_vd; variable 76 res_vd = vec_add(vd, vd); in test1() 80 res_vd = vec_and(vbll, vd); in test1() 86 res_vd = vec_and(vd, vbll); in test1() 92 res_vd = vec_and(vd, vd); in test1() 102 res_vd = vec_andc(vbll, vd); in test1() 116 res_vd = vec_andc(vd, vbll); in test1() 129 res_vd = vec_andc(vd, vd); in test1() 139 res_vd = vec_ceil(vd); in test1() 192 res_vd = vec_cpsgn(vd, vd); in test1() [all …]
|
D | builtins-ppc-p8vector.c | 65 vector double res_vd; variable 76 res_vd = vec_abs(vda); in test1() 209 res_vd = vec_double(vsll); in test1() 213 res_vd = vec_double(vull); in test1() 343 res_vd = vec_eqv(vda, vda); in test1() 384 res_vd = vec_insert(d, vda, si); in test1() 1097 res_vd = vec_splats(d); in test1() 1466 res_vd = vec_sub(vda, vda); in test1()
|
/external/llvm/test/Transforms/InstCombine/ |
D | vsx-unaligned.ll | 10 @res_vd = common global <2 x double> zeroinitializer, align 1 28 store <2 x double>* @res_vd, <2 x double>** %t2, align 8 39 ; CHECK: store <2 x double> %1, <2 x double>* @res_vd, align 1
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst-builtin-le.ll | 14 @res_vd = common global <2 x double> zeroinitializer, align 16 45 store <2 x double> %8, <2 x double>* @res_vd, align 16 72 call void @llvm.ppc.vsx.stxvd2x(<2 x double> %17, i8* bitcast (<2 x double>* @res_vd to i8*))
|
D | vsx-ldst.ll | 27 @res_vd = common global <2 x double> zeroinitializer, align 16 43 store <2 x double> %5, <2 x double>* @res_vd, align 16
|