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

  /external/qemu/hw/mips/
mips_int.c 11 if ((env->CP0_Status & (1 << CP0St_IE)) &&
  /external/qemu/target-mips/
cpu.h 296 #define CP0St_IE 0
542 if (!(env->CP0_Status & (1 << CP0St_IE)) ||
op_helper.c 107 (env->CP0_Status & (1 << CP0St_IE)) &&
    [all...]

Completed in 298 milliseconds