Home
last modified time | relevance | path

Searched refs:rotl32 (Results 1 – 11 of 11) sorted by relevance

/external/capstone/arch/ARM/
DARMAddressingModes.h95 static inline unsigned rotl32(unsigned Val, unsigned Amt) in rotl32() function
198 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h92 static inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function
182 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Drotl-2.ll5 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h93 static inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function
183 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h91 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function
173 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
/external/llvm/test/CodeGen/PowerPC/
Drotl-2.ll6 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Drotl-2.ll6 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
/external/python/cpython3/Modules/_blake2/impl/
Dblake2-impl.h111 BLAKE2_LOCAL_INLINE(uint32_t) rotl32( const uint32_t w, const unsigned c ) in rotl32() function
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Drotate.ll4 define i32 @rotl32(i32 %A, i8 %Amt) {
/external/llvm/test/CodeGen/X86/
Drotate.ll4 define i32 @rotl32(i32 %A, i8 %Amt) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Drotate.ll195 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
196 ; X86-LABEL: rotl32:
203 ; X64-LABEL: rotl32: