HomeSort by relevance Sort by last modified time
    Searched refs:getSOImmValRotate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 132 /// getSOImmValRotate - Try to handle Imm with an immediate shifter operand,
136 static inline unsigned getSOImmValRotate(unsigned Imm) {
175 unsigned RotAmt = getSOImmValRotate(Arg);
189 V = rotr32(~255U, getSOImmValRotate(V)) & V;
194 V = rotr32(~255U, getSOImmValRotate(V)) & V;
201 return rotr32(255U, getSOImmValRotate(V)) & V;
208 V = rotr32(~255U, getSOImmValRotate(V)) & V;
211 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V));
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 409 milliseconds