Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1093 __w0 = vec_vmulesh(__a, __b); in _mm_mulhi_pi16()
H A Demmintrin.h1397 __w0 = vec_vmulesh((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c2451 res_vi = vec_vmulesh(vs, vs); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h6352 vec_vmulesh(vector short __a, vector short __b) { in vec_vmulesh() function