/external/capstone/arch/ARM/ |
D | ARMAddressingModes.h | 150 unsigned TZ, RotAmt; in getSOImmValRotate() local 186 unsigned RotAmt; in getSOImmVal() local 324 unsigned RotAmt = CountLeadingZeros_32(V); in getT2SOImmValRotateVal() local 357 unsigned RotAmt; in getT2SOImmValRotate() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 146 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local 175 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local 298 unsigned RotAmt = CountLeadingZeros_32(V); in getT2SOImmValRotateVal() local 330 unsigned RotAmt = CountTrailingZeros_32(V); in getT2SOImmValRotate() local
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 311 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 328 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 517 unsigned RotAmt = countLeadingZeros<unsigned>(Offset); in rewriteT2FrameIndex() local
|
D | ARMBaseInstrInfo.cpp | 2016 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local 2181 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 250 unsigned RotAmt = CountLeadingZeros_32(ThisVal); in emitT2RegPlusImmediate() local 267 unsigned RotAmt = CountLeadingZeros_32(ThisVal); in emitT2RegPlusImmediate() local 449 unsigned RotAmt = CountLeadingZeros_32(Offset); in rewriteT2FrameIndex() local
|
D | ARMBaseInstrInfo.cpp | 1518 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local 1575 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 333 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 350 unsigned RotAmt = countLeadingZeros(ThisVal); in emitT2RegPlusImmediate() local 541 unsigned RotAmt = countLeadingZeros<unsigned>(Offset); in rewriteT2FrameIndex() local
|
D | ARMBaseInstrInfo.cpp | 2228 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes); in emitARMRegPlusImmediate() local 2406 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset); in rewriteARMFrameIndex() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 147 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local 176 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local 299 unsigned RotAmt = countLeadingZeros(V); in getT2SOImmValRotateVal() local 331 unsigned RotAmt = countTrailingZeros(V); in getT2SOImmValRotate() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 137 unsigned RotAmt = TZ & ~1; in getSOImmValRotate() local 166 unsigned RotAmt = getSOImmValRotate(Arg); in getSOImmVal() local 289 unsigned RotAmt = countLeadingZeros(V); in getT2SOImmValRotateVal() local 321 unsigned RotAmt = countTrailingZeros(V); in getT2SOImmValRotate() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 923 unsigned RotAmt = V.getConstantOperandVal(1); in getValueBits() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1197 unsigned RotAmt = V.getConstantOperandVal(1); in getValueBits() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2186 unsigned RotAmt = C->getZExtValue() & (VTBits-1); in ComputeNumSignBits() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2640 unsigned RotAmt = C->getZExtValue() & (VTBits-1); in ComputeNumSignBits() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3377 unsigned RotAmt = C->getAPIntValue().urem(VTBits); in ComputeNumSignBits() local
|
D | DAGCombiner.cpp | 6248 uint64_t RotAmt = Cst->getAPIntValue().urem(Bitsize); in visitRotate() local
|