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

  /external/qemu/target-mips/
machine.c 108 qemu_put_sbe32s(f, &env->CP0_SRSConf3);
259 qemu_get_sbe32s(f, &env->CP0_SRSConf3);
translate_init.c 90 int32_t CP0_SRSConf3;
299 .CP0_SRSConf3 = (1 << CP0SRSC3_M) | (0x3fe << CP0SRSC3_SRS12) |
cpu.h 252 int32_t CP0_SRSConf3;
translate.c     [all...]
op_helper.c 1096 env->CP0_SRSConf3 |= arg1 & env->CP0_SRSConf3_rw_bitmask;
    [all...]

Completed in 24 milliseconds