Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins.cpp39 extern uint32_t rotl32;
40 decltype(__builtin_rotateleft32(0,0)) rotl32 = 42; variable
Dbuiltin-rotate.c19 int rotl32(int x, unsigned int y) { in rotl32() function
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Drotl-2.ll4 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
5 ; CHECK-LABEL: rotl32:
/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-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h93 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/
Drotl-2.ll6 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/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h93 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/
Dblake2-impl.h118 static inline uint32_t rotl32( const uint32_t w, const unsigned c ) in rotl32() function
/external/llvm-project/lld/ELF/Arch/
DARM.cpp427 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/
Drotate.ll4 define i32 @rotl32(i32 %A, i8 %Amt) {
/external/llvm-project/llvm/test/CodeGen/X86/
Drotate.ll197 define i32 @rotl32(i32 %A, i8 %Amt) nounwind {
198 ; X86-LABEL: rotl32:
205 ; X64-LABEL: rotl32:
/external/llvm-project/llvm/lib/Target/CSKY/
DCSKYInstrFormats.td373 // ixd32, and32, andn32, or32, xor32, nor32, lsl32, lsr32, asr32, rotl32