Searched refs:res_vull (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 16 vector unsigned long long res_vull; variable 493 res_vull = vec_max(vull, vull); in test1() 498 res_vull = vec_max(vbll, vull); in test1() 503 res_vull = vec_max(vull, vbll); in test1() 524 res_vull = vec_min(vull, vull); in test1() 529 res_vull = vec_min(vbll, vull); in test1() 534 res_vull = vec_min(vull, vbll); in test1() 545 res_vull = vec_mule(vui , vui); in test1() 556 res_vull = vec_mulo(vui, vui); in test1() 567 res_vull = vec_rl(vull, vull); in test1() [all …]
|
D | builtins-ppc-vsx.c | 19 vector unsigned long long res_vull; variable 62 res_vull = vec_perm(vull, vull, vuc); in test1() 71 res_vull = vec_vperm(vull, vull, vuc); in test1() 91 res_vull = vec_vsx_ld(0, &vull); in test1() 111 vec_vsx_st(vull, 0, &res_vull); in test1()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-ldst.ll | 27 @res_vull = common global <2 x i64> zeroinitializer, align 16 43 store <2 x double> %4, <2 x double>* bitcast (<2 x i64>* @res_vull to <2 x double>*), align 16
|
D | vsx-ldst-builtin-le.ll | 16 @res_vull = common global <2 x i64> zeroinitializer, align 16 94 store <2 x i64> %27, <2 x i64>* @res_vull, align 16 148 store <2 x i64>* @res_vull, <2 x i64>** %__c.addr.i10, align 8
|