OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESC_C_MASK
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
op_helper.c
241
if ((e2 &
DESC_C_MASK
) && dpl > rpl)
739
if (!(e2 &
DESC_C_MASK
) && dpl < cpl) {
760
} else if ((e2 &
DESC_C_MASK
) || dpl == cpl) {
942
if ((!(e2 &
DESC_C_MASK
) && dpl < cpl) || ist != 0) {
951
} else if ((e2 &
DESC_C_MASK
) || dpl == cpl) {
[
all
...]
cpu.h
92
#define
DESC_C_MASK
(1 << 10) /* code: conforming */
helper.c
624
cpu_fprintf(f, " [%c%c", (sc->flags &
DESC_C_MASK
) ? 'C' : '-',
[
all
...]
Completed in 45 milliseconds