Home
last modified time | relevance | path

Searched defs:RotAmt (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp253 unsigned RotAmt = CountLeadingZeros_32(ThisVal); in emitT2RegPlusImmediate() local
270 unsigned RotAmt = CountLeadingZeros_32(ThisVal); in emitT2RegPlusImmediate() local
452 unsigned RotAmt = CountLeadingZeros_32(Offset); in rewriteT2FrameIndex() local
DARMBaseInstrInfo.cpp1783 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local
1840 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h147 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local
176 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local
299 unsigned RotAmt = CountLeadingZeros_32(V); in getT2SOImmValRotateVal() local
331 unsigned RotAmt = CountTrailingZeros_32(V); in getT2SOImmValRotate() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2218 unsigned RotAmt = C->getZExtValue() & (VTBits-1); in ComputeNumSignBits() local