Searched refs:SHRD (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h39 /// SHLD, SHRD - Double shift instructions. These correspond to
42 SHRD, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp7475 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
11071 case X86ISD::SHRD: return "X86ISD::SHRD";
14233 Opc = X86ISD::SHRD;

Completed in 93 milliseconds