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

  /external/qemu/hw/mips/
mips_int.c 14 !(env->hflags & MIPS_HFLAG_DM)) {
  /external/qemu/target-mips/
cpu.h 436 #define MIPS_HFLAG_DM 0x0004 /* Debug mode */
545 (env->hflags & MIPS_HFLAG_DM)) {
helper.c 604 (env->hflags & MIPS_HFLAG_DM))
640 env->hflags |= MIPS_HFLAG_DM | MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
op_helper.c 40 !(env->hflags & MIPS_HFLAG_DM)) {
106 !(env->hflags & MIPS_HFLAG_DM) &&
945 if (env->hflags & MIPS_HFLAG_DM)
    [all...]
translate.c     [all...]

Completed in 59 milliseconds