/picolibc-latest/newlib/libc/machine/cr16/sys/ |
D | asm.h | 180 #define _storb_(src, address) __asm__("storb %1,%0" : "=m" (address) : \ argument 182 #define _storw_(src, address) __asm__("storw %1,%0" : "=m" (address) : \ argument 184 #define _stord_(src, address) __asm__("stord %1,%0" : "=m" (address) : \ argument
|
/picolibc-latest/newlib/libc/machine/avr/ |
D | setjmp.S | 93 ; get return address 111 ; save return address 165 ; get return address and jump
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strcpy.S | 121 mov g14,g13 # preserve return address 157 mov g14,g6 # preserve return address 177 bx (g6) # g0 = dest string address; g14 = 0
|
D | memchr.S | 95 mov g14,g13 # preserve return address 101 addo g2,g6,g2 # compute ending address from start and len
|
D | memccpy.S | 96 mov g14, g13 # preserve return address 140 bx (g13) # g0 = dest array address; g14 = 0
|
D | memcpy.S | 109 mov g14, g13 # preserve return address 141 bx (g13) # g0 = dest array address; g14 = 0
|
D | memchr_ca.S | 93 mov g14,g13 # preserve return address 98 addo g0,g2,g2 # compute ending address from start and len
|
D | strncat.S | 136 bx (g6) # g0 = dest string address; g14 = 0 152 bx (g6) # g0 = dest string address; g14 = 0
|
D | strpbrk.S | 98 mov g14,g13 # save return address
|
D | strcspn.S | 70 mov g14,g13 # save return address
|
D | strlen.S | 87 mov g14,g13 # preserve return address
|
D | memcmp.S | 92 mov g14,g13 # preserve return address
|
/picolibc-latest/newlib/libc/machine/mep/ |
D | setjmp.S | 32 # $1 is the address of the buffer. We return 0 in $0. 71 # $1 is the address of the buffer. $2 is the value setjmp
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strcpy.S | 15 mov r1, r4 ; Leave the destination address unchanged in the result register.
|
D | strlen.S | 24 add #0, r1, r4 ; Save a copy of the string start address and set the condition flags.
|
D | memchr.S | 30 sub #1, r1 ; suntil.b leaves r1 pointing at the address *after* the match.
|
/picolibc-latest/newlib/libc/machine/crx/sys/ |
D | asm.h | 350 #define _storb_(src,address) __asm__("storb %1,%0" : "=m" (address) : \ argument 352 #define _storw_(src,address) __asm__("storw %1,%0" : "=m" (address) : \ argument 354 #define _stord_(src,address) __asm__("stord %1,%0" : "=m" (address) : \ argument
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | DEFS.h | 57 ; is the starting address of the profiled routine, and the third is 58 ; the address of the PROF label (which is where mcount stores the 113 ; information. The setup code passes the address to the _mcount routine.
|
/picolibc-latest/newlib/libc/machine/z8k/ |
D | setjmp.S | 45 ldl rr4,@rr4 ! return address 95 ld r4,@r4 ! return address
|
/picolibc-latest/doc/ |
D | init.md | 41 places the address of the function into the `.init_array` 43 the compiler will place its address in the `.fini_array` segment. The
|
/picolibc-latest/newlib/libc/machine/epiphany/ |
D | setjmp.S | 55 ldrd lr,[r0] ; return address / r15
|
/picolibc-latest/semihost/machine/x86/ |
D | meson.build | 75 # address (0xfffffff0) to get us to our default start address at 1MB
|
/picolibc-latest/newlib/libc/machine/m32r/ |
D | setjmp.S | 61 ld r2, @r0+ ; return address
|
/picolibc-latest/newlib/libc/machine/d10v/ |
D | setjmp.S | 28 ; R13 (return address) 0x0c
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | memset.S | 81 .Laligned: ; This code address should be aligned for speed.
|