HomeSort by: relevance | last modified time | path
    Searched defs:EFLAGS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/
x86check.c 48 #define EFLAGS 16
74 #define DIR_BIT(eflags) (((eflags) & (1<<10)) != 0)
100 if (DIR_BIT (calling_conventions_values[EFLAGS]) != 0)
102 printf ("%s eflags dir bit got %d want 0\n",
103 header, DIR_BIT (calling_conventions_values[EFLAGS]));
  /src/sys/arch/i386/include/
bioscall.h 96 #define EFLAGS r_flags.biosreg_long
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 2853 // Only examine CopyToReg uses that copy to EFLAGS.
2855 cast<RegisterSDNode>(UI->getOperand(1))->getReg() != X86::EFLAGS)
2889 // Only examine CopyToReg uses that copy to EFLAGS.
2891 cast<RegisterSDNode>(UI->getOperand(1))->getReg() != X86::EFLAGS)
2949 // Only examine CopyToReg uses that copy to EFLAGS.
2950 if (cast<RegisterSDNode>(UI->getOperand(1))->getReg() != X86::EFLAGS)
3111 // the case where the EFLAGS on the original operation are used.
3118 // (implicit EFLAGS)]>;
3122 // (transferrable EFLAGS)]>;
3337 CurDAG->getCopyToReg(InputChain, SDLoc(Node), X86::EFLAGS,
    [all...]

Completed in 55 milliseconds