OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_HFLAG_COP1X
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-mips/
exec.h
68
env->hflags &= ~(
MIPS_HFLAG_COP1X
| MIPS_HFLAG_64 | MIPS_HFLAG_CP0 |
93
env->hflags |=
MIPS_HFLAG_COP1X
;
96
env->hflags |=
MIPS_HFLAG_COP1X
;
103
env->hflags |=
MIPS_HFLAG_COP1X
;
cpu.h
435
#define
MIPS_HFLAG_COP1X
0x0080 /* COP1X instructions enabled */
translate.c
839
if (unlikely(!(ctx->hflags &
MIPS_HFLAG_COP1X
)))
848
if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 |
MIPS_HFLAG_COP1X
)))
[
all
...]
Completed in 43 milliseconds