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

/external/qemu/target-mips/
H A Dmachine.c55 qemu_put_sbe32s(f, &env->mvp->CP0_MVPControl);
205 qemu_get_sbe32s(f, &env->mvp->CP0_MVPControl);
H A Dop_helper.c776 return env->mvp->CP0_MVPControl;
1024 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
1026 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask);
1030 env->mvp->CP0_MVPControl = newval;
1072 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
1131 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
1144 if (other->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
H A Dcpu.h118 int32_t CP0_MVPControl; member in struct:CPUMIPSMVPContext

Completed in 42 milliseconds