Searched refs:rotl32 (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins.cpp | 39 extern uint32_t rotl32; 40 decltype(__builtin_rotateleft32(0,0)) rotl32 = 42; variable
|
D | builtin-rotate.c | 19 int rotl32(int x, unsigned int y) { in rotl32() function
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | rotl-2.ll | 4 define i32 @rotl32(i32 %A, i8 %Amt) nounwind { 5 ; CHECK-LABEL: rotl32:
|
/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-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function 175 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/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/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32() function 175 return rotl32(Arg, RotAmt) | ((RotAmt>>1) << 8); in getSOImmVal()
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2-impl.h | 118 static inline uint32_t rotl32( const uint32_t w, const unsigned c ) in rotl32() function
|
/external/llvm-project/lld/ELF/Arch/ |
D | ARM.cpp | 427 static uint32_t rotl32(uint32_t val, uint32_t amt) { in rotl32() function 650 val = rotl32(val, rotAmt) | ((rotAmt >> 1) << 8); in relocate()
|
/external/llvm/test/CodeGen/X86/ |
D | rotate.ll | 4 define i32 @rotl32(i32 %A, i8 %Amt) {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | rotate.ll | 197 define i32 @rotl32(i32 %A, i8 %Amt) nounwind { 198 ; X86-LABEL: rotl32: 205 ; X64-LABEL: rotl32:
|
/external/llvm-project/llvm/lib/Target/CSKY/ |
D | CSKYInstrFormats.td | 373 // ixd32, and32, andn32, or32, xor32, nor32, lsl32, lsr32, asr32, rotl32
|