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

  /external/qemu/target-mips/
machine.c 94 qemu_put_sbe32s(f, &env->CP0_VPEConf0);
246 qemu_get_sbe32s(f, &env->CP0_VPEConf0);
cpu.h 195 int32_t CP0_VPEConf0;
op_helper.c 825 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP))
859 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_MVP)) {
860 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_VPA))
864 newval = (env->CP0_VPEConf0 & ~mask) | (arg1 & mask);
868 env->CP0_VPEConf0 = newval;
    [all...]
translate.c     [all...]

Completed in 502 milliseconds