Searched refs:CP0_VPControl (Results 1 – 5 of 5) sorted by relevance
285 if ((env->CP0_VPControl >> CP0VPCtl_DIS) & 1) { in mips_vp_active()293 ((other_cpu->env.CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in mips_vp_active()
554 int32_t CP0_VPControl; member
1610 target_ulong prev = env->CP0_VPControl; in helper_dvp()1612 if (!((env->CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in helper_dvp()1620 env->CP0_VPControl |= (1 << CP0VPCtl_DIS); in helper_dvp()1628 target_ulong prev = env->CP0_VPControl; in helper_evp()1630 if ((env->CP0_VPControl >> CP0VPCtl_DIS) & 1) { in helper_evp()1641 env->CP0_VPControl &= ~(1 << CP0VPCtl_DIS); in helper_evp()
252 VMSTATE_INT32(env.CP0_VPControl, MIPSCPU),
5131 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_mfc0()6638 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_dmfc0()