Searched defs:VALIGNED (Results 1 – 8 of 8) sorted by relevance
95 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(v4sf)-1) ) == 0) macro177 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(vsfscalar)-1) ) == 0) macro
76 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0xF) == 0) macro
80 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x3) == 0) macro
140 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro
75 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0xF) == 0) macro
198 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro
278 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro