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

  /external/qemu/target-mips/
exec.h 68 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 |
86 env->hflags |= MIPS_HFLAG_CP0;
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 429 #define MIPS_HFLAG_CP0 0x0010 /* CP0 enabled */
op_helper.c     [all...]
translate.c 823 if (unlikely(!(ctx->hflags & MIPS_HFLAG_CP0)))
    [all...]

Completed in 43 milliseconds