Home
last modified time | relevance | path

Searched refs:c_v128_from_64 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_c.h40 SIMD_INLINE c_v128 c_v128_from_64(uint64_t hi, uint64_t lo) { in c_v128_from_64() function
245 return c_v128_from_64( in c_v128_add_64()
311 return c_v128_from_64( in c_v128_sub_64()
Dv128_intrinsics.h30 return c_v128_from_64(hi, lo); in v128_from_64()