Lines Matching refs:value
208 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16() argument
223 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int16_t __REVSH(int16_t value) in __REVSH() argument
248 #define __BKPT(value) __breakpoint(value) argument
261 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() argument
266 result = value; /* r will be reversed bits of v; first get LSB of v */ in __RBIT()
267 for (value >>= 1U; value != 0U; value >>= 1U) in __RBIT()
270 result |= value & 1U; in __RBIT()
339 #define __STREXB(value, ptr) __strex(value, ptr) argument
341 …#define __STREXB(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument
354 #define __STREXH(value, ptr) __strex(value, ptr) argument
356 …#define __STREXH(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument
369 #define __STREXW(value, ptr) __strex(value, ptr) argument
371 …#define __STREXW(value, ptr) _Pragma("push") _Pragma("diag_suppress 3731") __strex(value, ptr) … argument
410 __attribute__((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value) in __RRX() argument
451 #define __STRBT(value, ptr) __strt(value, ptr) argument
460 #define __STRHT(value, ptr) __strt(value, ptr) argument
469 #define __STRT(value, ptr) __strt(value, ptr) argument