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

  /external/qemu/target-mips/
cpu.h 444 #define MIPS_HFLAG_COP1X 0x0080 /* COP1X instructions enabled */
op_helper.c 35 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 |
65 env->hflags |= MIPS_HFLAG_COP1X;
69 env->hflags |= MIPS_HFLAG_COP1X;
77 env->hflags |= MIPS_HFLAG_COP1X;
    [all...]
translate.c 846 if (unlikely(!(ctx->hflags & MIPS_HFLAG_COP1X)))
855 if (unlikely(~ctx->hflags & (MIPS_HFLAG_F64 | MIPS_HFLAG_COP1X)))
    [all...]

Completed in 33 milliseconds