Home
last modified time | relevance | path

Searched refs:getT2SOImmValRotate (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h327 static inline unsigned getT2SOImmValRotate(unsigned V) { in getT2SOImmValRotate() function
341 V = rotr32 (~255U, getT2SOImmValRotate(V)) & V; in isT2SOImmTwoPartVal()
365 unsigned V = rotr32 (~255, getT2SOImmValRotate(Imm)) & Imm; in getT2SOImmTwoPartFirst()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h328 static inline unsigned getT2SOImmValRotate(unsigned V) { in getT2SOImmValRotate() function
342 V = rotr32 (~255U, getT2SOImmValRotate(V)) & V; in isT2SOImmTwoPartVal()
366 unsigned V = rotr32 (~255, getT2SOImmValRotate(Imm)) & Imm; in getT2SOImmTwoPartFirst()