Searched refs:res_vull (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 23 vector unsigned long long res_vull; variable 157 res_vull = vec_div(vull, vull); in test1() 208 res_vull = vec_perm(vull, vull, vuc); in test1() 260 res_vull = vec_splat(vull, 1); in test1() 285 res_vull = vec_vperm(vull, vull, vuc); in test1() 311 res_vull = vec_vsx_ld(0, &vull); in test1() 337 vec_vsx_st(vull, 0, &res_vull); in test1() 358 res_vull = vec_and(vull, vull); in test1() 362 res_vull = vec_and(vbll, vull); in test1() 366 res_vull = vec_and(vull, vbll); in test1() [all …]
|
D | builtins-ppc-p8vector.c | 57 vector unsigned long long res_vull; variable 88 res_vull = vec_add(vull, vull); in test1() 320 res_vull = vec_eqv(vull, vull); in test1() 379 res_vull = vec_insert(ull, vull, si); in test1() 417 res_vull = vec_cntlz(vull); in test1() 936 res_vull = vec_max(vull, vull); in test1() 941 res_vull = vec_max(vbll, vull); in test1() 946 res_vull = vec_max(vull, vbll); in test1() 976 res_vull = vec_min(vull, vull); in test1() 981 res_vull = vec_min(vbll, vull); in test1() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst.ll | 26 @res_vull = common global <2 x i64> zeroinitializer, align 16 42 store <2 x double> %4, <2 x double>* bitcast (<2 x i64>* @res_vull to <2 x double>*), align 16
|
D | builtins-ppc-p8vector.ll | 9 @res_vull = common global <2 x i64> zeroinitializer, align 16 46 store <2 x i64> %4, <2 x i64>* @res_vull, align 16
|
D | vsx-ldst-builtin-le.ll | 15 @res_vull = common global <2 x i64> zeroinitializer, align 16 93 store <2 x i64> %27, <2 x i64>* @res_vull, align 16 147 store <2 x i64>* @res_vull, <2 x i64>** %__c.addr.i10, align 8
|