Home
last modified time | relevance | path

Searched refs:vull (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c31 vector unsigned long long vull = { 1, 2 }; variable
89 res_vull = vec_add(vull, vull); in test1()
159 res_vbll = vec_cmpeq(vull, vull); in test1()
170 res_vbll = vec_cmpge(vull, vull); in test1()
181 res_vbll = vec_cmple(vull, vull); in test1()
192 res_vbll = vec_cmpgt(vull, vull); in test1()
203 res_vbll = vec_cmplt(vull, vull); in test1()
213 res_vd = vec_double(vull); in test1()
321 res_vull = vec_eqv(vull, vull); in test1()
359 res_ull = vec_extract(vull, si); in test1()
[all …]
Dbuiltins-ppc-vsx.c22 vector unsigned long long vull = { 1447LL, 2894LL }; variable
201 res_vull = vec_div(vull, vull); in test1()
252 res_vull = vec_perm(vull, vull, vuc); in test1()
304 res_vull = vec_splat(vull, 1); in test1()
317 res_vui = vec_pack(vull, vull); in test1()
329 res_vull = vec_vperm(vull, vull, vuc); in test1()
371 res_vull = vec_vsx_ld(0, &vull); in test1()
465 vec_vsx_st(vull, 0, &res_vull); in test1()
546 res_vull = vec_and(vull, vull); in test1()
550 res_vull = vec_and(vbll, vull); in test1()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dvsx-ldst-builtin-le.ll8 @vull = global <2 x i64> <i64 1447, i64 2894>, align 16
38 %6 = call <2 x double> @llvm.ppc.vsx.lxvd2x(i8* bitcast (<2 x i64>* @vull to i8*))
65 %15 = load <2 x i64>, <2 x i64>* @vull, align 16
Dvsx-ldst.ll20 @vull = global <2 x i64> <i64 1447, i64 2894>, align 16
36 %4 = load <2 x double>, <2 x double>* bitcast (<2 x i64>* @vull to <2 x double>*), align 16