Lines Matching defs:value
208 __attribute__((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) in __REV16()
223 __attribute__((section(".revsh_text"))) __STATIC_INLINE __ASM int16_t __REVSH(int16_t value) in __REVSH()
248 #define __BKPT(value) __breakpoint(value) argument
261 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) 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()
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