Home
last modified time | relevance | path

Searched defs:r (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) argument
125 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument
126 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument
128 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument
129 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument
130 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
Dcmsis_clang.h129 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument
130 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument
131 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument
133 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument
134 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument
135 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
Dcmsis_gcc.h129 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument
130 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument
131 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument
133 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument
134 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument
135 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h161 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument
162 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument
163 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument
165 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument
166 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument
167 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument