Home
last modified time | relevance | path

Searched refs:APINT_BITS_PER_WORD (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DAPInt.cpp540 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
556 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
566 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
580 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
590 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
817 if (width <= APINT_BITS_PER_WORD) in trunc()
839 if (Width <= APINT_BITS_PER_WORD) in sext()
863 if (width <= APINT_BITS_PER_WORD) in zext()
2305 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2323 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DAPInt.cpp538 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
554 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
564 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
578 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
588 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
815 if (width <= APINT_BITS_PER_WORD) in trunc()
837 if (Width <= APINT_BITS_PER_WORD) in sext()
861 if (width <= APINT_BITS_PER_WORD) in zext()
2294 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2312 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DAPInt.cpp536 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
552 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
562 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
576 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
586 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
821 if (width <= APINT_BITS_PER_WORD) in trunc()
843 if (Width <= APINT_BITS_PER_WORD) in sext()
867 if (width <= APINT_BITS_PER_WORD) in zext()
2268 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2286 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DAPInt.cpp504 if (n1 <= APINT_BITS_PER_WORD) in EqualSlowCase()
516 if (n <= APINT_BITS_PER_WORD) in EqualSlowCase()
540 if (n1 <= APINT_BITS_PER_WORD && n2 <= APINT_BITS_PER_WORD) in ult()
704 BitsInMSW = APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
715 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
741 Count += APINT_BITS_PER_WORD; in countLeadingOnes()
757 Count += APINT_BITS_PER_WORD; in countTrailingZeros()
767 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
938 if (width <= APINT_BITS_PER_WORD) in trunc()
960 if (width <= APINT_BITS_PER_WORD) { in sext()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DAPInt.cpp612 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
628 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
638 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
652 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
662 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
886 if (width <= APINT_BITS_PER_WORD) in trunc()
931 if (Width <= APINT_BITS_PER_WORD) in sext()
955 if (width <= APINT_BITS_PER_WORD) in zext()
2373 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2391 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPInt.cpp589 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
605 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
615 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
629 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
639 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
862 if (width <= APINT_BITS_PER_WORD) in trunc()
909 if (Width <= APINT_BITS_PER_WORD) in sext()
933 if (width <= APINT_BITS_PER_WORD) in zext()
2415 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2433 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DAPInt.cpp594 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
610 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
620 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
634 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
644 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
867 if (width <= APINT_BITS_PER_WORD) in trunc()
914 if (Width <= APINT_BITS_PER_WORD) in sext()
938 if (width <= APINT_BITS_PER_WORD) in zext()
2420 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2438 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DAPInt.cpp592 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
608 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
618 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
632 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
642 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
869 if (width <= APINT_BITS_PER_WORD) in trunc()
916 if (Width <= APINT_BITS_PER_WORD) in sext()
940 if (width <= APINT_BITS_PER_WORD) in zext()
2422 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2440 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp593 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
609 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
619 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
633 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
643 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
866 if (width <= APINT_BITS_PER_WORD) in trunc()
913 if (Width <= APINT_BITS_PER_WORD) in sext()
937 if (width <= APINT_BITS_PER_WORD) in zext()
2417 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2435 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPInt.cpp593 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
609 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
619 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
633 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
643 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
866 if (width <= APINT_BITS_PER_WORD) in trunc()
913 if (Width <= APINT_BITS_PER_WORD) in sext()
937 if (width <= APINT_BITS_PER_WORD) in zext()
2417 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2435 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp589 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
605 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
615 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
629 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
639 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
862 if (width <= APINT_BITS_PER_WORD) in trunc()
909 if (Width <= APINT_BITS_PER_WORD) in sext()
933 if (width <= APINT_BITS_PER_WORD) in zext()
2421 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2439 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DAPInt.cpp594 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
610 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
620 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
634 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
644 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
867 if (width <= APINT_BITS_PER_WORD) in trunc()
914 if (Width <= APINT_BITS_PER_WORD) in sext()
938 if (width <= APINT_BITS_PER_WORD) in zext()
2420 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2438 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp592 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
608 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
618 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
632 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
642 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
869 if (width <= APINT_BITS_PER_WORD) in trunc()
916 if (Width <= APINT_BITS_PER_WORD) in sext()
940 if (width <= APINT_BITS_PER_WORD) in zext()
2422 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2440 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPInt.cpp593 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
609 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
619 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
633 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
643 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
866 if (width <= APINT_BITS_PER_WORD) in trunc()
913 if (Width <= APINT_BITS_PER_WORD) in sext()
937 if (width <= APINT_BITS_PER_WORD) in zext()
2417 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2435 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp593 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
609 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
619 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
633 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
643 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
866 if (width <= APINT_BITS_PER_WORD) in trunc()
913 if (Width <= APINT_BITS_PER_WORD) in sext()
937 if (width <= APINT_BITS_PER_WORD) in zext()
2417 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2435 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DAPInt.cpp592 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
608 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
618 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
632 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
642 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
869 if (width <= APINT_BITS_PER_WORD) in trunc()
916 if (Width <= APINT_BITS_PER_WORD) in sext()
940 if (width <= APINT_BITS_PER_WORD) in zext()
2422 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2440 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp589 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
605 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
615 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
629 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
639 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
862 if (width <= APINT_BITS_PER_WORD) in trunc()
909 if (Width <= APINT_BITS_PER_WORD) in sext()
933 if (width <= APINT_BITS_PER_WORD) in zext()
2421 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2439 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp593 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
609 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
619 Count += APINT_BITS_PER_WORD; in countLeadingOnesSlowCase()
633 Count += APINT_BITS_PER_WORD; in countTrailingZerosSlowCase()
643 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
866 if (width <= APINT_BITS_PER_WORD) in trunc()
913 if (Width <= APINT_BITS_PER_WORD) in sext()
937 if (width <= APINT_BITS_PER_WORD) in zext()
2417 unsigned dstParts = (srcBits + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in tcExtract()
2435 if (srcBits % APINT_BITS_PER_WORD) in tcExtract()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp495 if (n <= APINT_BITS_PER_WORD) in EqualSlowCase()
519 if (n1 <= APINT_BITS_PER_WORD && n2 <= APINT_BITS_PER_WORD) in ult()
664 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
683 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
693 Count += APINT_BITS_PER_WORD; in countLeadingOnes()
709 Count += APINT_BITS_PER_WORD; in countTrailingZeros()
719 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
920 if (width <= APINT_BITS_PER_WORD) in trunc()
942 if (width <= APINT_BITS_PER_WORD) { in sext()
983 if (width <= APINT_BITS_PER_WORD) in zext()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DAPInt.cpp500 if (n1 <= APINT_BITS_PER_WORD) in EqualSlowCase()
512 if (n <= APINT_BITS_PER_WORD) in EqualSlowCase()
536 if (n1 <= APINT_BITS_PER_WORD && n2 <= APINT_BITS_PER_WORD) in ult()
776 BitsInMSW = APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
787 Count += APINT_BITS_PER_WORD; in countLeadingZerosSlowCase()
814 highWordBits = APINT_BITS_PER_WORD; in countLeadingOnes()
824 Count += APINT_BITS_PER_WORD; in countLeadingOnes()
840 Count += APINT_BITS_PER_WORD; in countTrailingZeros()
850 Count += APINT_BITS_PER_WORD; in countTrailingOnesSlowCase()
1153 bitsInWord = APINT_BITS_PER_WORD; in ashr()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DAPInt.h86 APINT_BITS_PER_WORD = enumerator
109 return bitPosition / APINT_BITS_PER_WORD; in whichWord()
117 return bitPosition % APINT_BITS_PER_WORD; in whichBit()
138 unsigned wordBits = BitWidth % APINT_BITS_PER_WORD; in clearUnusedBits()
521 if (numBits <= APINT_BITS_PER_WORD) in getHighBitsSet()
537 if (loBitsSet == APINT_BITS_PER_WORD) in getLowBitsSet()
540 if (loBitsSet <= APINT_BITS_PER_WORD) in getLowBitsSet()
1290 return ((uint64_t)BitWidth + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in getNumWords()
1342 return int64_t(VAL << (APINT_BITS_PER_WORD - BitWidth)) >> in getSExtValue()
1343 (APINT_BITS_PER_WORD - BitWidth); in getSExtValue()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DAPInt.h99 return BitWidth <= APINT_BITS_PER_WORD; in isSingleWord()
105 return bitPosition / APINT_BITS_PER_WORD; in whichWord()
112 return bitPosition % APINT_BITS_PER_WORD; in whichBit()
131 unsigned wordBits = BitWidth % APINT_BITS_PER_WORD; in clearUnusedBits()
465 if (numBits <= APINT_BITS_PER_WORD) in getHighBitsSet()
479 if (loBitsSet == APINT_BITS_PER_WORD) in getLowBitsSet()
482 if (numBits < APINT_BITS_PER_WORD) in getLowBitsSet()
1099 return (BitWidth + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in getNumWords()
1147 return int64_t(VAL << (APINT_BITS_PER_WORD - BitWidth)) >> in getSExtValue()
1148 (APINT_BITS_PER_WORD - BitWidth); in getSExtValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h90 APINT_BITS_PER_WORD = enumerator
113 return bitPosition / APINT_BITS_PER_WORD; in whichWord()
121 return bitPosition % APINT_BITS_PER_WORD; in whichBit()
142 unsigned wordBits = BitWidth % APINT_BITS_PER_WORD; in clearUnusedBits()
525 if (numBits <= APINT_BITS_PER_WORD) in getHighBitsSet()
541 if (loBitsSet == APINT_BITS_PER_WORD) in getLowBitsSet()
544 if (loBitsSet <= APINT_BITS_PER_WORD) in getLowBitsSet()
1271 return ((uint64_t)BitWidth + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in getNumWords()
1323 return int64_t(VAL << (APINT_BITS_PER_WORD - BitWidth)) >> in getSExtValue()
1324 (APINT_BITS_PER_WORD - BitWidth); in getSExtValue()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DAPInt.h84 APINT_BITS_PER_WORD = APINT_WORD_SIZE * CHAR_BIT enumerator
305 bool isSingleWord() const { return BitWidth <= APINT_BITS_PER_WORD; } in isSingleWord()
351 return U.VAL == WORDTYPE_MAX >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnes()
883 if (NewWidth <= APINT_BITS_PER_WORD) in concat()
1311 if (loBit < APINT_BITS_PER_WORD && hiBit <= APINT_BITS_PER_WORD) { in setBits()
1415 return ((uint64_t)BitWidth + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in getNumWords()
1486 unsigned unusedBits = APINT_BITS_PER_WORD - BitWidth; in countLeadingZeros()
1821 return bitPosition / APINT_BITS_PER_WORD;
1826 return bitPosition % APINT_BITS_PER_WORD;
1847 unsigned WordBits = ((BitWidth - 1) % APINT_BITS_PER_WORD) + 1;
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DAPInt.h78 APINT_BITS_PER_WORD = APINT_WORD_SIZE * CHAR_BIT enumerator
114 bool isSingleWord() const { return BitWidth <= APINT_BITS_PER_WORD; } in isSingleWord()
120 return bitPosition / APINT_BITS_PER_WORD; in whichWord()
128 return bitPosition % APINT_BITS_PER_WORD; in whichBit()
149 unsigned WordBits = ((BitWidth-1) % APINT_BITS_PER_WORD) + 1; in clearUnusedBits()
152 uint64_t mask = WORD_MAX >> (APINT_BITS_PER_WORD - WordBits); in clearUnusedBits()
397 return U.VAL == WORD_MAX >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnesValue()
498 return U.VAL == (WORD_MAX >> (APINT_BITS_PER_WORD - numBits)); in isMask()
1417 if (loBit < APINT_BITS_PER_WORD && hiBit <= APINT_BITS_PER_WORD) { in setBits()
1518 return ((uint64_t)BitWidth + APINT_BITS_PER_WORD - 1) / APINT_BITS_PER_WORD; in getNumWords()
[all …]

1234