Home
last modified time | relevance | path

Searched refs:CP0St_IE (Results 1 – 3 of 3) sorted by relevance

/external/qemu/hw/
Dmips_int.c9 if ((env->CP0_Status & (1 << CP0St_IE)) && in cpu_mips_update_irq()
/external/qemu/target-mips/
Dcpu.h288 #define CP0St_IE 0 macro
526 if (!(env->CP0_Status & (1 << CP0St_IE)) || in cpu_mips_hw_interrupts_pending()
Dop_helper.c49 (env->CP0_Status & (1 << CP0St_IE)) && in helper_interrupt_restart()
1732 env->CP0_Status = t0 & ~(1 << CP0St_IE); in helper_di()
1742 env->CP0_Status = t0 | (1 << CP0St_IE); in helper_ei()