Home
last modified time | relevance | path

Searched refs:zero_matches (Results 1 – 2 of 2) sorted by relevance

/arch/tile/lib/
Dstrchr_32.c41 uint32_t zero_matches, goal_matches; in strchr() local
44 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()
Dstrchr_64.c39 uint64_t zero_matches, goal_matches; in strchr() local
42 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()