Searched refs:res_vull (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 50 vector unsigned long long res_vull; 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() 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() 554 res_vull = vec_and(vull, vbll); in test1() [all …]
|
D | builtins-ppc-p8vector.c | 58 vector unsigned long long res_vull; variable 89 res_vull = vec_add(vull, vull); in test1() 321 res_vull = vec_eqv(vull, vull); in test1() 380 res_vull = vec_insert(ull, vull, si); in test1() 418 res_vull = vec_cntlz(vull); in test1() 937 res_vull = vec_max(vull, vull); in test1() 942 res_vull = vec_max(vbll, vull); in test1() 947 res_vull = vec_max(vull, vbll); in test1() 977 res_vull = vec_min(vull, vull); in test1() 982 res_vull = vec_min(vbll, vull); in test1() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst-builtin-le.ll | 13 @res_vull = common global <2 x i64> zeroinitializer, align 16 41 store <2 x i64> %7, <2 x i64>* @res_vull, align 16 68 call void @llvm.ppc.vsx.stxvd2x(<2 x double> %16, i8* bitcast (<2 x i64>* @res_vull to i8*))
|
D | vsx-ldst.ll | 26 @res_vull = common global <2 x i64> zeroinitializer, align 16 42 store <2 x double> %4, <2 x double>* bitcast (<2 x i64>* @res_vull to <2 x double>*), align 16
|
D | builtins-ppc-p8vector.ll | 11 @res_vull = common global <2 x i64> zeroinitializer, align 16 36 store <2 x i64> %2, <2 x i64>* @res_vull, align 16
|