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

/external/capstone/arch/ARM/
H A DARMAddressingModes.h255 /// getThumbImm16ValShift - Try to handle Imm with a 16-bit immediate followed
257 static inline unsigned getThumbImm16ValShift(unsigned Imm) function
272 V = (~65535U << getThumbImm16ValShift(V)) & V;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h234 /// getThumbImm16ValShift - Try to handle Imm with a 16-bit immediate followed
236 static inline unsigned getThumbImm16ValShift(unsigned Imm) { function in namespace:llvm::ARM_AM
249 V = (~65535U << getThumbImm16ValShift(V)) & V;
/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 120 milliseconds