Searched refs:c_v128_max_s32 (Results 1 – 3 of 3) sorted by relevance
148 SIMD_INLINE v128 v128_max_s32(v128 a, v128 b) { return c_v128_max_s32(a, b); } in v128_max_s32()
432 return c_v256_from_v128(c_v128_max_s32(a.v128[1], b.v128[1]), in c_v256_max_s32()433 c_v128_max_s32(a.v128[0], b.v128[0])); in c_v256_max_s32()
424 SIMD_INLINE c_v128 c_v128_max_s32(c_v128 a, c_v128 b) { in c_v128_max_s32() function