Home
last modified time | relevance | path

Searched refs:vec_vmaxfp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvsx-minmax.ll92 ; vf2 = vec_vmaxfp(vf, vf);
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c369 res_vf = vec_vmaxfp(vf, vf); in test1()
H A Dbuiltins-ppc-altivec.c1936 res_vf = vec_vmaxfp(vf, vf); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h5068 vec_vmaxfp(vector float __a, vector float __b) { in vec_vmaxfp() function