Home
last modified time | relevance | path

Searched defs:v128_cmplt_s8 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics.h224 SIMD_INLINE v128 v128_cmplt_s8(v128 a, v128 b) { return c_v128_cmplt_s8(a, b); } in v128_cmplt_s8() function
Dv128_intrinsics_x86.h512 SIMD_INLINE v128 v128_cmplt_s8(v128 a, v128 b) { return _mm_cmplt_epi8(a, b); } in v128_cmplt_s8() function
Dv128_intrinsics_arm.h658 SIMD_INLINE v128 v128_cmplt_s8(v128 x, v128 y) { in v128_cmplt_s8() function