Searched refs:param_sll (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-quadword.c | 19 signed long long param_sll; variable 225 res_vlll = vec_xl(param_sll, ¶m_lll); in test1() 230 res_vulll = vec_xl(param_sll, ¶m_ulll); in test1() 236 vec_xst(vlll, param_sll, ¶m_lll); in test1() 241 vec_xst(vulll, param_sll, ¶m_ulll); in test1() 247 res_vlll = vec_xl_be(param_sll, ¶m_lll); in test1() 252 res_vulll = vec_xl_be(param_sll, ¶m_ulll); in test1() 258 vec_xst_be(vlll, param_sll, ¶m_lll); in test1() 263 vec_xst_be(vulll, param_sll, ¶m_ulll); in test1()
|
| H A D | builtins-ppc-altivec.c | 62 signed long long param_sll; variable 9502 vec_xst(vsc, param_sll, ¶m_sc); in test10() 9506 vec_xst(vuc, param_sll, ¶m_uc); in test10() 9510 vec_xst(vs, param_sll, ¶m_s); in test10() 9514 vec_xst(vus, param_sll, ¶m_us); in test10() 9518 vec_xst(vi, param_sll, ¶m_i); in test10() 9522 vec_xst(vui, param_sll, ¶m_ui); in test10() 9526 vec_xst(vf, param_sll, ¶m_f); in test10() 9582 vec_xst_be(vs, param_sll, ¶m_s); in test12() 9592 vec_xst_be(vi, param_sll, ¶m_i); in test12() [all …]
|