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

  /external/qemu/target-mips/
mips-defs.h 28 #define ISA_MIPS32 0x00000020
60 #define CPU_MIPS32 (CPU_MIPS2 | ISA_MIPS32)
  /external/qemu/disas/
mips.c 583 #define ISA_MIPS32 (ISA_MIPS2 | INSN_ISA32)
586 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2)
    [all...]

Completed in 59 milliseconds