Searched refs:four (Results 1 – 19 of 19) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/i960/ |
D | strncpy_ca.S | 128 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
|
D | memcpy_ca.S | 160 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 …]
|
D | memccpy_ca.S | 144 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
|
D | strncat_ca.S | 149 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
|
D | strncpy.S | 110 bl Lcloop.a # if less than four bytes to go, go to char loop 151 st g14, (g5) # store four null bytes
|
D | strchr.S | 88 shlo 8,g1,g2 # broadcast the char to four bytes
|
D | memchr.S | 101 shlo 8,g1,g3 # broadcast the char to four bytes
|
D | strrchr.S | 94 shlo 8,g1,g2 # broadcast the char to four bytes
|
D | memchr_ca.S | 99 shlo 8,g1,g3 # broadcast the char to four bytes
|
D | strchr_ca.S | 92 shlo 8,g1,g2 # broadcast the char to four bytes
|
D | strcpy_ca.S | 271 eshro g14,g6,g14 # extract four bytes 274 eshro g1,g6,g14 # extract four bytes
|
D | memcmp_ca.S | 201 bne.f Lcloop_setup # first four bytes differ
|
D | strcmp_ca.S | 237 bne.f Lcloop_setup # first four bytes differ
|
D | strncmp_ca.S | 243 bne.f Lcloop_setup # first four bytes differ
|
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | remquof.h | 44 vec_int4 four = { 4, 4, 4, 4 }; in _remquof() local 142 quotient = spu_andc (four, (vec_int4)not_ge); in _remquof()
|
D | remquo.h | 47 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/ |
D | DEFS.h | 53 ; All four argument registers are saved into caller save registers
|
/picolibc-3.5.0-3.4.0/doc/ |
D | releasing.md | 33 * Build and run glibc test suite against all four builds
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 9577 __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.
|