Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/i960/
Dstrncpy_ca.S130 cmpi g2,4 # check for fewer than four bytes to move
133 bl.f Lcase_1_cloop.a # branch if fewer than four bytes to copy
188 cmpi g2,4 # check for fewer than four bytes to move
190 bl.f Lcase_1_cloop.b # branch if fewer than four bytes to copy
235 cmpi g2,4 # less than four bytes to move?
238 bl.f Lcase_3_cloop.a # branch if < four bytes left to move
251 cmpi g2,4 # less than four bytes to move?
254 bl.f Lcase_3_cloop.a # branch if < four bytes left to move
280 eshro g14,g6,g5 # extract four bytes
Dmemcpy_ca.S162 cmpi g2,4 # less than four bytes to move?
165 bl.f Lcase_3_cloop # branch if < four bytes left to move
179 cmpi g2,4 # check for fewer than four bytes to move
182 bge.t Lcase_1_wloop # branch if at least four bytes to copy
218 eshro g14,g6,g5 # extract four bytes
273 cmpi g2,4 # less than four bytes to move?
278 bl.f Lcase.3_cloop # branch if < four bytes left to move
287 cmpi g2,4 # less than four bytes to move?
292 bl.f Lcase.3_cloop # branch if < four bytes left to move
304 cmpi g2,4 # check for fewer than four bytes to move
[all …]
Dmemccpy_ca.S146 cmpi g3,4 # less than four bytes to move?
149 bl.f Lcase_13_cloop_setup # branch if < four bytes left to move
161 cmpi g3,4 # less than four bytes to move?
164 bl.f Lcase_13_cloop_setup # branch if < four bytes left to move
187 cmpi g3,4 # check for fewer than four bytes to move
190 bl.f Lcase_13_cloop_setup # branch if less than four bytes to copy
233 eshro g14,g6,g4 # extract four bytes
Dstrncat_ca.S151 cmpi g2,4 # check for fewer than four bytes to move
153 bl.f Lcase_1_cloop # branch if fewer than four bytes to copy
212 eshro g14,g6,g5 # extract four bytes
260 cmpi g2,4 # less than four bytes to move?
263 bl.f Lcase_3_cloop # branch if < four bytes left to move
281 cmpi g2,4 # less than four bytes to move?
284 bl.f Lcase_3_cloop # branch if < four bytes left to move
Dstrncpy.S112 bl Lcloop.a # if less than four bytes to go, go to char loop
153 st g14, (g5) # store four null bytes
Dstrchr.S90 shlo 8,g1,g2 # broadcast the char to four bytes
Dmemchr.S103 shlo 8,g1,g3 # broadcast the char to four bytes
Dstrrchr.S96 shlo 8,g1,g2 # broadcast the char to four bytes
Dstrchr_ca.S94 shlo 8,g1,g2 # broadcast the char to four bytes
Dmemchr_ca.S101 shlo 8,g1,g3 # broadcast the char to four bytes
Dstrcpy_ca.S273 eshro g14,g6,g14 # extract four bytes
276 eshro g1,g6,g14 # extract four bytes
Dmemcmp_ca.S203 bne.f Lcloop_setup # first four bytes differ
Dstrcmp_ca.S239 bne.f Lcloop_setup # first four bytes differ
Dstrncmp_ca.S245 bne.f Lcloop_setup # first four bytes differ
/picolibc-latest/newlib/libm/machine/spu/headers/
Dremquof.h44 vec_int4 four = { 4, 4, 4, 4 }; in _remquof() local
142 quotient = spu_andc (four, (vec_int4)not_ge); in _remquof()
Dremquo.h47 vec_int4 four = { 4, 4, 4, 4 }; in _remquo() local
191 quotient = spu_andc(four, (vec_int4)not_ge); in _remquo()
/picolibc-latest/doc/
Dreleasing.md34 * Builds and runs glibc test suite against all four builds
/picolibc-latest/newlib/libc/machine/hppa/
DDEFS.h53 ; All four argument registers are saved into caller save registers
/picolibc-latest/newlib/
DChangeLog-20159577 __uid_t, and __gid_t making them all four bytes. Change to lower case
24411 it doesn't need to call abs() (or labs()) four times either.