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

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h216 /// getThumbImmValShift - Try to handle Imm with a 8-bit immediate followed
218 static inline unsigned getThumbImmValShift(unsigned Imm) { function in namespace:llvm::ARM_AM
231 V = (~255U << getThumbImmValShift(V)) & V;
257 return V >> getThumbImmValShift(V);

Completed in 89 milliseconds