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

  /external/qemu/hw/
mips_int.c 12 !(env->hflags & MIPS_HFLAG_DM)) {
  /external/qemu/target-mips/
exec.h 73 !(env->hflags & MIPS_HFLAG_DM)) {
cpu.h 427 #define MIPS_HFLAG_DM 0x0004 /* Debug mode */
529 (env->hflags & MIPS_HFLAG_DM)) {
helper.c 603 (env->hflags & MIPS_HFLAG_DM))
639 env->hflags |= MIPS_HFLAG_DM | MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
op_helper.c 48 !(env->hflags & MIPS_HFLAG_DM) &&
750 if (env->hflags & MIPS_HFLAG_DM)
    [all...]
translate.c     [all...]

Completed in 157 milliseconds