Searched refs:MIPS_HFLAG_FPU (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-mips/
H A Dexec.h69 MIPS_HFLAG_F64 | MIPS_HFLAG_FPU | MIPS_HFLAG_KSU |
88 env->hflags |= MIPS_HFLAG_FPU;
H A Dcpu.h430 #define MIPS_HFLAG_FPU 0x0020 /* FPU enabled */ macro
H A Dtranslate.c829 if (unlikely(!(ctx->hflags & MIPS_HFLAG_FPU)))
8522 if (env->hflags & MIPS_HFLAG_FPU)
8664 env->hflags |= MIPS_HFLAG_FPU;

Completed in 118 milliseconds