Home
last modified time | relevance | path

Searched refs:CP0_Config1 (Results 1 – 5 of 5) sorted by relevance

/external/qemu/target-mips/
Dtranslate_init.c68 int32_t CP0_Config1; member
105 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
126 .CP0_Config1 = MIPS_CONFIG1 |
145 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
164 .CP0_Config1 = MIPS_CONFIG1 |
184 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
204 .CP0_Config1 = MIPS_CONFIG1 |
224 .CP0_Config1 = MIPS_CONFIG1 | (15 << CP0C1_MMU) |
245 .CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (15 << CP0C1_MMU) |
268 .CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (15 << CP0C1_MMU) |
[all …]
Dmachine.c124 qemu_put_sbe32s(f, &env->CP0_Config1); in cpu_save()
275 qemu_get_sbe32s(f, &env->CP0_Config1); in cpu_load()
Dcpu.h343 int32_t CP0_Config1; member
Dtranslate.c3235 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config1)); in gen_mfc0()
4402 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Config1)); in gen_dmfc0()
7755 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8096 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8105 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8163 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8529 env->CP0_Config0, env->CP0_Config1, env->lladdr); in cpu_dump_state()
8633 env->CP0_Config1 = env->cpu_model->CP0_Config1; in cpu_reset()
8674 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in cpu_reset()
/external/qemu/
Dgdbstub.c987 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in cpu_gdb_read_register()
1038 if (env->CP0_Config1 & (1 << CP0C1_FP) in cpu_gdb_write_register()