Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/machine/i960/
Dstrncpy_ca.S128 cmpi g2,4 # check for fewer than four bytes to move
131 bl.f Lcase_1_cloop.a # branch if fewer than four bytes to copy
186 cmpi g2,4 # check for fewer than four bytes to move
188 bl.f Lcase_1_cloop.b # branch if fewer than four bytes to copy
233 cmpi g2,4 # less than four bytes to move?
236 bl.f Lcase_3_cloop.a # branch if < four bytes left to move
249 cmpi g2,4 # less than four bytes to move?
252 bl.f Lcase_3_cloop.a # branch if < four bytes left to move
278 eshro g14,g6,g5 # extract four bytes
Dmemcpy_ca.S160 cmpi g2,4 # less than four bytes to move?
163 bl.f Lcase_3_cloop # branch if < four bytes left to move
177 cmpi g2,4 # check for fewer than four bytes to move
180 bge.t Lcase_1_wloop # branch if at least four bytes to copy
216 eshro g14,g6,g5 # extract four bytes
271 cmpi g2,4 # less than four bytes to move?
276 bl.f Lcase.3_cloop # branch if < four bytes left to move
285 cmpi g2,4 # less than four bytes to move?
290 bl.f Lcase.3_cloop # branch if < four bytes left to move
302 cmpi g2,4 # check for fewer than four bytes to move
[all …]
Dmemccpy_ca.S144 cmpi g3,4 # less than four bytes to move?
147 bl.f Lcase_13_cloop_setup # branch if < four bytes left to move
159 cmpi g3,4 # less than four bytes to move?
162 bl.f Lcase_13_cloop_setup # branch if < four bytes left to move
185 cmpi g3,4 # check for fewer than four bytes to move
188 bl.f Lcase_13_cloop_setup # branch if less than four bytes to copy
231 eshro g14,g6,g4 # extract four bytes
Dstrncat_ca.S149 cmpi g2,4 # check for fewer than four bytes to move
151 bl.f Lcase_1_cloop # branch if fewer than four bytes to copy
210 eshro g14,g6,g5 # extract four bytes
258 cmpi g2,4 # less than four bytes to move?
261 bl.f Lcase_3_cloop # branch if < four bytes left to move
279 cmpi g2,4 # less than four bytes to move?
282 bl.f Lcase_3_cloop # branch if < four bytes left to move
Dstrncpy.S110 bl Lcloop.a # if less than four bytes to go, go to char loop
151 st g14, (g5) # store four null bytes
Dstrchr.S88 shlo 8,g1,g2 # broadcast the char to four bytes
Dmemchr.S101 shlo 8,g1,g3 # broadcast the char to four bytes
Dstrrchr.S94 shlo 8,g1,g2 # broadcast the char to four bytes
Dmemchr_ca.S99 shlo 8,g1,g3 # broadcast the char to four bytes
Dstrchr_ca.S92 shlo 8,g1,g2 # broadcast the char to four bytes
Dstrcpy_ca.S271 eshro g14,g6,g14 # extract four bytes
274 eshro g1,g6,g14 # extract four bytes
Dmemcmp_ca.S201 bne.f Lcloop_setup # first four bytes differ
Dstrcmp_ca.S237 bne.f Lcloop_setup # first four bytes differ
Dstrncmp_ca.S243 bne.f Lcloop_setup # first four bytes differ
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/newlib/libc/machine/hppa/
DDEFS.h53 ; All four argument registers are saved into caller save registers
/picolibc-3.5.0-3.4.0/doc/
Dreleasing.md33 * Build and run glibc test suite against all four builds
/picolibc-3.5.0-3.4.0/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.