Home
last modified time | relevance | path

Searched refs:UWX_REG_PFS (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
Duwx_step.c300 env->context.special[UWX_REG_PFS] = val; in uwx_restore_markers()
301 env->history.special[UWX_REG_PFS] = hist; in uwx_restore_markers()
302 env->context.valid_regs |= 1 << UWX_REG_PFS; in uwx_restore_markers()
649 pfs_sol = ((unsigned int)env->context.special[UWX_REG_PFS] >> 7) & 0x7f; in uwx_step()
654 env->context.special[UWX_REG_CFM] = env->context.special[UWX_REG_PFS]; in uwx_step()
655 env->history.special[UWX_REG_CFM] = env->history.special[UWX_REG_PFS]; in uwx_step()
Duwx_context.c75 regid == UWX_REG_PFS) { in uwx_get_reg()
212 regid == UWX_REG_PFS) { in uwx_get_spill_loc()
Duwx.h284 #define UWX_REG_PFS 6 /* pfs (pseudo-register) */ macro
/freebsd-10-stable/sys/contrib/ia64/libuwx/test/
Ddumpmyself.c77 status = uwx_get_reg(uenv, UWX_REG_PFS, &val); in func4()