Searched refs:CP0_MVPControl (Results 1 – 4 of 4) sorted by relevance
232 return env->mvp->CP0_MVPControl; in helper_mfc0_mvpcontrol()524 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_mvpcontrol()527 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask); in helper_mtc0_mvpcontrol()531 env->mvp->CP0_MVPControl = newval; in helper_mtc0_mvpcontrol()622 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_vpeconf1()695 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_tcbind()709 if (other->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mttc0_tcbind()1563 target_ulong prev = env->mvp->CP0_MVPControl; in helper_dvpe()1570 other_cpu->env.mvp->CP0_MVPControl &= ~(1 << CP0MVPCo_EVP); in helper_dvpe()1581 target_ulong prev = env->mvp->CP0_MVPControl; in helper_evpe()[all …]
252 if (!(env->mvp->CP0_MVPControl & (1 << CP0MVPCo_EVP))) { in mips_vpe_active()
105 int32_t CP0_MVPControl; member
127 VMSTATE_INT32(CP0_MVPControl, CPUMIPSMVPContext),