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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h235 /// getThumbImm16ValShift - Try to handle Imm with a 16-bit immediate followed
237 static inline unsigned getThumbImm16ValShift(unsigned Imm) { function in namespace:llvm::ARM_AM
250 V = (~65535U << getThumbImm16ValShift(V)) & V;

Completed in 19 milliseconds