Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dstrrchr.c48 vec_uint4 res_ptr, res_cmp; in strrchr() local
67 res_ptr = spu_splats(0U); in strrchr()
73 res_ptr = spu_sel(spu_promote((unsigned int)(ptr), 0), res_ptr, cmp); in strrchr()
97 res_ptr = spu_sel(spu_promote((unsigned int)(ptr), 0), res_ptr, cmp); in strrchr()
113 result = spu_sub(spu_add(res_ptr, 15), spu_cntlz(res_cmp)); in strrchr()