Searched refs:cp (Results 1 – 4 of 4) sorted by relevance
/Kernel-v11.1.0/portable/GCC/AVR32_UC3/ |
D | exception.S | 223 cp.w r12, 0b110 236 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 246 cp.w r12, 0b110 259 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 269 cp.w r12, 0b110 282 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 292 cp.w r12, 0b110 305 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function.
|
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/ |
D | port.c | 180 uint32_t cp; in pxPortInitialiseStack() local 190 : "=r" ( cp ), "=r" ( dp ) /* output 0 is cp, output 1 is dp */ in pxPortInitialiseStack() 209 pxTopOfStack[ 6 ] = cp; /* SP[6] := CP */ in pxPortInitialiseStack()
|
D | portasm.S | 68 stw cp, sp[6] 85 ldw cp, sp[4] /* in case the active thread has modified them.) */ 174 ldw cp, sp[6]
|
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/ |
D | exception.s82 | 226 cp.w r12, 110b 239 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 249 cp.w r12, 110b 262 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 272 cp.w r12, 110b 285 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function. 295 cp.w r12, 110b 308 cp.w r12, 0 // Get the pointer to the interrupt handler returned by the function.
|