Searched refs:vsll (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 30 vector signed long long vsll = { 1, 2 }; variable 71 res_vsll = vec_abs(vsll); in test1() 84 res_vsll = vec_add(vsll, vsll); in test1() 154 res_vbll = vec_cmpeq(vsll, vsll); in test1() 165 res_vbll = vec_cmpge(vsll, vsll); in test1() 176 res_vbll = vec_cmple(vsll, vsll); in test1() 187 res_vbll = vec_cmpgt(vsll, vsll); in test1() 198 res_vbll = vec_cmplt(vsll, vsll); in test1() 209 res_vd = vec_double(vsll); in test1() 299 res_vsll = vec_eqv(vsll, vsll); in test1() [all …]
|
D | builtins-ppc-vsx.c | 21 vector signed long long vsll = { 255LL, -937LL }; variable 197 res_vsll = vec_div(vsll, vsll); in test1() 248 res_vsll = vec_perm(vsll, vsll, vuc); in test1() 295 res_vsll = vec_splat(vsll, 1); in test1() 313 res_vsi = vec_pack(vsll, vsll); in test1() 325 res_vsll = vec_vperm(vsll, vsll, vuc); in test1() 367 res_vsll = vec_vsx_ld(0, &vsll); in test1() 461 vec_vsx_st(vsll, 0, &res_vsll); in test1() 534 res_vsll = vec_and(vsll, vsll); in test1() 538 res_vsll = vec_and(vbll, vsll); in test1() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst-builtin-le.ll | 7 @vsll = global <2 x i64> <i64 255, i64 -937>, align 16 33 %4 = call <2 x double> @llvm.ppc.vsx.lxvd2x(i8* bitcast (<2 x i64>* @vsll to i8*)) 60 %13 = load <2 x i64>, <2 x i64>* @vsll, align 16
|
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
|