Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dtranslate_init.c281 (1 << CP0TCSt_TCU1) | (1 << CP0TCSt_TCU0) |
Dcpu.h151 #define CP0TCSt_TCU0 28 macro
Dop_helper.c725 t0 |= tcstatus & (0xf << CP0TCSt_TCU0); in helper_mftc0_status()
1184 tcstatus = (tcstatus & ~(0xf << CP0TCSt_TCU0)) | (arg1 & (0xf << CP0St_CU0)); in helper_mttc0_status()