Searched refs:c_v128_from_v64 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_c.h | 47 SIMD_INLINE c_v128 c_v128_from_v64(c_v64 hi, c_v64 lo) { in c_v128_from_v64() function 194 return c_v128_from_v64(c_v64_or(a.v64[1], b.v64[1]), in c_v128_or() 199 return c_v128_from_v64(c_v64_xor(a.v64[1], b.v64[1]), in c_v128_xor() 204 return c_v128_from_v64(c_v64_and(a.v64[1], b.v64[1]), in c_v128_and() 209 return c_v128_from_v64(c_v64_andn(a.v64[1], b.v64[1]), in c_v128_andn() 214 return c_v128_from_v64(c_v64_add_8(a.v64[1], b.v64[1]), in c_v128_add_8() 219 return c_v128_from_v64(c_v64_add_16(a.v64[1], b.v64[1]), in c_v128_add_16() 224 return c_v128_from_v64(c_v64_sadd_u8(a.v64[1], b.v64[1]), in c_v128_sadd_u8() 229 return c_v128_from_v64(c_v64_sadd_s8(a.v64[1], b.v64[1]), in c_v128_sadd_s8() 234 return c_v128_from_v64(c_v64_sadd_s16(a.v64[1], b.v64[1]), in c_v128_sadd_s16() [all …]
|
D | v128_intrinsics.h | 33 return c_v128_from_v64(hi, lo); in v128_from_v64()
|