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.c125 qemu_put_sbe32s(f, &env->CP0_Config1); in cpu_save()
277 qemu_get_sbe32s(f, &env->CP0_Config1); in cpu_load()
Dcpu.h336 int32_t CP0_Config1; member
Dtranslate.c3228 gen_mfc0_load32(arg, offsetof(CPUState, CP0_Config1)); in gen_mfc0()
4395 gen_mfc0_load32(arg, offsetof(CPUState, CP0_Config1)); in gen_dmfc0()
7748 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8089 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8098 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8156 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in decode_opc()
8518 env->CP0_Config0, env->CP0_Config1, env->lladdr); in cpu_dump_state()
8619 env->CP0_Config1 = env->cpu_model->CP0_Config1; in cpu_reset()
8660 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in cpu_reset()
/external/qemu/
Dgdbstub.c985 if (env->CP0_Config1 & (1 << CP0C1_FP)) { in cpu_gdb_read_register()
1036 if (env->CP0_Config1 & (1 << CP0C1_FP) in cpu_gdb_write_register()