Searched refs:zero_matches (Results 1 – 2 of 2) sorted by relevance
41 uint32_t zero_matches, goal_matches; in strchr() local44 zero_matches = __insn_seqb(v, 0); in strchr()49 if (__builtin_expect(zero_matches | goal_matches, 0)) in strchr()55 z = __insn_ctz(zero_matches); in strchr()
39 uint64_t zero_matches, goal_matches; in strchr() local42 zero_matches = __insn_v1cmpeqi(v, 0); in strchr()47 if (__builtin_expect((zero_matches | goal_matches) != 0, 0)) in strchr()53 z = CFZ(zero_matches); in strchr()