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

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

Completed in 56 milliseconds