Searched defs:RotAmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h147 unsigned RotAmt = TZ & ~1; local
176 unsigned RotAmt = getSOImmValRotate(Arg); local
299 unsigned RotAmt = countLeadingZeros(V); local
331 unsigned RotAmt = countTrailingZeros(V); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2007 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2298 unsigned RotAmt = C->getZExtValue() & (VTBits-1); local

Completed in 129 milliseconds