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);
op_helper.c 776 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))
    [all...]
cpu.h 118 int32_t CP0_MVPControl;

Completed in 37 milliseconds