Home
last modified time | relevance | path

Searched refs:EFLAGS (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tests/
Dx86check.c48 #define EFLAGS 16 macro
100 if (DIR_BIT (calling_conventions_values[EFLAGS]) != 0) in calling_conventions_check()
103 header, DIR_BIT (calling_conventions_values[EFLAGS])); in calling_conventions_check()
Dx86call.asm88 define(`EFLAGS', eval(4*16)($1))
134 mov %ebx, EFLAGS(%ecx)
/netbsd/src/sys/arch/i386/include/
Dbioscall.h96 #define EFLAGS r_flags.biosreg_long macro
/netbsd/src/external/gpl3/gdb/dist/gdb/
Damd64-linux-nat.c74 RIP * 8, EFLAGS * 8, /* %eip, %eflags */
/netbsd/src/sys/arch/i386/mca/
Dmca_machdep.c287 if ((regs.EFLAGS & PSL_C) || regs.AH != 0) { in mca_busprobe()
/netbsd/src/sys/arch/i386/bioscall/
Dgenassym.cf80 define BIOSCALLREG_EFLAGS offsetof(struct bioscallregs, EFLAGS)
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi6532 the EFLAGS register. Since GCC doesn't preserve SSE, MMX nor x87
6544 registers, except for the EFLAGS register which is restored by the
Dgcc.info38108 except for the EFLAGS register. Since GCC doesn't preserve SSE,
38120 handlers. All registers, except for the EFLAGS register which is
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.1111334 fcomi instruction which sets EFLAGS instead of FPU Status Word.