OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISA_MIPS32
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-mips/
mips-defs.h
24
#define
ISA_MIPS32
0x00000020
51
#define CPU_MIPS32 (CPU_MIPS2 |
ISA_MIPS32
)
exec.h
82
} else if (env->insn_flags &
ISA_MIPS32
) {
translate.c
[
all
...]
/external/qemu/
mips-dis.c
577
#define
ISA_MIPS32
(ISA_MIPS2 | INSN_ISA32)
580
#define ISA_MIPS32R2 (
ISA_MIPS32
| INSN_ISA32R2)
[
all
...]
Completed in 433 milliseconds