Searched refs:c_v256_from_v128 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_c.h | 45 SIMD_INLINE c_v256 c_v256_from_v128(c_v128 hi, c_v128 lo) { in c_v256_from_v128() function 198 return c_v256_from_v128(c_v128_or(a.v128[1], b.v128[1]), in c_v256_or() 203 return c_v256_from_v128(c_v128_xor(a.v128[1], b.v128[1]), in c_v256_xor() 208 return c_v256_from_v128(c_v128_and(a.v128[1], b.v128[1]), in c_v256_and() 213 return c_v256_from_v128(c_v128_andn(a.v128[1], b.v128[1]), in c_v256_andn() 218 return c_v256_from_v128(c_v128_add_8(a.v128[1], b.v128[1]), in c_v256_add_8() 223 return c_v256_from_v128(c_v128_add_16(a.v128[1], b.v128[1]), in c_v256_add_16() 228 return c_v256_from_v128(c_v128_sadd_s8(a.v128[1], b.v128[1]), in c_v256_sadd_s8() 233 return c_v256_from_v128(c_v128_sadd_u8(a.v128[1], b.v128[1]), in c_v256_sadd_u8() 238 return c_v256_from_v128(c_v128_sadd_s16(a.v128[1], b.v128[1]), in c_v256_sadd_s16() [all …]
|
D | v256_intrinsics.h | 33 return c_v256_from_v128(hi, lo); in v256_from_v128()
|