Home
last modified time | relevance | path

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

/cmsis-latest/CMSIS/Core/Include/
Dcmsis_armclang.h165 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument
166 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument
167 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument
169 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument
170 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument
171 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
Dcmsis_gcc.h215 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument
216 #define __CMSIS_GCC_RW_REG(r) "+l" (r) argument
217 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument
219 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument
220 #define __CMSIS_GCC_RW_REG(r) "+r" (r) argument
221 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
Dcmsis_armclang_ltm.h165 #define __CMSIS_GCC_OUT_REG(r) "=l" (r) argument
166 #define __CMSIS_GCC_USE_REG(r) "l" (r) argument
168 #define __CMSIS_GCC_OUT_REG(r) "=r" (r) argument
169 #define __CMSIS_GCC_USE_REG(r) "r" (r) argument
Dcmsis_iccarm.h585 uint32_t r = v; in __RBIT() local