Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dexec.h84 if ((env->CP0_Status & (1 << CP0St_CU0)) || in compute_hflags()
Dcpu.h271 #define CP0St_CU0 28 macro
Dop_helper.c1184 tcstatus = (tcstatus & ~(0xf << CP0TCSt_TCU0)) | (arg1 & (0xf << CP0St_CU0)); in helper_mttc0_status()