Home
last modified time | relevance | path

Searched refs:cmp0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c7146 uint64_t cmp0, cmp1; in do_match2() local
7149 cmp0 = cmp1 ^ m0; in do_match2()
7151 cmp0 = (cmp0 - ones) & ~cmp0; in do_match2()
7153 return (cmp0 | cmp1) & signs; in do_match2()
7277 uint64_t cmp0, cmp1; in do_histseg_cnt() local
7280 cmp0 = cmp1 ^ m0; in do_histseg_cnt()
7291 cmp0 = ~(((cmp0 & mask) + mask) | cmp0 | mask); in do_histseg_cnt()
7303 return ctpop64(cmp0 | (cmp1 >> 1)); in do_histseg_cnt()
/openbmc/qemu/target/loongarch/
H A Dvec_helper.c3120 uint64_t cmp0, cmp1; in do_match2() local
3123 cmp0 = cmp1 ^ m0; in do_match2()
3125 cmp0 = (cmp0 - ones) & ~cmp0; in do_match2()
3127 return (cmp0 | cmp1) & signs; in do_match2()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c1045 const uint8x16_t cmp0 = vceqq_u8(chunk.val[0], dup); in ZSTD_row_getMatchMask() local
1050 const uint8x16_t t0 = vsriq_n_u8(cmp1, cmp0, 1); in ZSTD_row_getMatchMask()