Searched refs:SWIZZLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_utable.c140 #define SWIZZLE(x) (((uint64_t)((x) & 0xc0000000) << 31) | (x)) macro
200 uentry->code_start = SWIZZLE(text_base + code_start);
201 uentry->code_end = SWIZZLE(text_base + code_end);
202 uentry->unwind_info = SWIZZLE(text_base + unwind_info);
H A Duwx_self_context.s24 #define SWIZZLE add define
27 #define SWIZZLE addp4 define
91 SWIZZLE rENV0 = r0, r32 // rENV0 = &env
239 SWIZZLE rENV0 = r0, r32 // rENV0 = &env

Completed in 98 milliseconds