Home
last modified time | relevance | path

Searched defs:__CMSIS_GCC_OUT_REG (Results 1 – 4 of 4) sorted by relevance

/cmsis_6-latest/CMSIS/Core/Include/
Dcmsis_armclang.h124 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) macro
128 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) macro
Dcmsis_clang.h129 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) macro
133 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) macro
Dcmsis_gcc.h129 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) macro
133 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) macro
/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h161 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) macro
165 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) macro