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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h328 static inline unsigned getT2SOImmValRotate(unsigned V) { function in namespace:llvm::ARM_AM
342 V = rotr32 (~255U, getT2SOImmValRotate(V)) & V;
366 unsigned V = rotr32 (~255, getT2SOImmValRotate(Imm)) & Imm;

Completed in 37 milliseconds