Searched refs:eflags (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dregex.c127 int code, cflags, eflags; local in function:Lisp_Reexec
163 eflags = RE_STARTEND;
165 eflags |= RE_NOTBOL;
167 eflags |= RE_NOTEOL;
175 code = reexec(regexp, string, nmatch, &match[0], eflags);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dint10Defines.h54 #define X86_EFLAGS CPU_RD(eflags,0)
56 #define X86_FLAGS CPU_RW(eflags,0)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dint10Defines.h54 #define X86_EFLAGS CPU_RD(eflags,0)
56 #define X86_FLAGS CPU_RW(eflags,0)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dhelper_exec.c118 CARD32 eflags; local in function:run_bios_int
144 eflags = X86_EFLAGS;
146 eflags = eflags | IF_MASK;
149 pushw(pInt, eflags);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_exec.c121 uint32_t eflags; local in function:run_bios_int
149 eflags = X86_EFLAGS;
151 eflags = eflags | IF_MASK;
154 pushw(pInt, eflags);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3.h1953 struct ir3_instruction *e, unsigned eflags) \
1961 __ssa_src(instr, e, eflags); \
1975 struct ir3_instruction *e, unsigned eflags, struct ir3_instruction *f, \
1985 __ssa_src(instr, e, eflags); \

Completed in 9 milliseconds