Lines Matching refs:threeWayCmp
54 static inline int32_t threeWayCmp(SrcAddrT1 src1, SrcAddrT2 src2) { in threeWayCmp() function
56 return NextT::threeWayCmp(offsetAddr<Bytes>(src1), in threeWayCmp()
61 static inline int32_t threeWayCmp(SrcAddrT1 src1, SrcAddrT2 src2, in threeWayCmp() function
64 return NextT::threeWayCmp(offsetAddr<Bytes>(src1), in threeWayCmp()
116 static inline int32_t threeWayCmp(SrcAddrT1 src1, SrcAddrT2 src2, in threeWayCmp() function
118 return SizedOpT::threeWayCmp(tailAddr<SIZE>(src1, runtime_size), in threeWayCmp()
180 static inline int32_t threeWayCmp(SrcAddrT1 src1, SrcAddrT2 src2, in threeWayCmp() function
184 if (const int32_t res = SizedOpT::threeWayCmp(src1, src2)) in threeWayCmp()
186 return Tail<SizedOpT>::threeWayCmp(src1, src2, runtime_size); in threeWayCmp()
297 static inline int32_t threeWayCmp(SrcAddrT1 src1, SrcAddrT2 src2, in threeWayCmp() function
301 if (int32_t res = SizedOpT::threeWayCmp( in threeWayCmp()
307 return Tail<SizedOpT>::threeWayCmp(src1, src2, runtime_size); in threeWayCmp()
405 static inline int32_t threeWayCmp(SrcAddrT1 src1, SrcAddrT2 src2, in threeWayCmp() function
407 if (const int32_t res = SizedOpT::threeWayCmp(src1, src2)) in threeWayCmp()
410 return NextT::threeWayCmp(aligned.arg1, aligned.arg2, aligned.size); in threeWayCmp()