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

/freebsd-10.2-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h66 #define VALID_BASIC4 0x0f /* IP, SP, BSP, CFM */ macro
H A Duwx_self_context.s65 VALID_BASIC4 = VALID_IP | VALID_SP | VALID_BSP | VALID_CFM define
67 VALID_REGS = VALID_BASIC4 | VALID_SPEC | VALID_GRS | VALID_BRS
H A Duwx_context.c50 env->context.valid_regs = VALID_BASIC4;
H A Duwx_step.c262 if ((env->context.valid_regs & VALID_BASIC4) != VALID_BASIC4)

Completed in 97 milliseconds