OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_MIPS64
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-mips/
mips-defs.h
52
#define
CPU_MIPS64
(CPU_MIPS5 | CPU_MIPS32 | ISA_MIPS64)
56
#define CPU_MIPS64R2 (
CPU_MIPS64
| CPU_MIPS32R2 | ISA_MIPS64R2)
translate_init.c
365
.insn_flags =
CPU_MIPS64
,
389
.insn_flags =
CPU_MIPS64
,
416
.insn_flags =
CPU_MIPS64
| ASE_MIPS3D,
/external/qemu/
mips-dis.c
610
#define
CPU_MIPS64
64
[
all
...]
Completed in 70 milliseconds