Home
last modified time | relevance | path

Searched refs:Shamt (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp43 unsigned Shamt = countTrailingZeros(Imm); in GetInstSeqLsSLL() local
44 GetInstSeqLs(Imm >> Shamt, RemSize - Shamt, SeqLs); in GetInstSeqLsSLL()
45 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL()
DMipsISelLowering.cpp765 unsigned Shamt = CN->getZExtValue(); in performORCombine() local
770 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
2179 SDValue Shamt = Op.getOperand(2); in lowerShiftLeftParts() local
2186 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftLeftParts()
2191 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); in lowerShiftLeftParts()
2193 SDValue ShiftLeftLo = DAG.getNode(ISD::SHL, DL, VT, Lo, Shamt); in lowerShiftLeftParts()
2194 SDValue Cond = DAG.getNode(ISD::AND, DL, MVT::i32, Shamt, in lowerShiftLeftParts()
2208 SDValue Shamt = Op.getOperand(2); in lowerShiftRightParts() local
2224 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftRightParts()
2229 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp623 unsigned Shamt = CN->getZExtValue(); in PerformORCombine() local
627 if (Shamt != SMPos0) in PerformORCombine()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp3302 unsigned Shamt = (i%HalfSize)*2; in getShuffleVSHUFPSYImmediate() local
3304 Mask |= Elt << Shamt; in getShuffleVSHUFPSYImmediate()