Home
last modified time | relevance | path

Searched refs:__CMSIS_GCC_USE_REG (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_armclang.h126 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
130 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro
Dcmsis_clang.h131 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
135 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro
Dcmsis_gcc.h131 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
135 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro
223 __ASM ("rev16 %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) ); in __REV16()
Dcmsis_armclang_ltm.h166 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
169 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro
423 __ASM volatile ("rrx %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) ); in __RRX()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h162 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
166 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro