Home
last modified time | relevance | path

Searched refs:vec_splati (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector.c1539 return vec_splati(-17); in test_vec_vec_splati_si()
1544 return vec_splati(16U); in test_vec_vec_splati_ui()
1549 return vec_splati(1.0f); in test_vec_vec_splati_f()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dp10-splatImm.ll288 define dso_local <4 x i32> @vec_splati() local_unnamed_addr {
289 ; CHECK-LABEL: vec_splati:
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h19009 #define vec_splati(__a) \ macro