Home
last modified time | relevance | path

Searched defs:Shift (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h38 PRINTCOMP(GetMacro,Shift) global() argument
43 PARSECOMP(SetMacro,Shift) global() argument
53 COMPPGM(name,aname,GetMacro,SetMacro,Shift) global() argument
H A DAMDGPUAsmUtils.h38 unsigned Shift; member
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; in multiply64() local
64 int Shift = 0; in divide32() local
86 int Shift = 0; in divide64() local
169 int Shift = 63 - (NewE - E); in toStringAPFloat() local
214 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) { in toString() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h136 unsigned Shift = 0; variable
170 unsigned Shift = 0; variable
[all...]
H A DScaledNumber.h88 int Shift = llvm::bit_width(Digits) - Width; variable
701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth()
834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft()
864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
H A Dbit.h160 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dcospi_3u1.c
H A Dsinpi_3u.c
H A Dsinpif_2u5.c
H A Dexpm1f_1u6.c
H A Dcospif_2u6.c
H A Derff_2u.c
H A Dexpm1_2u5.c
H A Dtanh_3u.c
H A Dtanhf_2u6.c
H A Derfcf_1u7.c
H A Derf_2u5.c
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 12, // <<, >> enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp490 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImmSimple() local
533 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { expandMOVImm() local
576 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { expandMOVImm() local
[all...]
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f_1u.c
H A Dv_expf_1u.c
/freebsd-src/contrib/arm-optimized-routines/math/
H A Dexp10.c17 #define Shift global() macro
H A Dexp2.c14 #define Shift global() macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp37 uint8_t Shift = 0; in varIntDecode() local

123456