Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DSIDefinesUtils.h28 unsigned Shift = 0; in getShiftMask() local
45 uint32_t Shift, MCContext &Ctx) { in maskShiftSet()
64 uint32_t Shift, MCContext &Ctx) { in maskShiftGet()
H A DAMDKernelCodeTInfo.h52 #define PRINTCOMP(GetMacro, Shift) \ argument
60 #define PARSECOMP(SetMacro, Shift) \ argument
72 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCKernelDescriptor.cpp83 uint32_t Shift, uint32_t Mask, in bits_set()
92 const MCExpr *MCKernelDescriptor::bits_get(const MCExpr *Src, uint32_t Shift, in bits_get()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h136 unsigned Shift = 0; variable
170 unsigned Shift = 0; variable
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/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
H A Dbit.h124 T Shift = std::numeric_limits<T>::digits >> 1; count() local
[all...]
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dcospi_3u5.c25 #define Shift 0x1.8p+52 macro
H A Dsinpi_3u5.c27 #define Shift 0x1.8p+52 macro
H A Dsinpif_2u5.c21 #define Shift 0x1.0p+23f macro
H A Dcospif_2u6.c21 #define Shift 0x1.0p+23f macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexpm1f_1u6.c13 #define Shift (0x1.8p23f) macro
H A Derff_2u.c13 #define Shift 0x1p16f macro
H A Dexpm1_2u5.c16 #define Shift 0x1.8p52 macro
H A Dtanh_3u.c16 #define Shift 0x1.8p52 macro
H A Dtanhf_2u6.c16 #define Shift (0x1.8p23f) macro
H A Derfcf_1u7.c12 #define Shift 0x1p17f macro
H A Derf_2u5.c13 #define Shift 0x1p45 macro
H A Dexp_inline.h20 #define Shift __exp_data.shift macro
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFExtras.h31 const int Shift = llvm::countr_zero(OffsetMask); in encodeCrel() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 12, // <<, >> enumerator
/freebsd/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
541 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
584 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2.c16 #define Shift __exp_data.exp2_shift macro
H A Dexp10.c19 #define Shift __exp_data.shift macro

123456