Searched refs:CP0TCSt_A (Results 1 – 4 of 4) sorted by relevance
352 env->active_tc.CP0_TCStatus = (1 << CP0TCSt_A); in mips_cpu_reset_hold()353 env->tcs[0].CP0_TCStatus = (1 << CP0TCSt_A); in mips_cpu_reset_hold()
268 if (!(env->active_tc.CP0_TCStatus & (1 << CP0TCSt_A))) { in mips_vpe_active()
486 #define CP0TCSt_A 13 macro
292 (1 << CP0TCSt_DA) | (1 << CP0TCSt_A) |