OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISA_MIPS5
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
mips-defs.h
23
#define
ISA_MIPS5
0x00000010
48
#define CPU_MIPS5 (CPU_MIPS4 |
ISA_MIPS5
)
/external/qemu/
mips-dis.c
575
#define
ISA_MIPS5
(ISA_MIPS4 | INSN_ISA5)
578
#define ISA_MIPS64 (
ISA_MIPS5
| INSN_ISA32 | INSN_ISA64)
[
all
...]
Completed in 215 milliseconds