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

  /external/qemu/target-mips/
cpu.h 446 #define MIPS_HFLAG_UX 0x0200 /* 64-bit user mode */
op_helper.c 37 MIPS_HFLAG_UX);
50 env->hflags |= MIPS_HFLAG_UX;
    [all...]
translate.c 822 !(ctx->hflags & MIPS_HFLAG_UX)) {
    [all...]

Completed in 1135 milliseconds