Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dtranslate_init.c282 (0 << CP0TCSt_TMX) | (1 << CP0TCSt_DT) |
Dcpu.h152 #define CP0TCSt_TMX 27 macro
Dop_helper.c726 t0 |= (tcstatus & (1 << CP0TCSt_TMX)) >> (CP0TCSt_TMX - CP0St_MX); in helper_mftc0_status()
1185 …tcstatus = (tcstatus & ~(1 << CP0TCSt_TMX)) | ((arg1 & (1 << CP0St_MX)) << (CP0TCSt_TMX - CP0St_MX… in helper_mttc0_status()