| /bsp/renesas/ra6e2-fpb/ra/arm/CMSIS_6/CMSIS/Core/Include/a-profile/ |
| A D | cmsis_armclang_a.h | 155 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 158 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTB16_RORn() 160 __ASM volatile("sxtb16 %0, %1, ROR %2" : "=r"(result) : "r"(op1), "i"(rotate)); in __SXTB16_RORn() 164 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 169 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 172 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTAB16_RORn() 174 … __ASM volatile("sxtab16 %0, %1, %2, ROR %3" : "=r"(result) : "r"(op1), "r"(op2), "i"(rotate)); in __SXTAB16_RORn() 178 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| A D | cmsis_clang_a.h | 151 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 154 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTB16_RORn() 156 __ASM volatile("sxtb16 %0, %1, ROR %2" : "=r"(result) : "r"(op1), "i"(rotate)); in __SXTB16_RORn() 160 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 165 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 168 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTAB16_RORn() 170 … __ASM volatile("sxtab16 %0, %1, %2, ROR %3" : "=r"(result) : "r"(op1), "r"(op2), "i"(rotate)); in __SXTAB16_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 | 155 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 158 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTB16_RORn() 160 __ASM volatile("sxtb16 %0, %1, ROR %2" : "=r"(result) : "r"(op1), "i"(rotate)); in __SXTB16_RORn() 164 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 169 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 172 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTAB16_RORn() 174 … __ASM volatile("sxtab16 %0, %1, %2, ROR %3" : "=r"(result) : "r"(op1), "r"(op2), "i"(rotate)); in __SXTAB16_RORn() 178 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| A D | cmsis_clang_a.h | 151 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 154 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTB16_RORn() 156 __ASM volatile("sxtb16 %0, %1, ROR %2" : "=r"(result) : "r"(op1), "i"(rotate)); in __SXTB16_RORn() 160 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 165 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 168 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTAB16_RORn() 170 … __ASM volatile("sxtab16 %0, %1, %2, ROR %3" : "=r"(result) : "r"(op1), "r"(op2), "i"(rotate)); in __SXTAB16_RORn() 174 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra6e2-fpb/ra/arm/CMSIS_6/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 957 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 960 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTB16_RORn() 962 __ASM volatile("sxtb16 %0, %1, ROR %2" : "=r"(result) : "r"(op1), "i"(rotate)); in __SXTB16_RORn() 966 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 971 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 974 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTAB16_RORn() 976 … __ASM volatile("sxtab16 %0, %1, %2, ROR %3" : "=r"(result) : "r"(op1), "r"(op2), "i"(rotate)); in __SXTAB16_RORn() 980 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra4e2-eco/ra/arm/CMSIS_6/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 957 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 960 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTB16_RORn() 962 __ASM volatile("sxtb16 %0, %1, ROR %2" : "=r"(result) : "r"(op1), "i"(rotate)); in __SXTB16_RORn() 966 result = __SXTB16(__ROR(op1, rotate)); in __SXTB16_RORn() 971 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 974 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) in __SXTAB16_RORn() 976 … __ASM volatile("sxtab16 %0, %1, %2, ROR %3" : "=r"(result) : "r"(op1), "r"(op2), "i"(rotate)); in __SXTAB16_RORn() 980 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/airm2m/air32f103/libraries/CMSIS/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra8d1-vision-board/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra2l1-cpk/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/rockchip/common/rk_hal/lib/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra6m4-cpk/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra8d1-ek/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/CMSIS/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra8m1-ek/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra6m4-iot/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ebf_qi_min_6m5/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra4m2-eco/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra6m3-hmi-board/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/renesas/ra6m3-ek/ra/arm/CMSIS_5/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/at32/libraries/CMSIS/include/ |
| A D | cmsis_gcc.h | 1995 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1998 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1999 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 2001 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2014 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2017 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2018 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2020 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/CMSIS/Core/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/CMSIS/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/apm32/libraries/APM32E10x_Library/CMSIS/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /bsp/apm32/libraries/APM32F10x_Library/CMSIS/Include/ |
| A D | cmsis_gcc.h | 1989 __STATIC_FORCEINLINE uint32_t __SXTB16_RORn(uint32_t op1, uint32_t rotate) in __SXTB16_RORn() argument 1992 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTB16_RORn() 1993 __ASM volatile ("sxtb16 %0, %1, ROR %2" : "=r" (result) : "r" (op1), "i" (rotate) ); in __SXTB16_RORn() 1995 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2008 __STATIC_FORCEINLINE uint32_t __SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in __SXTAB16_RORn() argument 2011 if (__builtin_constant_p(rotate) && ((rotate == 8U) || (rotate == 16U) || (rotate == 24U))) { in __SXTAB16_RORn() 2012 …ASM volatile ("sxtab16 %0, %1, %2, ROR %3" : "=r" (result) : "r" (op1) , "r" (op2) , "i" (rotate)); in __SXTAB16_RORn() 2014 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|