Searched refs:PSW_V (Results 1 – 4 of 4) sorted by relevance
56 psw |= ((env->psw_v >> 31) & 1) * PSW_V; in cpu_hppa_get_psw()79 env->psw = psw & (uint32_t)~(PSW_B | PSW_N | PSW_V | PSW_X | PSW_CB); in cpu_hppa_put_psw()82 env->psw_v = -((psw / PSW_V) & 1); in cpu_hppa_put_psw()150 psw_c[10] = (psw & PSW_V ? 'V' : '-'); in hppa_cpu_dump_state()
113 #define PSW_V 0x00020000 macro
28 #define PSW_V 0x00020000 macro60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
32 #define USER_PSW_BITS (PSW_N | PSW_B | PSW_V | PSW_CB)