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

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_context.c196 int uwx_get_spill_loc(struct uwx_env *env, int regid, uint64_t *dispp) argument
219 *dispp = env->history.special[regid];
222 *dispp = env->history.gr[regid - UWX_REG_GR(4)];
231 *dispp = UWX_DISP_RSTK(bsp);
234 *dispp = env->history.br[regid - UWX_REG_BR(1)];
236 *dispp = env->history.fr[regid - UWX_REG_FR(2)];
238 *dispp = env->history.fr[regid - UWX_REG_FR(16) + 4];
242 *dispp = UWX_DISP_REG(regid);
H A Duwx.h166 uint64_t *dispp); /* disposition code (see below) (out) */
398 int get_spill_loc(int regid, uint64_t *dispp) { argument
399 return uwx_get_spill_loc(env, regid, dispp);

Completed in 121 milliseconds