Home
last modified time | relevance | path

Searched refs:CP0_MVPControl (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-mips/
Dmachine.c55 qemu_put_sbe32s(f, &env->mvp->CP0_MVPControl); in cpu_save()
205 qemu_get_sbe32s(f, &env->mvp->CP0_MVPControl); in cpu_load()
Dop_helper.c572 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()
Dcpu.h110 int32_t CP0_MVPControl; member