/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/ |
H A D | hipe_rtl_binary.erl | 146 WordBits = hipe_rtl_arch:word_size() * ?BYTE_SIZE, 150 hipe_rtl:mk_imm(1 bsl (WordBits - ?BYTE_SHIFT)), 192 WordBits = hipe_rtl_arch:word_size() * ?BYTE_SIZE, 193 set_high(min(X, WordBits), WordBits, 0). 197 set_high(X, WordBits, Y) -> 198 set_high(X-1, WordBits, Y+(1 bsl (WordBits-X))).
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/ |
H A D | hipe_rtl_binary.erl | 146 WordBits = hipe_rtl_arch:word_size() * ?BYTE_SIZE, 150 hipe_rtl:mk_imm(1 bsl (WordBits - ?BYTE_SHIFT)), 192 WordBits = hipe_rtl_arch:word_size() * ?BYTE_SIZE, 193 set_high(min(X, WordBits), WordBits, 0). 197 set_high(X, WordBits, Y) -> 198 set_high(X-1, WordBits, Y+(1 bsl (WordBits-X))).
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/ |
H A D | hipe_rtl_binary.erl | 146 WordBits = hipe_rtl_arch:word_size() * ?BYTE_SIZE, 150 hipe_rtl:mk_imm(1 bsl (WordBits - ?BYTE_SHIFT)), 192 WordBits = hipe_rtl_arch:word_size() * ?BYTE_SIZE, 193 set_high(min(X, WordBits), WordBits, 0). 197 set_high(X, WordBits, Y) -> 198 set_high(X-1, WordBits, Y+(1 bsl (WordBits-X))).
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/Utils/GenX/ |
H A D | TypeSize.h | 27 constexpr unsigned WordBits = 16; variable 61 SzType inWordsCeil() const { return asIntegralCeil<WordBits>(); } in inWordsCeil() 68 SzType inWords() const { return asIntegralStrict<WordBits>(); } in inWords()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/ |
H A D | GenX.h | 128 constexpr unsigned WordBits = vc::WordBits; variable 134 constexpr unsigned WordBytes = WordBits / ByteBits;
|
H A D | ConstantEncoder.h | 86 API.getBitWidth() == llvm::genx::WordBits, in encodeLeafConstImpl()
|
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/ |
H A D | anumber.cpp | 137 return (aPrecision * bitsPerBase + 2 * WordBits) / WordBits; in WordDigits() 715 int wordsShifted = aNrBits / WordBits; in BaseShiftRight() 718 int residue = aNrBits % WordBits; in BaseShiftRight() 725 int otherSideBits = WordBits - residue; in BaseShiftRight() 761 int wordsShifted = aNrBits / WordBits; in BaseShiftLeft() 764 int residue = aNrBits % WordBits; in BaseShiftLeft() 767 int otherSideBits = WordBits - residue; in BaseShiftLeft() 1150 int nrExt = (a.size() - a.iExp) * ((WordBits) / 3); in Significant() 1165 carry = dword >> WordBits; in RoundBits()
|
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/ |
H A D | anumber.h | 24 #define WordBits (8*sizeof(PlatWord)) macro 25 #define WordBase (((PlatDoubleWord)1)<<WordBits)
|
H A D | anumber.inl | 35 carry= word >> WordBits; 130 PlatWord newCarry = (PlatWord)(word >> WordBits); 139 carry = ww >> WordBits; 268 carry = word >> WordBits; 275 assert((word >> WordBits) == 0);
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/ |
H A D | BitField.h | 169 static constexpr vtkm::Id WordBits = WordSize * CHAR_BIT; in GetNumberOfWords() local 170 return (this->NumberOfBits + WordBits - 1) / WordBits; in GetNumberOfWords() 608 static constexpr vtkm::Id WordBits = static_cast<vtkm::Id>(sizeof(WordType) * CHAR_BIT); 609 return (this->GetNumberOfBits() + WordBits - 1) / WordBits;
|
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/ |
H A D | APInt.h | 149 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in clearUnusedBits() local 152 uint64_t mask = WORD_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/ |
H A D | APInt.h | 150 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; 153 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/ |
H A D | APInt.h | 145 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; 148 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/ |
H A D | APInt.h | 149 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in clearUnusedBits() local 152 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
|
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/ |
H A D | APInt.h | 149 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in clearUnusedBits() local 152 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/ |
H A D | APInt.h | 145 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; 148 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/ |
H A D | APInt.h | 150 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; 153 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/ |
H A D | APInt.h | 149 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in clearUnusedBits() local 152 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 145 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; 148 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 149 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in clearUnusedBits() local 152 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1847 unsigned WordBits = ((BitWidth - 1) % APINT_BITS_PER_WORD) + 1; 1850 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/ |
H A D | APInt.h | 145 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; 148 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/ |
H A D | APInt.h | 150 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; 153 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 149 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in clearUnusedBits() local 152 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/ |
H A D | APInt.h | 145 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in ~EditorDialogInsertTable() 148 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits); in ~EditorDialogInsertTable()
|