HomeSort by relevance Sort by last modified time
    Searched defs:GetCondBranchFromCond (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 141 /// GetCondBranchFromCond - Return the Branch instruction
143 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC)
290 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm());
299 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm());
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 468 milliseconds