Searched defs:r5 (Results 1 – 3 of 3) sorted by relevance
| /ThreadX-v6.2.1/ports_smp/cortex_a5_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 59 LDR r5, [r4] ; Get the value of the head variable 62 ADD r5, r5, #1 ; Increment the head variable 70 CMP r5, r3 ; Compare the head to it variable 75 EOR r5, r5, r5 ; We're at the max. Set it to zero variable 81 STR r5, [r4] ; Store the new head variable 147 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 155 LDR r5, =_tx_thread_smp_protect_wait_list_size ; Load max cores address variable 156 LDR r5, [r5] ; Load max cores value variable 157 CMP r4, r5 ; Compare max cores to tail variable
|
| /ThreadX-v6.2.1/ports_smp/cortex_a7_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 59 LDR r5, [r4] ; Get the value of the head variable 62 ADD r5, r5, #1 ; Increment the head variable 70 CMP r5, r3 ; Compare the head to it variable 75 EOR r5, r5, r5 ; We're at the max. Set it to zero variable 81 STR r5, [r4] ; Store the new head variable 147 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 155 LDR r5, =_tx_thread_smp_protect_wait_list_size ; Load max cores address variable 156 LDR r5, [r5] ; Load max cores value variable 157 CMP r4, r5 ; Compare max cores to tail variable
|
| /ThreadX-v6.2.1/ports_smp/cortex_a9_smp/ac5/src/ |
| D | tx_thread_smp_protection_wait_list_macros.h | 59 LDR r5, [r4] ; Get the value of the head variable 62 ADD r5, r5, #1 ; Increment the head variable 70 CMP r5, r3 ; Compare the head to it variable 75 EOR r5, r5, r5 ; We're at the max. Set it to zero variable 81 STR r5, [r4] ; Store the new head variable 147 LDR r5, =_tx_thread_smp_protect_wait_list ; Get the address of the list variable 155 LDR r5, =_tx_thread_smp_protect_wait_list_size ; Load max cores address variable 156 LDR r5, [r5] ; Load max cores value variable 157 CMP r4, r5 ; Compare max cores to tail variable
|