Searched refs:getThumbImm16ValShift (Results 1 – 4 of 4) sorted by relevance
257 static inline unsigned getThumbImm16ValShift(unsigned Imm) in getThumbImm16ValShift() function272 V = (~65535U << getThumbImm16ValShift(V)) & V; in isThumbImm16ShiftedVal()
236 static inline unsigned getThumbImm16ValShift(unsigned Imm) { in getThumbImm16ValShift() function249 V = (~65535U << getThumbImm16ValShift(V)) & V; in isThumbImm16ShiftedVal()
237 static inline unsigned getThumbImm16ValShift(unsigned Imm) { in getThumbImm16ValShift() function250 V = (~65535U << getThumbImm16ValShift(V)) & V; in isThumbImm16ShiftedVal()
227 inline unsigned getThumbImm16ValShift(unsigned Imm) { in getThumbImm16ValShift() function240 V = (~65535U << getThumbImm16ValShift(V)) & V; in isThumbImm16ShiftedVal()