Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dtranslate_init.c284 (0x3 << CP0TCSt_TKSU) | (1 << CP0TCSt_IXMT) |
Dcpu.h158 #define CP0TCSt_TKSU 11 macro
Dop_helper.c727 t0 |= (tcstatus & (0x3 << CP0TCSt_TKSU)) >> (CP0TCSt_TKSU - CP0St_KSU); in helper_mftc0_status()
1186 …tcstatus = (tcstatus & ~(0x3 << CP0TCSt_TKSU)) | ((arg1 & (0x3 << CP0St_KSU)) << (CP0TCSt_TKSU - C… in helper_mttc0_status()