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

  /external/qemu/target-mips/
machine.c 57 qemu_put_sbe32s(f, &env->mvp->CP0_MVPConf1);
207 qemu_get_sbe32s(f, &env->mvp->CP0_MVPConf1);
cpu.h 124 int32_t CP0_MVPConf1;
translate_init.c 551 env->mvp->CP0_MVPConf1 = (1 << CP0MVPC1_CIM) | (1 << CP0MVPC1_CIF) |
op_helper.c 582 return env->mvp->CP0_MVPConf1;
    [all...]

Completed in 453 milliseconds