Home
last modified time | relevance | path

Searched refs:CP0St_MX (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-mips/
Dcpu.h275 #define CP0St_MX 24 macro
Dop_helper.c726 t0 |= (tcstatus & (1 << CP0TCSt_TMX)) >> (CP0TCSt_TMX - CP0St_MX); in helper_mftc0_status()
1185 …status = (tcstatus & ~(1 << CP0TCSt_TMX)) | ((arg1 & (1 << CP0St_MX)) << (CP0TCSt_TMX - CP0St_MX)); in helper_mttc0_status()