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

  /external/capstone/arch/ARM/
ARMAddressingModes.h 355 static inline unsigned getT2SOImmValRotate(unsigned V)
375 V = rotr32 (~255U, getT2SOImmValRotate(V)) & V;
400 unsigned V = rotr32 (~(unsigned int)255, getT2SOImmValRotate(Imm)) & Imm;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 327 static inline unsigned getT2SOImmValRotate(unsigned V) {
341 V = rotr32 (~255U, getT2SOImmValRotate(V)) & V;
365 unsigned V = rotr32 (~255, getT2SOImmValRotate(Imm)) & Imm;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 328 static inline unsigned getT2SOImmValRotate(unsigned V) {
342 V = rotr32 (~255U, getT2SOImmValRotate(V)) & V;
366 unsigned V = rotr32 (~255, getT2SOImmValRotate(Imm)) & Imm;

Completed in 63 milliseconds