Home
last modified time | relevance | path

Searched defs:__ROR (Results 1 – 5 of 5) sorted by relevance

/cmsis_6-latest/CMSIS/Core/Include/
Dcmsis_armclang.h221 #define __ROR(op1, op2) __ror(op1, op2) macro
Dcmsis_clang.h226 #define __ROR(op1, op2) __ror(op1, op2) macro
Dcmsis_iccarm.h225 #define __ROR __iar_builtin_ROR macro
Dcmsis_gcc.h247 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h258 #define __ROR(op1, op2) __ror(op1, op2) macro