Searched refs:res_vsll (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 22 vector signed long long res_vsll; variable 153 res_vsll = vec_div(vsll, vsll); in test1() 204 res_vsll = vec_perm(vsll, vsll, vuc); in test1() 251 res_vsll = vec_splat(vsll, 1); in test1() 281 res_vsll = vec_vperm(vsll, vsll, vuc); in test1() 307 res_vsll = vec_vsx_ld(0, &vsll); in test1() 333 vec_vsx_st(vsll, 0, &res_vsll); in test1() 346 res_vsll = vec_and(vsll, vsll); in test1() 350 res_vsll = vec_and(vbll, vsll); in test1() 354 res_vsll = vec_and(vsll, vbll); in test1() [all …]
|
D | builtins-ppc-p8vector.c | 56 vector signed long long res_vsll; variable 70 res_vsll = vec_abs(vsll); in test1() 83 res_vsll = vec_add(vsll, vsll); in test1() 298 res_vsll = vec_eqv(vsll, vsll); in test1() 309 res_vsll = vec_eqv(vbll, vbll); in test1() 371 res_vsll = vec_insert(sll, vsll, si); in test1() 413 res_vsll = vec_cntlz(vsll); in test1() 921 res_vsll = vec_max(vsll, vsll); in test1() 926 res_vsll = vec_max(vbll, vsll); in test1() 931 res_vsll = vec_max(vsll, vbll); in test1() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst.ll | 25 @res_vsll = common global <2 x i64> zeroinitializer, align 16 41 store <2 x double> %3, <2 x double>* bitcast (<2 x i64>* @res_vsll to <2 x double>*), align 16
|
D | vsx-ldst-builtin-le.ll | 14 @res_vsll = common global <2 x i64> zeroinitializer, align 16 84 store <2 x i64> %21, <2 x i64>* @res_vsll, align 16 136 store <2 x i64>* @res_vsll, <2 x i64>** %__c.addr.i13, align 8
|