Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dmachine.c94 qemu_put_sbe32s(f, &env->CP0_VPEConf1); in cpu_save()
245 qemu_get_sbe32s(f, &env->CP0_VPEConf1); in cpu_load()
Dcpu.h211 int32_t CP0_VPEConf1; member
Dop_helper.c1075 newval = (env->CP0_VPEConf1 & ~mask) | (arg1 & mask); in helper_mtc0_vpeconf1()
1082 env->CP0_VPEConf1 = newval; in helper_mtc0_vpeconf1()
Dtranslate.c2956 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf1)); in gen_mfc0()
4129 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf1)); in gen_dmfc0()