Home
last modified time | relevance | path

Searched refs:psw_s (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/rx/
H A Dop_helper.c78 env->psw_s = ret; in update_fpsw()
161 env->psw_s = env->psw_o = 0; in FLOATOP()
167 env->psw_s = -1; in FLOATOP()
359 env->psw_s = result_h; in helper_rmpa()
385 if ((int)env->psw_s < 0) { in helper_satr()
H A Dcpu.h73 uint32_t psw_s; /* S bit of status register */ member
169 psw = FIELD_DP32(psw, PSW, S, env->psw_s >> 31); in rx_cpu_pack_psw()
H A Dhelper.c38 env->psw_s = FIELD_EX32(psw, PSW, S) << 31; in rx_cpu_unpack_psw()
H A Dtranslate.c2287 ALLOC_REGISTER(psw_s, "PSW(S)"); in rx_translate_init()