Home
last modified time | relevance | path

Searched refs:param_sll (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-quadword.c19 signed long long param_sll; variable
225 res_vlll = vec_xl(param_sll, &param_lll); in test1()
230 res_vulll = vec_xl(param_sll, &param_ulll); in test1()
236 vec_xst(vlll, param_sll, &param_lll); in test1()
241 vec_xst(vulll, param_sll, &param_ulll); in test1()
247 res_vlll = vec_xl_be(param_sll, &param_lll); in test1()
252 res_vulll = vec_xl_be(param_sll, &param_ulll); in test1()
258 vec_xst_be(vlll, param_sll, &param_lll); in test1()
263 vec_xst_be(vulll, param_sll, &param_ulll); in test1()
H A Dbuiltins-ppc-altivec.c62 signed long long param_sll; variable
9502 vec_xst(vsc, param_sll, &param_sc); in test10()
9506 vec_xst(vuc, param_sll, &param_uc); in test10()
9510 vec_xst(vs, param_sll, &param_s); in test10()
9514 vec_xst(vus, param_sll, &param_us); in test10()
9518 vec_xst(vi, param_sll, &param_i); in test10()
9522 vec_xst(vui, param_sll, &param_ui); in test10()
9526 vec_xst(vf, param_sll, &param_f); in test10()
9582 vec_xst_be(vs, param_sll, &param_s); in test12()
9592 vec_xst_be(vi, param_sll, &param_i); in test12()
[all …]