OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISA_MIPS2
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-mips/
mips-defs.h
20
#define
ISA_MIPS2
0x00000002
43
#define CPU_MIPS2 (CPU_MIPS1 |
ISA_MIPS2
)
translate.c
[
all
...]
/external/qemu/
mips-dis.c
572
#define
ISA_MIPS2
(ISA_MIPS1 | INSN_ISA2)
573
#define ISA_MIPS3 (
ISA_MIPS2
| INSN_ISA3)
577
#define ISA_MIPS32 (
ISA_MIPS2
| INSN_ISA32)
[
all
...]
Completed in 177 milliseconds