Searched refs:getSOImmValRotate (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h133 /// getSOImmValRotate - Try to handle Imm with an immediate shifter operand,
137 static inline unsigned getSOImmValRotate(unsigned Imm) { function in namespace:llvm::ARM_AM
176 unsigned RotAmt = getSOImmValRotate(Arg);
190 V = rotr32(~255U, getSOImmValRotate(V)) & V;
195 V = rotr32(~255U, getSOImmValRotate(V)) & V;
202 return rotr32(255U, getSOImmValRotate(V)) & V;
209 V = rotr32(~255U, getSOImmValRotate(V)) & V;
212 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V));
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2013 unsigned RotAmt = ARM_AM::getSOImmValRotate(NumBytes);
2178 unsigned RotAmt = ARM_AM::getSOImmValRotate(Offset);

Completed in 128 milliseconds