Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/rx/
Dsetjmp.S13 # R2 0x8
32 # void longjmp (jmp_buf R1, int R2)
Dstrcpy.S13 ;; R2: source
Dmemcpy.S32 smovf ; Copy R2 (source) to R1 (dest). Stop after R3 bytes.
Dstrncmp.S13 ;; R2: string2
Dmemchr.S12 ;; R2: byte sought
Dmemmove.S13 ;; R2: SRC
Dstrcat.S23 2: mov.b [r2+], r5 ; Copy bytes from R2 to R4 until we reach a NUL byte.
/picolibc-latest/newlib/libm/ld/ld128/
Ds_log1pl.c102 R2 = 2.048819892795278657810231591630928516206E4L, variable
177 + R2) * z in log1pl()
/picolibc-latest/newlib/libc/machine/d30v/
Dsetjmp.S29 ; Address of jmpbuf is passed in R2. Save the appropriate registers.
77 ; Address of jmpbuf is in R2. Restore the registers.
/picolibc-latest/newlib/libc/machine/bfin/
Dsetjmp.S44 [P0 + 0x28] = R2;
Dlongjmp.S46 R2 = [P0 + 0x28]; define
/picolibc-latest/newlib/libc/machine/mt/
Dsetjmp.S11 # R2 0x8 8
/picolibc-latest/newlib/libc/machine/sh/
Dstrcpy.S94 #define RESULT R2
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcpy.S121 ; R2: count
Dmemset.S106 ; R2: count
Dmemcmp.S39 ; R2: count
/picolibc-latest/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-latest/newlib/
DChangeLog-201522715 * libc/sys/d10v/crt0.S: Use R6 where we used to use R2.