Searched refs:res_vd (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 15 vector double res_vd; variable 29 res_vd = vec_div(vd, vd); in test1() 36 res_vd = vec_max(vd, vd); in test1() 46 res_vd = vec_min(vd, vd); in test1() 65 res_vd = vec_perm(vd, vd, vuc); in test1() 74 res_vd = vec_vperm(vd, vd, vuc); in test1() 94 res_vd = vec_vsx_ld(0, &vd); in test1() 114 vec_vsx_st(vd, 0, &res_vd); 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.ll | 28 @res_vd = common global <2 x double> zeroinitializer, align 16 44 store <2 x double> %5, <2 x double>* @res_vd, align 16
|
D | vsx-ldst-builtin-le.ll | 17 @res_vd = common global <2 x double> zeroinitializer, align 16 102 store <2 x double> %32, <2 x double>* @res_vd, align 16 159 store <2 x double>* @res_vd, <2 x double>** %__c.addr.i, align 8
|