Searched refs:R1 (Results 1 – 17 of 17) sorted by relevance
/picolibc-latest/newlib/libc/machine/rx/ |
D | setjmp.S | 12 # R1 0x4 29 # R1 contains the pointer to jmpbuf: 31 # int R1 = setjmp (jmp_buf R1) 32 # void longjmp (jmp_buf R1, int R2) 34 # The ABI allows for R1-R5 to be clobbered by functions. We must be
|
D | memchr.S | 11 ;; R1: string pointer 23 sub #1, r1 ; We have found a match, bit now R1 points to the byte after the match.
|
D | strcpy.S | 12 ;; R1: dest
|
D | memcpy.S | 32 smovf ; Copy R2 (source) to R1 (dest). Stop after R3 bytes.
|
D | strncmp.S | 12 ;; R1: string1
|
D | memmove.S | 12 ;; R1: DEST
|
D | strncpy.S | 16 mov r1, r4 ; Preserve R1 for the return value.
|
/picolibc-latest/newlib/libc/machine/bfin/ |
D | longjmp.S | 42 [--SP] = R1; /* Put VAL arg on new stack */ 45 R1 = [P0 + 0x24]; define
|
D | setjmp.S | 43 [P0 + 0x24] = R1;
|
/picolibc-latest/newlib/libm/ld/ld128/ |
D | s_log1pl.c | 103 R1 = -8.977257995689735303686582344659576526998E4L, variable 178 + R1) * z in log1pl()
|
/picolibc-latest/newlib/libc/machine/mt/ |
D | setjmp.S | 10 # R1 0x4 4 26 # R1 contains the pointer to jmpbuf
|
/picolibc-latest/newlib/libc/machine/d10v/ |
D | setjmp.S | 64 ; Value to return to caller is in R1. If caller attemped to return 0,
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcpy.S | 120 ; R1: source
|
D | memset.S | 105 ; R1: ch
|
D | memcmp.S | 38 ; R1: rhs
|
D | strcat.S | 53 ; R1 const char* src (source string)
|
/picolibc-latest/newlib/libc/machine/avr/ |
D | macros.inc | 174 .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, \
|