| /bsp/fujitsu/mb9x/mb9bf506r/libraries/CMSIS/Include/ |
| A D | core_cmInstr.h | 143 #define __ROR __ror macro 414 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/Vango/v85xxp/Libraries/CMSIS/ |
| A D | core_cmInstr.h | 143 #define __ROR __ror macro 414 __attribute__((always_inline)) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/Vango/v85xx/Libraries/CMSIS/ |
| A D | core_cmInstr.h | 143 #define __ROR __ror macro 414 __attribute__((always_inline)) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/efm32/Libraries/CMSIS/Include/ |
| A D | core_cmInstr.h | 143 #define __ROR __ror macro 414 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 448 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/fujitsu/mb9x/mb9bf618s/CMSIS/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/CME_M7/CMSIS/CMSIS/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/frdm-k64f/device/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Core/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/Core/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/renesas/ra6e2-fpb/ra/arm/CMSIS_6/CMSIS/Core/Include/a-profile/ |
| A D | cmsis_armclang_a.h | 164 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 178 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| A D | cmsis_clang_a.h | 160 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 174 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra4e2-eco/ra/arm/CMSIS_6/CMSIS/Core/Include/a-profile/ |
| A D | cmsis_armclang_a.h | 164 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 178 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| A D | cmsis_clang_a.h | 160 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 174 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/nxp/lpc/lpc43xx/Libraries/CMSIS/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/xplorer4330/Libraries/CMSIS/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/essemi/es32f0654/libraries/CMSIS/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/apm32/libraries/APM32F0xx_Library/CMSIS/Include/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /bsp/airm2m/air32f103/libraries/CMSIS/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| /bsp/renesas/ra8d1-vision-board/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/CMSIS/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| /bsp/rockchip/common/rk_hal/lib/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| /bsp/renesas/ra6m4-cpk/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| /bsp/renesas/ra8m1-ek/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/CMSIS/Core/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|