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

  /external/qemu/target-i386/
cpu.h 98 #define DESC_E_MASK (1 << 10) /* data: expansion direction */
    [all...]
helper.c 628 cpu_fprintf(f, " [%c%c", (sc->flags & DESC_E_MASK) ? 'E' : '-',
    [all...]

Completed in 98 milliseconds