Searched refs:MIPS_HFLAG_COP1X (Results 1 – 3 of 3) sorted by relevance
68 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 | in compute_hflags()93 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()96 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()103 env->hflags |= MIPS_HFLAG_COP1X; in compute_hflags()
435 #define MIPS_HFLAG_COP1X 0x0080 /* COP1X instructions enabled */ macro
839 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X))) in check_cop1x()848 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X))) in check_cp1_64bitmode()