Searched refs:rotl32 (Results 1 – 11 of 11) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMAddressingModes.h | 95 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/ |
D | ARMAddressingModes.h | 92 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/ |
D | rotl-2.ll | 5 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 93 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/ |
D | ARMAddressingModes.h | 91 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/ |
D | rotl-2.ll | 6 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | rotl-2.ll | 6 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2-impl.h | 111 BLAKE2_LOCAL_INLINE(uint32_t) rotl32( const uint32_t w, const unsigned c ) in rotl32() function
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | rotate.ll | 4 define i32 @rotl32(i32 %A, i8 %Amt) {
|
/external/llvm/test/CodeGen/X86/ |
D | rotate.ll | 4 define i32 @rotl32(i32 %A, i8 %Amt) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | rotate.ll | 195 define i32 @rotl32(i32 %A, i8 %Amt) nounwind { 196 ; X86-LABEL: rotl32: 203 ; X64-LABEL: rotl32:
|