__uintptr_t
: "r" ((__uintptr_t)(loc)), "r" (asi))
: "r" ((__uintptr_t)(loc)), "n" (asi)); \
: : "r" (value), "r" ((__uintptr_t)(loc)), \
: : "r" (value), "r" ((__uintptr_t)(loc)), \
volatile("flush %0" : : "r" ((__uintptr_t)(loc)))
if (((__uintptr_t)data & 3) == 0) {
} else if (((__uintptr_t)data & 1) == 0) {
if (((__uintptr_t)data & 3) == 0) {
} else if (((__uintptr_t)data & 1) == 0) {
typedef __uintptr_t uintptr_t;