Home
last modified time | relevance | path

Searched refs:R2 (Results 1 – 15 of 15) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/
Dsetjmp.S11 # R2 0x8
30 # void longjmp (jmp_buf R1, int R2)
Dstrcpy.S11 ;; R2: source
Dmemcpy.S30 smovf ; Copy R2 (source) to R1 (dest). Stop after R3 bytes.
Dstrncmp.S11 ;; R2: string2
Dmemchr.S10 ;; R2: byte sought
Dmemmove.S11 ;; R2: SRC
Dstrcat.S21 2: mov.b [r2+], r5 ; Copy bytes from R2 to R4 until we reach a NUL byte.
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
Ds_log1pl.c102 R2 = 2.048819892795278657810231591630928516206E4L, variable
177 + R2) * z in log1pl()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/d30v/
Dsetjmp.S27 ; Address of jmpbuf is passed in R2. Save the appropriate registers.
75 ; Address of jmpbuf is in R2. Restore the registers.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/bfin/
Dsetjmp.S42 [P0 + 0x28] = R2;
Dlongjmp.S44 R2 = [P0 + 0x28]; define
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mt/
Dsetjmp.S9 # R2 0x8 8
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/
Dstrcpy.S92 #define RESULT R2
/picolibc-3.7.0-3.6.0/newlib/libc/machine/avr/
Dmacros.inc174 .irp reg, R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, \
264 .irp reg, R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, \
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201522715 * libc/sys/d10v/crt0.S: Use R6 where we used to use R2.