Home
last modified time | relevance | path

Searched refs:CP0_VPControl (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/
H A Dinternal.h275 if ((env->CP0_VPControl >> CP0VPCtl_DIS) & 1) { in mips_vp_active()
283 ((other_cpu->env.CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in mips_vp_active()
H A Dcpu.h555 int32_t CP0_VPControl; member
/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c1611 target_ulong prev = env->CP0_VPControl; in helper_dvp()
1613 if (!((env->CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in helper_dvp()
1621 env->CP0_VPControl |= (1 << CP0VPCtl_DIS); in helper_dvp()
1629 target_ulong prev = env->CP0_VPControl; in helper_evp()
1631 if ((env->CP0_VPControl >> CP0VPCtl_DIS) & 1) { in helper_evp()
1642 env->CP0_VPControl &= ~(1 << CP0VPCtl_DIS); in helper_evp()
/qemu/target/mips/sysemu/
H A Dmachine.c249 VMSTATE_INT32(env.CP0_VPControl, MIPSCPU),
/qemu/target/mips/tcg/
H A Dtranslate.c5348 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_mfc0()
6855 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_dmfc0()