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

  /external/qemu/target-mips/
cpu.h 426 #define MIPS_HFLAG_SM 0x0001 /* supervisor mode flag */
helper.c 108 int supervisor_mode = (env->hflags & MIPS_HFLAG_MODE) == MIPS_HFLAG_SM;
op_helper.c 1170 case MIPS_HFLAG_SM: qemu_log(", SM\n"); break;
    [all...]

Completed in 700 milliseconds