Searched refs:vull (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 30 vector unsigned long long vull = { 1, 2 }; variable 88 res_vull = vec_add(vull, vull); in test1() 158 res_vbll = vec_cmpeq(vull, vull); in test1() 169 res_vbll = vec_cmpge(vull, vull); in test1() 180 res_vbll = vec_cmple(vull, vull); in test1() 191 res_vbll = vec_cmpgt(vull, vull); in test1() 202 res_vbll = vec_cmplt(vull, vull); in test1() 212 res_vd = vec_double(vull); in test1() 320 res_vull = vec_eqv(vull, vull); in test1() 358 res_ull = vec_extract(vull, si); in test1() [all …]
|
D | builtins-ppc-vsx.c | 13 vector unsigned long long vull = { 1447LL, 2894LL }; 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() 273 res_vui = vec_pack(vull, vull); 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() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst.ll | 20 @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
|
D | vsx-ldst-builtin-le.ll | 10 @vull = global <2 x i64> <i64 1447, i64 2894>, align 16 86 store <2 x i64>* @vull, <2 x i64>** %__b.addr.i26, align 8 144 %59 = load <2 x i64>, <2 x i64>* @vull, align 16
|