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

  /external/swiftshader/third_party/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/capstone/arch/ARM/
ARMAddressingModes.h 144 /// getSOImmValRotate - Try to handle Imm with an immediate shifter operand,
148 static inline unsigned getSOImmValRotate(unsigned Imm)
191 RotAmt = getSOImmValRotate(Arg);
206 V = rotr32(~255U, getSOImmValRotate(V)) & V;
211 V = rotr32(~255U, getSOImmValRotate(V)) & V;
219 return rotr32(255U, getSOImmValRotate(V)) & V;
227 V = rotr32(~255U, getSOImmValRotate(V)) & V;
230 //assert(V == (rotr32(255U, getSOImmValRotate(V)) & V));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 133 /// getSOImmValRotate - Try to handle Imm with an immediate shifter operand,
137 static inline unsigned getSOImmValRotate(unsigned Imm) {
176 unsigned RotAmt = getSOImmValRotate(Arg);
190 V = rotr32(~255U, getSOImmValRotate(V)) & V;
195 V = rotr32(~255U, getSOImmValRotate(V)) & V;
202 return rotr32(255U, getSOImmValRotate(V)) & V;
209 V = rotr32(~255U, getSOImmValRotate(V)) & V;
212 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 123 /// getSOImmValRotate - Try to handle Imm with an immediate shifter operand,
127 inline unsigned getSOImmValRotate(unsigned Imm) {
166 unsigned RotAmt = getSOImmValRotate(Arg);
180 V = rotr32(~255U, getSOImmValRotate(V)) & V;
185 V = rotr32(~255U, getSOImmValRotate(V)) & V;
192 return rotr32(255U, getSOImmValRotate(V)) & V;
199 V = rotr32(~255U, getSOImmValRotate(V)) & V;
202 assert(V == (rotr32(255U, getSOImmValRotate(V)) & V));
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 157 milliseconds