Home
last modified time | relevance | path

Searched refs:CP0_TCStatus (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-mips/
Dop_helper.c592 return env->active_tc.CP0_TCStatus; in helper_mfc0_tcstatus()
600 return env->active_tc.CP0_TCStatus; in helper_mftc0_tcstatus()
602 return env->tcs[other_tc].CP0_TCStatus; in helper_mftc0_tcstatus()
706 tcstatus = env->active_tc.CP0_TCStatus; in helper_mftc0_entryhi()
708 tcstatus = env->tcs[other_tc].CP0_TCStatus; in helper_mftc0_entryhi()
720 tcstatus = env->active_tc.CP0_TCStatus; in helper_mftc0_status()
722 tcstatus = env->tcs[other_tc].CP0_TCStatus; in helper_mftc0_status()
912 newval = (env->active_tc.CP0_TCStatus & ~mask) | (arg1 & mask); in helper_mtc0_tcstatus()
916 env->active_tc.CP0_TCStatus = newval; in helper_mtc0_tcstatus()
926 env->active_tc.CP0_TCStatus = arg1; in helper_mttc0_tcstatus()
[all …]
Dmachine.c21 qemu_put_sbe32s(f, &tc->CP0_TCStatus); in save_tc()
168 qemu_get_sbe32s(f, &tc->CP0_TCStatus); in load_tc()
Dcpu.h147 int32_t CP0_TCStatus; member