Searched refs:four (Results 1 – 19 of 19) sorted by relevance
/picolibc-latest/newlib/libc/machine/i960/ |
D | strncpy_ca.S | 130 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
|
D | memcpy_ca.S | 162 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 …]
|
D | memccpy_ca.S | 146 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
|
D | strncat_ca.S | 151 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
|
D | strncpy.S | 112 bl Lcloop.a # if less than four bytes to go, go to char loop 153 st g14, (g5) # store four null bytes
|
D | strchr.S | 90 shlo 8,g1,g2 # broadcast the char to four bytes
|
D | memchr.S | 103 shlo 8,g1,g3 # broadcast the char to four bytes
|
D | strrchr.S | 96 shlo 8,g1,g2 # broadcast the char to four bytes
|
D | strchr_ca.S | 94 shlo 8,g1,g2 # broadcast the char to four bytes
|
D | memchr_ca.S | 101 shlo 8,g1,g3 # broadcast the char to four bytes
|
D | strcpy_ca.S | 273 eshro g14,g6,g14 # extract four bytes 276 eshro g1,g6,g14 # extract four bytes
|
D | memcmp_ca.S | 203 bne.f Lcloop_setup # first four bytes differ
|
D | strcmp_ca.S | 239 bne.f Lcloop_setup # first four bytes differ
|
D | strncmp_ca.S | 245 bne.f Lcloop_setup # first four bytes differ
|
/picolibc-latest/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-latest/doc/ |
D | releasing.md | 34 * Builds and runs glibc test suite against all four builds
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | DEFS.h | 53 ; All four argument registers are saved into caller save registers
|
/picolibc-latest/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.
|