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 434 #define MIPS_HFLAG_SM 0x0001 /* supervisor mode flag */
helper.c 113 int supervisor_mode = (env->hflags & MIPS_HFLAG_MODE) == MIPS_HFLAG_SM;
op_helper.c     [all...]

Completed in 69 milliseconds