Searched refs:v128_cmplt_s32 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 606 return v256_from_v128(v128_cmplt_s32(a.val[1], b.val[1]), in v256_cmplt_s32() 607 v128_cmplt_s32(a.val[0], b.val[0])); in v256_cmplt_s32()
|
D | v128_intrinsics.h | 235 SIMD_INLINE v128 v128_cmplt_s32(v128 a, v128 b) { in v128_cmplt_s32() function
|
D | v128_intrinsics_x86.h | 529 SIMD_INLINE v128 v128_cmplt_s32(v128 a, v128 b) { in v128_cmplt_s32() function
|
D | v128_intrinsics_arm.h | 686 SIMD_INLINE v128 v128_cmplt_s32(v128 x, v128 y) { in v128_cmplt_s32() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 563 SIMD_TUPLE(v128_cmplt_s32, 0U, 0U),
|
D | simd_cmp_impl.h | 723 MAP(v128_cmplt_s32),
|