Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dop_helper.c597 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcstatus()
612 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcbind()
627 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcrestart()
642 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tchalt()
657 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tccontext()
672 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcschedule()
687 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcschefback()
702 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_entryhi()
715 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_status()
758 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_debug()
[all …]
Dmachine.c92 qemu_put_sbe32s(f, &env->CP0_VPEControl); in cpu_save()
243 qemu_get_sbe32s(f, &env->CP0_VPEControl); in cpu_load()
Dcpu.h188 int32_t CP0_VPEControl; member
Dtranslate.c2939 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEControl)); in gen_mfc0()
4112 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEControl)); in gen_dmfc0()
5227 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mftr()
5234 else if ((env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)) > in gen_mftr()
5391 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mttr()
5399 else if ((env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)) > in gen_mttr()