Searched refs:PSR_S (Results 1 – 3 of 3) sorted by relevance
182 const uint32_t PSR_S = 0x00000080u; in do_getpsr() local188 PSR_S | in do_getpsr()193 return (cpu_get_psr(env) & (PSR_ICC | PSR_CWP)) | PSR_S; in do_getpsr()
60 (env->psrs ? PSR_S : 0) | in cpu_get_psr()89 env->psrs = (val & PSR_S) ? 1 : 0; in cpu_put_psr_raw()
115 #define PSR_S (1<<7) macro