Searched refs:UWX_REG_PSP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_step.c280 env->context.special[UWX_REG_PSP] = val;
281 env->history.special[UWX_REG_PSP] = hist;
282 env->context.valid_regs |= 1 << UWX_REG_PSP;
646 env->context.special[UWX_REG_SP] = env->context.special[UWX_REG_PSP];
647 env->history.special[UWX_REG_SP] = env->history.special[UWX_REG_PSP];
741 p = env->context.special[UWX_REG_PSP] + 16 -
786 p = env->context.special[UWX_REG_PSP] + 16 -
817 p = env->context.special[UWX_REG_PSP] + 16 -
H A Duwx_context.c74 else if (regid == UWX_REG_PSP || regid == UWX_REG_RP ||
211 if (regid == UWX_REG_PSP || regid == UWX_REG_RP ||
H A Duwx.h283 #define UWX_REG_PSP 5 /* psp (pseudo-register) */ macro

Completed in 106 milliseconds