HomeSort by relevance Sort by last modified time
    Searched refs:CP0_MVPControl (Results 1 - 3 of 3) sorted by null

  /external/qemu/target-mips/
machine.c 55 qemu_put_sbe32s(f, &env->mvp->CP0_MVPControl);
205 qemu_get_sbe32s(f, &env->mvp->CP0_MVPControl);
cpu.h 110 int32_t CP0_MVPControl;
op_helper.c 572 return env->mvp->CP0_MVPControl;
828 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
830 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask);
834 env->mvp->CP0_MVPControl = newval;
876 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
936 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
948 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC))
    [all...]

Completed in 67 milliseconds