Searched refs:CP0_MVPControl (Results 1 – 3 of 3) sorted by relevance
55 qemu_put_sbe32s(f, &env->mvp->CP0_MVPControl); in cpu_save()205 qemu_get_sbe32s(f, &env->mvp->CP0_MVPControl); in cpu_load()
572 return env->mvp->CP0_MVPControl; in helper_mfc0_mvpcontrol()828 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_mvpcontrol()830 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask); in helper_mtc0_mvpcontrol()834 env->mvp->CP0_MVPControl = newval; in helper_mtc0_mvpcontrol()876 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_vpeconf1()936 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_tcbind()948 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mttc0_tcbind()
110 int32_t CP0_MVPControl; member