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

  /external/qemu/target-mips/
exec.h 68 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 |
80 env->hflags |= MIPS_HFLAG_64;
95 if (env->hflags & MIPS_HFLAG_64)
helper.c 639 env->hflags |= MIPS_HFLAG_DM | MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
665 env->hflags |= MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
781 env->hflags |= MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
cpu.h 428 #define MIPS_HFLAG_64 0x0008 /* 64-bit instructions enabled */
translate.c 881 if (unlikely(!(ctx->hflags & MIPS_HFLAG_64)))
    [all...]

Completed in 32 milliseconds