Searched refs:CP0St_MX (Results 1 – 5 of 5) sorted by relevance
349 if (env->CP0_Status & (1 << CP0St_MX)) { in compute_hflags()358 if (env->CP0_Status & (1 << CP0St_MX)) { in compute_hflags()367 if (env->CP0_Status & (1 << CP0St_MX)) { in compute_hflags()
773 #define CP0St_MX 24 macro
275 env->CP0_Status |= (1 << CP0St_MX); in mips_cpu_reset_hold()
41 mx = (v >> CP0St_MX) & 0x1; in sync_c0_status()
163 | (1 << CP0St_MX) in sync_c0_tcstatus()172 status |= tmx << CP0St_MX; in sync_c0_tcstatus()