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 24 #define ISA_MIPS32 0x00000020
51 #define CPU_MIPS32 (CPU_MIPS2 | ISA_MIPS32)
  /external/qemu/
mips-dis.c 577 #define ISA_MIPS32 (ISA_MIPS2 | INSN_ISA32)
580 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2)
    [all...]

Completed in 652 milliseconds