Home | History | Annotate | Download | only in target-mips

Lines Matching refs:MIPS_HFLAG_F64

617     if (ctx->hflags & MIPS_HFLAG_F64) {
632 if (ctx->hflags & MIPS_HFLAG_F64) {
848 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X)))
865 if (unlikely(!(ctx->hflags & MIPS_HFLAG_F64) && (regs & 1)))
8437 int is_fpu64 = !!(env->hflags & MIPS_HFLAG_F64);
8668 env->hflags |= MIPS_HFLAG_F64;