Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h112 shift_left(__m128i v, size_t amount) in shift_left() function
202 v0 = shift_left(v0, 8 - size); in crc32_arch_optimized()
226 v0 = shift_left(v0, padding); in crc32_arch_optimized()
297 v0 = shift_left(v0, 16 - size); in crc32_arch_optimized()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshift_left.h29 shift_left(_ForwardIterator __first, in shift_left()
27 shift_left(_ForwardIterator __first, _ForwardIterator __last, shift_left() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h124 LIBC_INLINE constexpr DyadicFloat &shift_left(unsigned shift_length) { in shift_left() function
581 result.shift_left(1); in quick_mul()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc357 using std::shift_left;
360 // using std::ranges::shift_left;
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c5155 common_shift32(struct x86emu *emu, int shift_left, int use_cl) in common_shift32() argument
5168 if (shift_left) in common_shift32()
5176 common_shift16(struct x86emu *emu, int shift_left, int use_cl) in common_shift16() argument
5189 if (shift_left) in common_shift16()
5197 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift() argument
5200 common_shift32(emu, shift_left, use_cl); in common_shift()
5202 common_shift16(emu, shift_left, use_cl); in common_shift()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap.in836 module shift_left { header "__algorithm/shift_left.h" }
H A Dalgorithm1484 shift_left(ForwardIterator first, ForwardIterator last,
2029 # include <__algorithm/shift_left.h>
/freebsd/lib/libc++/
H A Dmodule.modulemap836 module shift_left { header "__algorithm/shift_left.h" }
H A Dlibcxx.imp190 { include: [ "<__algorithm/shift_left.h>", "private", "<algorithm>", "public" ] },
H A DMakefile472 ALG_HEADERS+= shift_left.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap998 …lgorithm_shift_left [system] { header "__algorithm/shift_left.h" }
H A Dalgorithm1468 shift_left(ForwardIterator first, ForwardIterator last,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2673 SYMBOL(shift_left, std::, <algorithm>)
3817 SYMBOL(shift_left, std::ranges::, <algorithm>)
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2989 shift_left: in handleIntIntBinOp()
3029 goto shift_left; in handleIntIntBinOp()