OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0C1_FP
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-mips/
translate_init.c
34
(0 <<
CP0C1_FP
))
245
.CP0_Config1 = MIPS_CONFIG1 | (1 <<
CP0C1_FP
) | (15 << CP0C1_MMU) |
268
.CP0_Config1 = MIPS_CONFIG1 | (1 <<
CP0C1_FP
) | (15 << CP0C1_MMU) |
316
.CP0_Config1 = (1 <<
CP0C1_FP
) | (47 << CP0C1_MMU),
334
.CP0_Config1 = (1 <<
CP0C1_FP
) | (47 << CP0C1_MMU),
373
.CP0_Config1 = MIPS_CONFIG1 | (1 <<
CP0C1_FP
) | (31 << CP0C1_MMU) |
399
.CP0_Config1 = MIPS_CONFIG1 | (1 <<
CP0C1_FP
) | (47 << CP0C1_MMU) |
426
.CP0_Config1 = MIPS_CONFIG1 | (1 <<
CP0C1_FP
) | (63 << CP0C1_MMU) |
cpu.h
350
#define
CP0C1_FP
0
translate.c
[
all
...]
/external/qemu/
gdbstub.c
985
if (env->CP0_Config1 & (1 <<
CP0C1_FP
)) {
1036
if (env->CP0_Config1 & (1 <<
CP0C1_FP
)
[
all
...]
Completed in 51 milliseconds