Searched refs:v128_cmplt_s16 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_x86.h | 519 SIMD_INLINE v128 v128_cmplt_s16(v128 a, v128 b) { in v128_cmplt_s16() function 623 v128 t = v128_cmplt_s16(v128_xor(a, v128_dup_16(32768)), in v128_sad_u16()
|
D | v256_intrinsics_v128.h | 591 return v256_from_v128(v128_cmplt_s16(a.val[1], b.val[1]), in v256_cmplt_s16() 592 v128_cmplt_s16(a.val[0], b.val[0])); in v256_cmplt_s16()
|
D | v128_intrinsics.h | 227 SIMD_INLINE v128 v128_cmplt_s16(v128 a, v128 b) { in v128_cmplt_s16() function
|
D | v128_intrinsics_arm.h | 671 SIMD_INLINE v128 v128_cmplt_s16(v128 x, v128 y) { in v128_cmplt_s16() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 562 SIMD_TUPLE(v128_cmplt_s16, 0U, 0U),
|
D | simd_cmp_impl.h | 720 MAP(v128_cmplt_s16),
|