Searched refs:MIPS_HFLAG_COP1X (Results 1 – 3 of 3) sorted by relevance
302 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()384 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()388 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()398 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
1127 #define MIPS_HFLAG_COP1X 0x00080 /* COP1X instructions enabled */ macro
1497 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X))) { in check_cop1x()