OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISA_MIPS4
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-mips/
mips-defs.h
22
#define
ISA_MIPS4
0x00000008
45
#define CPU_MIPS4 (CPU_MIPS3 |
ISA_MIPS4
)
exec.h
85
} else if (env->insn_flags &
ISA_MIPS4
) {
translate.c
[
all
...]
/external/qemu/
mips-dis.c
574
#define
ISA_MIPS4
(ISA_MIPS3 | INSN_ISA4)
575
#define ISA_MIPS5 (
ISA_MIPS4
| INSN_ISA5)
[
all
...]
Completed in 594 milliseconds