OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISA_MIPS64
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
mips-defs.h
26
#define
ISA_MIPS64
0x00000080
52
#define CPU_MIPS64 (CPU_MIPS5 | CPU_MIPS32 |
ISA_MIPS64
)
/external/qemu/
mips-dis.c
578
#define
ISA_MIPS64
(ISA_MIPS5 | INSN_ISA32 | INSN_ISA64)
581
#define ISA_MIPS64R2 (
ISA_MIPS64
| INSN_ISA32R2 | INSN_ISA64R2)
[
all
...]
Completed in 750 milliseconds