HomeSort by relevance Sort by last modified time
    Searched defs:CPU_MIPS32 (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-mips/
mips-defs.h 60 #define CPU_MIPS32 (CPU_MIPS2 | ISA_MIPS32)
61 #define CPU_MIPS64 (CPU_MIPS5 | CPU_MIPS32 | ISA_MIPS64)
64 #define CPU_MIPS32R2 (CPU_MIPS32 | ISA_MIPS32R2)
  /external/qemu/disas/
mips.c 616 #ifndef CPU_MIPS32
617 #define CPU_MIPS32 32
622 #endif // !CPU_MIPS32
    [all...]

Completed in 66 milliseconds