Searched refs:rotate (Results 1 – 4 of 4) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
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()
|
/hal_rpi_pico-latest/docs/ |
D | styles.css | 693 transform: rotate(45deg); 700 transform: rotate(-45deg);
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_v1_rom_shim_rp2040.S | 161 negs r0,r0 @ rotate to 1st/4th quadrants
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_v1_rom_shim_rp2040.S | 1116 @ in one pass, rotate the initial vector by the residual ω and then run a
|