Searched refs:R0 (Results 1 – 7 of 7) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/bfin/ |
D | longjmp.S | 26 P0 = R0; 27 R0 = [P0 + 0x00]; define 28 [--SP] = R0; /* Put P0 on the stack */ 37 R0 = [SP++]; /* Grab P0 from old stack */ define 39 [--SP] = R0; /* Put P0 on new stack */ 42 R0 = [P0 + 0x20]; /* Data Registers */ define 51 R0 = [P0 + 0x40]; define 52 ASTAT = R0; 54 R0 = [P0 + 0x44]; /* Loop Counters */ define 55 LC0 = R0; [all …]
|
D | setjmp.S | 28 P0 = R0; 29 R0 = [SP++]; define 30 [P0 + 0x00] = R0; /* Save saved P0 */ 49 R0 = ASTAT; define 50 [P0 + 0x40] = R0; 52 R0 = LC0; /* Loop Counters */ define 53 [P0 + 0x44] = R0; 54 R0 = LC1; define 55 [P0 + 0x48] = R0; 57 R0 = A0.W; /* Accumulators */ define [all …]
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/d10v/ |
D | setjmp.S | 37 ; Address of jmpbuf is passed in R0. Save the appropriate registers. 55 ; Address of jmpbuf is in R0. Restore the registers.
|
/picolibc-3.5.0-3.4.0/newlib/libm/ld/ld128/ |
D | s_log1pl.c | 104 R0 = 1.418134209872192732479751274970992665513E5L, variable 179 + R0; in log1pl()
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/avr/ |
D | macros.inc | 174 .irp reg, R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, \ 232 reg is 0..31, r0..r31 or R0..R31 245 changed in case of 'Z+' dst. R0 is scratch. 264 .irp reg, R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, \ 335 the program memory at [RAMPZ:]Z to R0, and increment [RAMPZ:]Z.
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/rx/ |
D | setjmp.S | 9 # R0 0x0
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/mt/ |
D | setjmp.S | 7 # R0 --- --
|