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

  /external/qemu/target-mips/
mips-defs.h 22 #define ISA_MIPS4 0x00000008
45 #define CPU_MIPS4 (CPU_MIPS3 | ISA_MIPS4)
  /external/qemu/
mips-dis.c 574 #define ISA_MIPS4 (ISA_MIPS3 | INSN_ISA4)
575 #define ISA_MIPS5 (ISA_MIPS4 | INSN_ISA5)
    [all...]

Completed in 56 milliseconds