HomeSort by relevance Sort by last modified time
    Searched defs:isThumbImmShiftedVal (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 227 /// isThumbImmShiftedVal - Return true if the specified value can be obtained
229 static inline bool isThumbImmShiftedVal(unsigned V) {
255 /// isThumbImmShiftedVal, return the non-shiftd value.
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 226 /// isThumbImmShiftedVal - Return true if the specified value can be obtained
228 static inline bool isThumbImmShiftedVal(unsigned V) {
254 /// isThumbImmShiftedVal, return the non-shiftd value.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 217 /// isThumbImmShiftedVal - Return true if the specified value can be obtained
219 inline bool isThumbImmShiftedVal(unsigned V) {
245 /// isThumbImmShiftedVal, return the non-shiftd value.
  /external/capstone/arch/ARM/
ARMAddressingModes.h 246 /// isThumbImmShiftedVal - Return true if the specified value can be obtained
248 static inline bool isThumbImmShiftedVal(unsigned V)
277 /// isThumbImmShiftedVal, return the non-shiftd value.

Completed in 704 milliseconds