Searched refs:R7 (Results 1 – 11 of 11) sorted by relevance
| /libcpu/arm/cortex-m0/ |
| A D | context_gcc.S | 110 STMIA R1!, {R4 - R7} /* push thread {R4 - R7} register to thread stack */ 115 MOV R7, R11 116 STMIA R1!, {R4 - R7} /* push thread {R8 - R11} high register to thread stack */ 122 LDMIA R1!, {R4 - R7} /* pop thread {R4 - R7} register from thread stack */ 123 PUSH {R4 - R7} /* push {R4 - R7} to MSP for copy {R8 - R11} */ 125 …LDMIA R1!, {R4 - R7} /* pop thread {R8 - R11} high register from thread stack to {R4 - … 129 MOV R11, R7 131 POP {R4 - R7} /* pop {R4 - R7} from MSP */
|
| /libcpu/arm/cortex-m23/ |
| A D | context_gcc.S | 111 STMIA R1!, {R4 - R7} /* push thread {R4 - R7} register to thread stack */ 116 MOV R7, R11 117 STMIA R1!, {R4 - R7} /* push thread {R8 - R11} high register to thread stack */ 123 LDMIA R1!, {R4 - R7} /* pop thread {R4 - R7} register from thread stack */ 124 PUSH {R4 - R7} /* push {R4 - R7} to MSP for copy {R8 - R11} */ 126 …LDMIA R1!, {R4 - R7} /* pop thread {R8 - R11} high register from thread stack to {R4 - … 130 MOV R11, R7 132 POP {R4 - R7} /* pop {R4 - R7} from MSP */
|
| /libcpu/rx/ |
| A D | cpuport.c | 43 rt_uint32_t R7; member 116 rt_kprintf("r0: 0x%08x\n", exception_contex->R7); in rt_hw_hard_fault_exception()
|
| /libcpu/blackfin/bf53x/ |
| A D | context_vdsp.S | 61 [ -- SP ] = (R7:3, P5:3); 148 (R7:3, P5:3) = [ SP ++ ];
|
| /libcpu/arm/sep4020/ |
| A D | start_rvds.S | 256 LDMIA R8!, {R0-R7} ; Load Vectors 257 STMIA R9!, {R0-R7} ; Store Vectors 258 LDMIA R8!, {R0-R7} ; Load Handler Addresses 259 STMIA R9!, {R0-R7} ; Store Handler Addresses
|
| /libcpu/arm/AT91SAM7S/ |
| A D | start_rvds.S | 340 LDMIA R8!, {R0-R7} ; Load Vectors 341 STMIA R9!, {R0-R7} ; Store Vectors 342 LDMIA R8!, {R0-R7} ; Load Handler Addresses 343 STMIA R9!, {R0-R7} ; Store Handler Addresses
|
| /libcpu/arm/AT91SAM7X/ |
| A D | start_rvds.S | 343 LDMIA R8!, {R0-R7} ; Load Vectors 344 STMIA R9!, {R0-R7} ; Store Vectors 345 LDMIA R8!, {R0-R7} ; Load Handler Addresses 346 STMIA R9!, {R0-R7} ; Store Handler Addresses
|
| /libcpu/arm/arm926/ |
| A D | start_rvds.S | 218 STMFD SP!, {R0-R7,LR} 220 LDMFD SP!, {R0-R7,LR}
|
| /libcpu/arm/s3c24x0/ |
| A D | start_rvds.S | 1051 LDMIA R8!, {R0-R7} ; Load Vectors 1052 STMIA R9!, {R0-R7} ; Store Vectors 1053 LDMIA R8!, {R0-R7} ; Load Handler Addresses 1054 STMIA R9!, {R0-R7} ; Store Handler Addresses
|
| /libcpu/arm/lpc24xx/ |
| A D | start_rvds.S | 1489 LDMIA R8!, {R0-R7} ; Load Vectors 1490 STMIA R9!, {R0-R7} ; Store Vectors 1491 LDMIA R8!, {R0-R7} ; Load Handler Addresses 1492 STMIA R9!, {R0-R7} ; Store Handler Addresses
|
| /libcpu/arm/s3c44b0/ |
| A D | start_rvds.S | 902 STR R7, [R14, #PUPC_OFS]
|
Completed in 17 milliseconds