Searched defs:rotate (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/src/__support/CPP/ |
H A D | bit.h | 226 rotl(T value,int rotate) rotl() argument 238 rotr(T value,int rotate) rotr() argument [all...] |
/llvm-project/libcxx/include/__algorithm/ |
H A D | rotate.h | 190 rotate(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) { in rotate() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 161 inline uint64_t rotate(uint64_t val, size_t shift) { in rotate() function
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 537 rotate(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __middle, _ForwardIter… in rotate() function
|
/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 6141 unsigned rotate = (fieldFromInstruction(Insn, 20, 2) << 0); DecodeNEONComplexLane64Instruction() local
|