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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h226 /// isThumbImmShiftedVal - Return true if the specified value can be obtained
228 static inline bool isThumbImmShiftedVal(unsigned V) { function in namespace:llvm::ARM_AM
254 /// isThumbImmShiftedVal, return the non-shiftd value.
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h227 /// isThumbImmShiftedVal - Return true if the specified value can be obtained
229 static inline bool isThumbImmShiftedVal(unsigned V) { function in namespace:llvm::ARM_AM
255 /// isThumbImmShiftedVal, return the non-shiftd value.
/external/capstone/arch/ARM/
H A DARMAddressingModes.h246 /// isThumbImmShiftedVal - Return true if the specified value can be obtained
248 static inline bool isThumbImmShiftedVal(unsigned V) function
277 /// isThumbImmShiftedVal, return the non-shiftd value.

Completed in 140 milliseconds