Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dhelper.c751 env->CP0_Cause = (env->CP0_Cause & ~(0x1f << CP0Ca_EC)) | (cause << CP0Ca_EC); in do_interrupt()
Dcpu.h318 #define CP0Ca_EC 2 macro
Dop_helper.c51 env->CP0_Cause &= ~(0x1f << CP0Ca_EC); in helper_interrupt_restart()