Searched refs:more (Results 1 – 25 of 43) sorted by relevance
12
/picolibc-latest/newlib/libc/machine/i960/ |
D | memcpy.S | 130 bge Lwloop_a # loop if more than 3 bytes to move 131 cmpobe g6, g5, Lexit # quit if no more bytes to move 137 cmpobne g6, g5, Lcloop_a # quit if no more bytes to move 152 ble Lwloop.a # loop if more than 3 bytes to move 153 cmpobe g6, g0, Lexit # quit if no more bytes to move 159 cmpobne g6, g0, Lcloop.a # quit if no more bytes to move
|
D | memset.S | 92 bne.t Lbgn_cloop # loop if more bytes to store before longword 102 cmpo 15,g2 # Do we have to store more longwords? 106 bl.t Lwloop # loop if more longwords to store 116 bne.t Lcloop # loop if more bytes to store
|
/picolibc-latest/newlib/libc/machine/h8300/ |
D | memcpy.S | 35 ; it can be more expensive than movmd.b for small moves.
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | memcpy.S | 17 ;; FIXME: It would be more space efficient to just branch to _memmove...
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 35 ; Code Brief (more info at the bottom): 54 ; Setup byte detector (more information bellow) [1] 142 ; Setup byte detector (more information bellow) [1] 273 ; is either 0 or more than 0x80 Then, separately, it makes the highest 301 ; reduced, allowing the CPU to run more instructions in parallel [9]
|
D | memchr.S | 53 ; We use r1 because we dont have any more registers free inside the main loop 106 ; Keep going we have more 16 byte chunks 182 ; We use r1 because we dont have any more registers free inside the main loop 239 ; Keep going we have more 16 byte chunks 345 ; byte to 1, if the corresponding byte is either 0 or more than 0x80 372 ; allowing the CPU to run more instructions in parallel
|
D | strcat.S | 45 ; Do 4 byte search until there are no more 4 byte chunks 68 ; Setup byte detector (more information below) [1] 295 ; Setup byte detector (more information below) [1] 588 ; allowing the CPU to run more instructions in parallel [9]
|
D | strcmp.S | 38 ; instructions, so it is more commented 151 ; Setup byte detector (more information bellow) [1]
|
D | memcmp.S | 218 ; 2) "dbnz" instruction has a delay slot. To make the code more 242 ; There is one more loose end to take care of: At the last iteration
|
D | memcpy.S | 141 ; The remainder bits indicating how many more bytes to copy
|
D | memmove.S | 259 ; The remainder bits indicating how many more bytes to copy
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | memcmp.S | 132 more: combt,<=,n count,tmp1,chunk1 /* Can we do the vshd? */ label 139 b more /* keep checking */
|
D | strncmp.S | 135 more: uxor,nbz s2word,r0,r0 /* Is there a null in first word */ label 145 b more /* keep checking */
|
D | strcmp.S | 204 more: uxor,nbz s1word,r0,r0 /* Is there a null in s1? */ label 215 b more
|
/picolibc-latest/newlib/libc/machine/rl78/ |
D | setjmp.S | 117 ;; The sp we have now includes one more pushed reg, plus $PC
|
/picolibc-latest/ |
D | README.md | 128 * [Linking with Picolibc.ld](doc/linking.md). Provides more details 133 Detailed documentation. Use these to learn more details about how to 254 present. This is required by the latest qemu which now more 301 * Add an option (-Dfast-bufio=true) for more efficient fread/fwrite 353 * Fix more m68k 80-bit float bugs 358 multi-lib to check various FPU configurations on older and more 640 5. Make header files a bit more POSIX compliant, installing rpc 753 9. Enable lots more compiler warning flags. 760 12. Add lots more exception and errno tests for the math functions. 883 11. Make the fenv API more consistent and more conformant with the [all …]
|
D | CONTRIBUTING.md | 34 configured correctly can be a challenge. Learn more about that in the
|
/picolibc-latest/doc/ |
D | embedsource.md | 5 For more information on the meson subproject feature, refer to the documentation at : https://meson…
|
D | os.md | 14 Picolibc stdio splits support for simple console input/output and more 152 all of the above functions along with a couple more POSIX APIs used by
|
D | tls.md | 72 ## Creating more TLS blocks
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | memcmp-bs-norm.S | 100 ; one more load latency cycle
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 93 applied to more than one CCS. 97 Thus, an encoding may be considered as one or more CCS + CES. 104 An example of a more complicated encoding is UTF-8 which is the UCS 260 IBM 866 - the updated version of CP 855 which follows more the logical Russian alphabet 740 efficiency: the first method is more efficient since it converts 752 considered as one or more CCS plus a CES. It also decomposes its 753 conversion modules on @dfn{CES converter} plus one or more @dfn{CCS 843 One more design aspect are the speed- and size- optimized tables. Users can 859 Theoretically, the compiled-in CCS tables should be more appropriate for 982 Thus, in order to make the CCS tables more compact, the 16-bit UCS-2 is [all …]
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 29 ! 2.: When there are two or three bytes in the last word of an 11-or-more 284 .align 2 ! avoid nop in more frequently executed code.
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 36 # Some arrays have more members than what can be supported on some targets.
|
/picolibc-latest/newlib/ |
D | README | 341 support `--enable-malloc-debugging' any more. 358 Use gdtoa rather than legacy ldtoa. gdtoa privides more accurate 360 more heap memory. gdtoa sometimes requires 16KB heap memory, so 389 more information about this option.
|
12