Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1094 __w1 = vec_vmulosh(__a, __b); in _mm_mulhi_pi16()
H A Demmintrin.h1398 __w1 = vec_vmulosh((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c2484 res_vi = vec_vmulosh(vs, vs); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h6498 vec_vmulosh(vector short __a, vector short __b) { in vec_vmulosh() function