HomeSort by relevance Sort by last modified time
    Searched defs:rotr32 (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Modules/_blake2/impl/
blake2-impl.h 121 BLAKE2_LOCAL_INLINE(uint32_t) rotr32( const uint32_t w, const unsigned c ) function
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 84 /// rotr32 - Rotate a 32-bit unsigned value right by a specified # bits.
86 static inline unsigned rotr32(unsigned Val, unsigned Amt) { function in namespace:llvm::ARM_AM
150 if ((rotr32(Imm, RotAmt) & ~255U) == 0)
158 if ((rotr32(Imm, RotAmt2) & ~255U) == 0)
179 if (rotr32(~255U, RotAmt) & 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))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 83 /// rotr32 - Rotate a 32-bit unsigned value right by a specified # bits.
85 static inline unsigned rotr32(unsigned Val, unsigned Amt) { function in namespace:llvm::ARM_AM
149 if ((rotr32(Imm, RotAmt) & ~255U) == 0)
157 if ((rotr32(Imm, RotAmt2) & ~255U) == 0)
178 if (rotr32(~255U, RotAmt) & 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))
    [all...]
  /external/capstone/arch/ARM/
ARMAddressingModes.h 85 /// rotr32 - Rotate a 32-bit unsigned value right by a specified # bits.
87 static inline unsigned rotr32(unsigned Val, unsigned Amt) function
163 if ((rotr32(Imm, RotAmt) & ~255U) == 0)
171 if ((rotr32(Imm, RotAmt2) & ~255U) == 0)
194 if (rotr32(~255U, RotAmt) & 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))
    [all...]

Completed in 165 milliseconds