Home | History | Annotate | Download | only in X86

Lines Matching defs:X86

1 //===- X86InstrInfo.h - X86 Instruction Information ------------*- C++ -*- ===//
10 // This file contains the X86 implementation of the TargetInstrInfo class.
18 #include "X86.h"
29 namespace X86 {
30 // X86 specific condition code. These correspond to X86_*_COND in
53 // which can't be represented on x86 with a single condition. These
66 CondCode GetOppositeBranchCondition(X86::CondCode CC);
67 } // end namespace X86;
162 /// source to overlap the destination. e.g. X86::MOVSX64rr32. If this returns
194 /// three-address instruction on demand. This allows the X86 target (for