Searched refs:CP0_Config3 (Results 1 - 5 of 5) sorted by relevance

/external/qemu/target-mips/
H A Dtranslate_init.c70 int32_t CP0_Config3; member in struct:mips_def_t
109 .CP0_Config3 = MIPS_CONFIG3,
130 .CP0_Config3 = MIPS_CONFIG3,
149 .CP0_Config3 = MIPS_CONFIG3,
168 .CP0_Config3 = MIPS_CONFIG3,
188 .CP0_Config3 = MIPS_CONFIG3 | (0 << CP0C3_VInt),
208 .CP0_Config3 = MIPS_CONFIG3,
228 .CP0_Config3 = MIPS_CONFIG3 | (0 << CP0C3_VInt),
249 .CP0_Config3 = MIPS_CONFIG3 | (0 << CP0C3_VInt),
272 .CP0_Config3
[all...]
H A Dcpu.h369 int32_t CP0_Config3; member in struct:CPUMIPSState
553 if (env->CP0_Config3 & (1 << CP0C3_VEIC)) {
H A Dmachine.c126 qemu_put_sbe32s(f, &env->CP0_Config3);
277 qemu_get_sbe32s(f, &env->CP0_Config3);
H A Dtranslate.c3243 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config3));
4410 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config3));
8635 env->CP0_Config3 = env->cpu_model->CP0_Config3;
H A Dop_helper.c1326 if (env->CP0_Config3 & (1 << CP0C3_MT)) {
1356 if (env->CP0_Config3 & (1 << CP0C3_MT)) {

Completed in 143 milliseconds