Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-p10vector.c1347 return vec_splati(-17); in test_vec_vec_splati_si()
1352 return vec_splati(16U); in test_vec_vec_splati_ui()
1357 return vec_splati(1.0f); in test_vec_vec_splati_f()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dp10-splatImm.ll290 define dso_local <4 x i32> @vec_splati() local_unnamed_addr {
291 ; CHECK-LABEL: vec_splati:
/external/llvm-project/clang/lib/Headers/
Daltivec.h17940 #define vec_splati(__a) \ macro