Searched refs:CP0St_MX (Results 1 – 2 of 2) sorted by relevance
275 #define CP0St_MX 24 macro
726 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()