Searched refs:CP0Ca_DC (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dmips_timer.c25 if (env->CP0_Cause & (1 << CP0Ca_DC))
47 if (env->CP0_Cause & (1 << CP0Ca_DC))
62 if (!(env->CP0_Cause & (1 << CP0Ca_DC)))
90 if (env->CP0_Cause & (1 << CP0Ca_DC))
/external/qemu/target-mips/
H A Dcpu.h313 #define CP0Ca_DC 27 macro
H A Dop_helper.c1211 mask |= 1 << CP0Ca_DC;
1215 if ((old ^ env->CP0_Cause) & (1 << CP0Ca_DC)) {
1216 if (env->CP0_Cause & (1 << CP0Ca_DC))

Completed in 22 milliseconds