Searched refs:valid_frs (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h56 unsigned int valid_frs; member in struct:uwx_context
H A Duwx_context.c51 env->context.valid_frs = 0;
110 (env->context.valid_frs & (1 << (regid - UWX_REG_FR(2)))) ) {
115 (env->context.valid_frs & (1 << (regid - UWX_REG_FR(16) + 4))) ) {
294 env->context.valid_frs |= 1 << regid;
H A Duwx_env.c85 env->context.valid_frs = 0;
H A Duwx_step.c579 env->context.valid_frs |= 1 << i;

Completed in 101 milliseconds