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

  /external/qemu/target-mips/
machine.c 94 qemu_put_sbe32s(f, &env->CP0_VPEConf1);
245 qemu_get_sbe32s(f, &env->CP0_VPEConf1);
cpu.h 211 int32_t CP0_VPEConf1;
op_helper.c 1075 newval = (env->CP0_VPEConf1 & ~mask) | (arg1 & mask);
    [all...]
translate.c     [all...]

Completed in 41 milliseconds