HomeSort by relevance Sort by last modified time
    Searched refs:ISA_MIPS32R2 (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-mips/
mips-defs.h 25 #define ISA_MIPS32R2 0x00000040
55 #define CPU_MIPS32R2 (CPU_MIPS32 | ISA_MIPS32R2)
exec.h 91 if (env->insn_flags & ISA_MIPS32R2) {
translate.c     [all...]
op_helper.c     [all...]
  /external/qemu/hw/
mips_timer.c 64 if (env->insn_flags & ISA_MIPS32R2)
99 if (env->insn_flags & ISA_MIPS32R2)
  /external/qemu/
mips-dis.c 580 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2)
    [all...]

Completed in 2310 milliseconds