Searched refs:switch_to_thread (Results 1 – 13 of 13) sorted by relevance
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/ |
H A D | context_gcc.S | 101 CBZ R1, switch_to_thread /* skip register save at the first time */ 108 switch_to_thread: label
|
H A D | context_rvds.S | 104 CBZ r1, switch_to_thread ; skip register save at the first time 111 switch_to_thread label
|
H A D | context_iar.S | 101 CBZ r1, switch_to_thread ; skip register save at the first time 108 switch_to_thread label
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m0/ |
H A D | context_gcc.S | 102 BEQ switch_to_thread /* skip register save at the first time */ 117 switch_to_thread: label
|
H A D | context_iar.S | 103 BEQ switch_to_thread ; skip register save at the first time 119 switch_to_thread label
|
H A D | context_rvds.S | 107 BEQ switch_to_thread ; skip register save at the first time 123 switch_to_thread label
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m4/ |
H A D | context_gcc.S | 104 CBZ r1, switch_to_thread /* skip register save at the first time */ 127 switch_to_thread: label
|
H A D | context_rvds.S | 106 CBZ r1, switch_to_thread ; skip register save at the first time 129 switch_to_thread label
|
H A D | context_iar.S | 103 CBZ r1, switch_to_thread ; skip register save at the first time 130 switch_to_thread label
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m7/ |
H A D | context_gcc.S | 104 CBZ r1, switch_to_thread /* skip register save at the first time */ 127 switch_to_thread: label
|
H A D | context_rvds.S | 106 CBZ r1, switch_to_thread ; skip register save at the first time 129 switch_to_thread label
|
H A D | context_iar.S | 103 CBZ r1, switch_to_thread ; skip register save at the first time 130 switch_to_thread label
|
/nrf52832-nimble/rt-thread/libcpu/ti-dsp/c28x/ |
H A D | context.s | 141 B switch_to_thread, EQ ; skip register save at the first time 166 switch_to_thread: label
|