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

  /external/qemu/hw/mips/
mips_int.c 13 !(env->CP0_Status & (1 << CP0St_ERL)) &&
  /external/qemu/target-mips/
cpu.h 294 #define CP0St_ERL 2
524 ((3 << CP0St_KSU) | (1 << CP0St_ERL) | (1 << CP0St_EXL))) == (3 << CP0St_KSU));
544 (env->CP0_Status & (1 << CP0St_ERL)) ||
helper.c 50 if (!(env->CP0_Status & (1 << CP0St_ERL)))
128 if (unlikely(env->CP0_Status & (1 << CP0St_ERL))) {
665 env->CP0_Status |= (1 << CP0St_ERL) | (1 << CP0St_BEV);
op_helper.c 39 !(env->CP0_Status & (1 << CP0St_ERL)) &&
105 !(env->CP0_Status & (1 << CP0St_ERL)) &&
    [all...]
translate.c     [all...]

Completed in 795 milliseconds