Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 73) sorted by relevance

123

/picolibc-latest/newlib/libc/machine/cr16/sys/
Dasm.h180 #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/
Dsetjmp.S93 ; get return address
111 ; save return address
165 ; get return address and jump
/picolibc-latest/newlib/libc/machine/i960/
Dstrcpy.S121 mov g14,g13 # preserve return address
157 mov g14,g6 # preserve return address
177 bx (g6) # g0 = dest string address; g14 = 0
Dmemchr.S95 mov g14,g13 # preserve return address
101 addo g2,g6,g2 # compute ending address from start and len
Dmemccpy.S96 mov g14, g13 # preserve return address
140 bx (g13) # g0 = dest array address; g14 = 0
Dmemcpy.S109 mov g14, g13 # preserve return address
141 bx (g13) # g0 = dest array address; g14 = 0
Dmemchr_ca.S93 mov g14,g13 # preserve return address
98 addo g0,g2,g2 # compute ending address from start and len
Dstrncat.S136 bx (g6) # g0 = dest string address; g14 = 0
152 bx (g6) # g0 = dest string address; g14 = 0
Dstrpbrk.S98 mov g14,g13 # save return address
Dstrcspn.S70 mov g14,g13 # save return address
Dstrlen.S87 mov g14,g13 # preserve return address
Dmemcmp.S92 mov g14,g13 # preserve return address
/picolibc-latest/newlib/libc/machine/mep/
Dsetjmp.S32 # $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/
Dstrcpy.S15 mov r1, r4 ; Leave the destination address unchanged in the result register.
Dstrlen.S24 add #0, r1, r4 ; Save a copy of the string start address and set the condition flags.
Dmemchr.S30 sub #1, r1 ; suntil.b leaves r1 pointing at the address *after* the match.
/picolibc-latest/newlib/libc/machine/crx/sys/
Dasm.h350 #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/
DDEFS.h57 ; 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/
Dsetjmp.S45 ldl rr4,@rr4 ! return address
95 ld r4,@r4 ! return address
/picolibc-latest/doc/
Dinit.md41 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/
Dsetjmp.S55 ldrd lr,[r0] ; return address / r15
/picolibc-latest/semihost/machine/x86/
Dmeson.build75 # address (0xfffffff0) to get us to our default start address at 1MB
/picolibc-latest/newlib/libc/machine/m32r/
Dsetjmp.S61 ld r2, @r0+ ; return address
/picolibc-latest/newlib/libc/machine/d10v/
Dsetjmp.S28 ; R13 (return address) 0x0c
/picolibc-latest/newlib/libc/machine/arc/
Dmemset.S81 .Laligned: ; This code address should be aligned for speed.

123