Searched refs:uwx_add_to_bsp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_context.h25 extern uint64_t uwx_add_to_bsp(uint64_t bsp, int nslots);
H A Duwx_context.c97 bsp = uwx_add_to_bsp(bsp, regid);
181 bsp = uwx_add_to_bsp(bsp, regid);
230 bsp = uwx_add_to_bsp(bsp, regid);
299 uint64_t uwx_add_to_bsp(uint64_t bsp, int nslots) function
377 p = (uint64_t *)(intptr_t)uwx_add_to_bsp((uint64_t)bsp, j);
396 p = (uint64_t *)(intptr_t)uwx_add_to_bsp((uint64_t)bsp, -j);
H A Duwx.h173 __EXTERN_C uint64_t uwx_add_to_bsp(uint64_t bsp, int nslots);
H A Duwx_self.c139 bsp = uwx_add_to_bsp(bsp, -adj);
H A Duwx_step.c650 env->context.special[UWX_REG_BSP] = uwx_add_to_bsp(

Completed in 61 milliseconds