HomeSort by relevance Sort by last modified time
    Searched refs:MIPS_HFLAG_F64 (Results 1 - 3 of 3) sorted by null

  /external/qemu/target-mips/
exec.h 69 MIPS_HFLAG_F64 | MIPS_HFLAG_FPU | MIPS_HFLAG_KSU |
90 env->hflags |= MIPS_HFLAG_F64;
cpu.h 431 #define MIPS_HFLAG_F64 0x0040 /* 64-bit FPU enabled */
translate.c 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)))
    [all...]

Completed in 26 milliseconds