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 181 return c_v128_from_v64(c_v64_or(a.v64[1], b.v64[1]), in c_v128_or() 186 return c_v128_from_v64(c_v64_xor(a.v64[1], b.v64[1]), in c_v128_xor() 191 return c_v128_from_v64(c_v64_and(a.v64[1], b.v64[1]), in c_v128_and() 196 return c_v128_from_v64(c_v64_andn(a.v64[1], b.v64[1]), in c_v128_andn() 201 return c_v128_from_v64(c_v64_add_8(a.v64[1], b.v64[1]), in c_v128_add_8() 206 return c_v128_from_v64(c_v64_add_16(a.v64[1], b.v64[1]), in c_v128_add_16() 211 return c_v128_from_v64(c_v64_sadd_u8(a.v64[1], b.v64[1]), in c_v128_sadd_u8() 216 return c_v128_from_v64(c_v64_sadd_s8(a.v64[1], b.v64[1]), in c_v128_sadd_s8() 221 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()
|