Searched refs:vsll (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 29 vector signed long long vsll = { 1, 2 }; variable 70 res_vsll = vec_abs(vsll); in test1() 83 res_vsll = vec_add(vsll, vsll); in test1() 153 res_vbll = vec_cmpeq(vsll, vsll); in test1() 164 res_vbll = vec_cmpge(vsll, vsll); in test1() 175 res_vbll = vec_cmple(vsll, vsll); in test1() 186 res_vbll = vec_cmpgt(vsll, vsll); in test1() 197 res_vbll = vec_cmplt(vsll, vsll); in test1() 208 res_vd = vec_double(vsll); in test1() 298 res_vsll = vec_eqv(vsll, vsll); in test1() [all …]
|
D | builtins-ppc-vsx.c | 12 vector signed long long vsll = { 255LL, -937LL }; 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() 269 res_vsi = vec_pack(vsll, vsll); 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() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst.ll | 19 @vsll = global <2 x i64> <i64 255, i64 -937>, align 16 35 %3 = load <2 x double>, <2 x double>* bitcast (<2 x i64>* @vsll to <2 x double>*), align 16
|
D | vsx-ldst-builtin-le.ll | 9 @vsll = global <2 x i64> <i64 255, i64 -937>, align 16 77 store <2 x i64>* @vsll, <2 x i64>** %__b.addr.i28, align 8 133 %52 = load <2 x i64>, <2 x i64>* @vsll, align 16
|