Searched refs:cmp0 (Results 1 – 3 of 3) sorted by relevance
7167 uint64_t cmp0, cmp1; in do_match2() local7170 cmp0 = cmp1 ^ m0; in do_match2()7172 cmp0 = (cmp0 - ones) & ~cmp0; in do_match2()7174 return (cmp0 | cmp1) & signs; in do_match2()7298 uint64_t cmp0, cmp1; in do_histseg_cnt() local7301 cmp0 = cmp1 ^ m0; in do_histseg_cnt()7312 cmp0 = ~(((cmp0 & mask) + mask) | cmp0 | mask); in do_histseg_cnt()7324 return ctpop64(cmp0 | (cmp1 >> 1)); in do_histseg_cnt()
3120 uint64_t cmp0, cmp1; in do_match2() local3123 cmp0 = cmp1 ^ m0; in do_match2()3125 cmp0 = (cmp0 - ones) & ~cmp0; in do_match2()3127 return (cmp0 | cmp1) & signs; in do_match2()
1045 const uint8x16_t cmp0 = vceqq_u8(chunk.val[0], dup); in ZSTD_row_getMatchMask() local1050 const uint8x16_t t0 = vsriq_n_u8(cmp1, cmp0, 1); in ZSTD_row_getMatchMask()