Home
last modified time | relevance | path

Searched refs:LShift (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.def271 DEFNAME ("LSHIFT", "lshift", "LShift", genNONE, specLSHIFT) /* F2C */
H A Dintdoc.in756 @xref{LShift Intrinsic}, for the inverse of this function.
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30194 bool LShift = (VT.is128BitVector() && Subtarget.hasSSE2()) || in supportedVectorShiftWithImm() local
30197 bool AShift = LShift && (Subtarget.hasAVX512() || in supportedVectorShiftWithImm()
30199 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorShiftWithImm()
30228 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in supportedVectorVarShift() local
30229 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in supportedVectorVarShift()
30230 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorVarShift()