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

  /external/qemu/target-mips/
helper.c 640 env->hflags |= MIPS_HFLAG_DM | MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
666 env->hflags |= MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
782 env->hflags |= MIPS_HFLAG_64 | MIPS_HFLAG_CP0;
cpu.h 438 #define MIPS_HFLAG_CP0 0x0010 /* CP0 enabled */
op_helper.c 35 env->hflags &= ~(MIPS_HFLAG_COP1X | MIPS_HFLAG_64 | MIPS_HFLAG_CP0 |
55 env->hflags |= MIPS_HFLAG_CP0;
    [all...]
translate.c 830 if (unlikely(!(ctx->hflags & MIPS_HFLAG_CP0)))
    [all...]

Completed in 33 milliseconds