Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dmachine.c93 qemu_put_sbe32s(f, &env->CP0_VPEConf0); in cpu_save()
244 qemu_get_sbe32s(f, &env->CP0_VPEConf0); in cpu_load()
Dcpu.h194 int32_t CP0_VPEConf0; member
Dop_helper.c825 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP)) in helper_mtc0_mvpcontrol()
859 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP)) { in helper_mtc0_vpeconf0()
860 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_VPA)) in helper_mtc0_vpeconf0()
864 newval = (env->CP0_VPEConf0 & ~mask) | (arg1 & mask); in helper_mtc0_vpeconf0()
868 env->CP0_VPEConf0 = newval; in helper_mtc0_vpeconf0()
Dtranslate.c2944 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEConf0)); in gen_mfc0()
4117 gen_mfc0_load32(arg, offsetof(CPUState, CP0_VPEConf0)); in gen_dmfc0()
5230 if ((env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP)) == 0 && in gen_mftr()
5395 if ((env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP)) == 0 && in gen_mttr()