Searched refs:UWX_REG_BR (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_context.c105 else if (regid >= UWX_REG_BR(1) && regid <= UWX_REG_BR(5) &&
107 (1 << (regid - UWX_REG_BR(1) + VALID_BR_SHIFT))) )
108 *valp = env->context.br[regid - UWX_REG_BR(1)];
121 (regid >= UWX_REG_BR(0) && regid <= UWX_REG_BR(7)) ) {
233 else if (regid >= UWX_REG_BR(1) && regid <= UWX_REG_GR(5))
234 *dispp = env->history.br[regid - UWX_REG_BR(1)];
240 (regid >= UWX_REG_BR(0) && regid <= UWX_REG_BR(
[all...]
H A Duwx_trace.c112 else if (reg >= UWX_REG_BR(0) && reg < UWX_REG_BR(8))
113 fprintf(stderr, " BR%d\n", reg - UWX_REG_BR(0));
H A Duwx_self.c233 else if (regid >= UWX_REG_BR(0) &&
234 regid <= UWX_REG_BR(7))
236 regid - UWX_REG_BR(0), 1, dp);
H A Duwx.h296 #define UWX_REG_BR(br) (0x300 | (br)) macro
H A Duwx_env.c62 env->history.br[i] = UWX_DISP_REG(UWX_REG_BR(1+i));
H A Duwx_scoreboard.c100 sb->rstate[SBREG_RP] = UWX_DISP_REG(UWX_REG_BR(0));
H A Duwx_uinfo.c461 UWX_DISP_REG(UWX_REG_BR(reg));
463 UWX_DISP_REG(UWX_REG_BR(0)))
465 UWX_DISP_REG(UWX_REG_BR(reg));
/freebsd-10.1-release/sys/ia64/ia64/
H A Dunwind.c190 } else if (from >= UWX_REG_BR(0) && from <= UWX_REG_BR(7)) {
191 reg = from - UWX_REG_BR(0);
233 } else if (from >= UWX_REG_BR(0) && from <= UWX_REG_BR(7)) {
234 reg = from - UWX_REG_BR(0);

Completed in 121 milliseconds