Home
last modified time | relevance | path

Searched refs:BitShift (Results 51 – 75 of 164) sorted by relevance

1234567

/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/logical/
H A Ddefs.cc218 BitShift,
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DBPG.pm44 BitShift => 0,
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DBPG.pm44 BitShift => 0,
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dfpreadpng.pp42 BitShift : byte; // shift right to do of the bits extracted with BitsUsed for 1 element
486 result := cd shr ((CountBitsUsed-UsingBitGroup-1) * BitShift);
767 BitShift := 1;
772 BitShift := 2;
777 BitShift := 4;
782 BitShift := 0;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dfpreadpng.pp42 BitShift : byte; // shift right to do of the bits extracted with BitsUsed for 1 element
486 result := cd shr ((CountBitsUsed-UsingBitGroup-1) * BitShift);
767 BitShift := 1;
772 BitShift := 2;
777 BitShift := 4;
782 BitShift := 0;
/dports/misc/py-onnx/onnx-1.10.2/onnx/backend/test/case/node/
H A Dbitshift.py15 class BitShift(Base): class
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dgfx.h100 uint32_t BitShift; member
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp2689 unsigned BitShift = in collectBitParts() local
2692 if (BitShift > BitWidth) in collectBitParts()
2704 P.erase(std::prev(P.end(), BitShift), P.end()); in collectBitParts()
2705 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2707 P.erase(P.begin(), std::next(P.begin(), BitShift)); in collectBitParts()
2708 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp2656 unsigned BitShift =
2659 if (BitShift > BitWidth)
2671 P.erase(std::prev(P.end(), BitShift), P.end());
2672 P.insert(P.begin(), BitShift, BitPart::Unset);
2674 P.erase(P.begin(), std::next(P.begin(), BitShift));
2675 P.insert(P.end(), BitShift, BitPart::Unset);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp2543 unsigned BitShift = in collectBitParts() local
2546 if (BitShift > BitWidth) in collectBitParts()
2558 P.erase(std::prev(P.end(), BitShift), P.end()); in collectBitParts()
2559 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2561 P.erase(P.begin(), std::next(P.begin(), BitShift)); in collectBitParts()
2562 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp2946 const APInt &BitShift = *C; in collectBitParts() local
2949 if (BitShift.uge(BitWidth)) in collectBitParts()
2953 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
2965 P.erase(std::prev(P.end(), BitShift.getZExtValue()), P.end()); in collectBitParts()
2966 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2968 P.erase(P.begin(), std::next(P.begin(), BitShift.getZExtValue())); in collectBitParts()
2969 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp2946 const APInt &BitShift = *C; in collectBitParts() local
2949 if (BitShift.uge(BitWidth)) in collectBitParts()
2953 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
2965 P.erase(std::prev(P.end(), BitShift.getZExtValue()), P.end()); in collectBitParts()
2966 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2968 P.erase(P.begin(), std::next(P.begin(), BitShift.getZExtValue())); in collectBitParts()
2969 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2946 const APInt &BitShift = *C; in collectBitParts() local
2949 if (BitShift.uge(BitWidth)) in collectBitParts()
2953 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
2965 P.erase(std::prev(P.end(), BitShift.getZExtValue()), P.end()); in collectBitParts()
2966 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2968 P.erase(P.begin(), std::next(P.begin(), BitShift.getZExtValue())); in collectBitParts()
2969 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DLocal.cpp2937 const APInt &BitShift = *C; in collectBitParts() local
2940 if (BitShift.uge(BitWidth)) in collectBitParts()
2944 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
2956 P.erase(std::prev(P.end(), BitShift.getZExtValue()), P.end()); in collectBitParts()
2957 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2959 P.erase(P.begin(), std::next(P.begin(), BitShift.getZExtValue())); in collectBitParts()
2960 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp2946 const APInt &BitShift = *C; in collectBitParts() local
2949 if (BitShift.uge(BitWidth)) in collectBitParts()
2953 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
2965 P.erase(std::prev(P.end(), BitShift.getZExtValue()), P.end()); in collectBitParts()
2966 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2968 P.erase(P.begin(), std::next(P.begin(), BitShift.getZExtValue())); in collectBitParts()
2969 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLocal.cpp2946 const APInt &BitShift = *C; in collectBitParts() local
2949 if (BitShift.uge(BitWidth)) in collectBitParts()
2953 if (!MatchBitReversals && (BitShift.getZExtValue() % 8) != 0) in collectBitParts()
2965 P.erase(std::prev(P.end(), BitShift.getZExtValue()), P.end()); in collectBitParts()
2966 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2968 P.erase(P.begin(), std::next(P.begin(), BitShift.getZExtValue())); in collectBitParts()
2969 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/deinterlace/
H A Dspeedy.c265 static unsigned long BitShift = 6; variable
278 tmp1 >>= BitShift; in diff_factor_packed422_scanline_c()
318 movd_m2r( BitShift, mm7 ); in diff_factor_packed422_scanline_mmx()
360 movd_m2r( BitShift, xmm7 ); in diff_factor_packed422_scanline_sse2_aligned()
401 movd_m2r( BitShift, xmm7 ); in diff_factor_packed422_scanline_sse2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2885 const APInt &BitShift = *C; in collectBitParts() local
2888 if (BitShift.uge(BitWidth)) in collectBitParts()
2900 P.erase(std::prev(P.end(), BitShift.getZExtValue()), P.end()); in collectBitParts()
2901 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2903 P.erase(P.begin(), std::next(P.begin(), BitShift.getZExtValue())); in collectBitParts()
2904 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DLocal.cpp2783 unsigned BitShift = in collectBitParts() local
2786 if (BitShift > BitWidth) in collectBitParts()
2798 P.erase(std::prev(P.end(), BitShift), P.end()); in collectBitParts()
2799 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2801 P.erase(P.begin(), std::next(P.begin(), BitShift)); in collectBitParts()
2802 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp2741 unsigned BitShift = in collectBitParts() local
2744 if (BitShift > BitWidth) in collectBitParts()
2756 P.erase(std::prev(P.end(), BitShift), P.end()); in collectBitParts()
2757 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2759 P.erase(P.begin(), std::next(P.begin(), BitShift)); in collectBitParts()
2760 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DLocal.cpp2773 unsigned BitShift = in collectBitParts() local
2776 if (BitShift > BitWidth) in collectBitParts()
2788 P.erase(std::prev(P.end(), BitShift), P.end()); in collectBitParts()
2789 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2791 P.erase(P.begin(), std::next(P.begin(), BitShift)); in collectBitParts()
2792 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp2741 unsigned BitShift = in collectBitParts() local
2744 if (BitShift > BitWidth) in collectBitParts()
2756 P.erase(std::prev(P.end(), BitShift), P.end()); in collectBitParts()
2757 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2759 P.erase(P.begin(), std::next(P.begin(), BitShift)); in collectBitParts()
2760 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2741 unsigned BitShift = in collectBitParts() local
2744 if (BitShift > BitWidth) in collectBitParts()
2756 P.erase(std::prev(P.end(), BitShift), P.end()); in collectBitParts()
2757 P.insert(P.begin(), BitShift, BitPart::Unset); in collectBitParts()
2759 P.erase(P.begin(), std::next(P.begin(), BitShift)); in collectBitParts()
2760 P.insert(P.end(), BitShift, BitPart::Unset); in collectBitParts()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3465 SDValue BitShift = DAG.getNode(ISD::SHL, DL, PtrVT, Addr,
3467 BitShift = DAG.getNode(ISD::TRUNCATE, DL, WideVT, BitShift);
3496 SDValue ResultShift = DAG.getNode(ISD::ADD, DL, WideVT, BitShift,
3581 SDValue BitShift = DAG.getNode(ISD::SHL, DL, PtrVT, Addr,
3583 BitShift = DAG.getNode(ISD::TRUNCATE, DL, WideVT, BitShift);
6459 unsigned BitShift = (IsSubWord ? MI.getOperand(4).getReg() : 0);
6512 .addReg(OldVal).addReg(BitShift).addImm(0);
6577 unsigned BitShift = (IsSubWord ? MI.getOperand(4).getReg() : 0);
6629 .addReg(OldVal).addReg(BitShift).addImm(0);
6692 unsigned BitShift = MI.getOperand(5).getReg();
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3462 SDValue BitShift = DAG.getNode(ISD::SHL, DL, PtrVT, Addr, in lowerATOMIC_LOAD_OP() local
3464 BitShift = DAG.getNode(ISD::TRUNCATE, DL, WideVT, BitShift); in lowerATOMIC_LOAD_OP()
3493 SDValue ResultShift = DAG.getNode(ISD::ADD, DL, WideVT, BitShift, in lowerATOMIC_LOAD_OP()
3578 SDValue BitShift = DAG.getNode(ISD::SHL, DL, PtrVT, Addr, in lowerATOMIC_CMP_SWAP() local
3580 BitShift = DAG.getNode(ISD::TRUNCATE, DL, WideVT, BitShift); in lowerATOMIC_CMP_SWAP()
6301 unsigned BitShift = (IsSubWord ? MI.getOperand(4).getReg() : 0); in emitAtomicLoadBinary() local
6354 .addReg(OldVal).addReg(BitShift).addImm(0); in emitAtomicLoadBinary()
6419 unsigned BitShift = (IsSubWord ? MI.getOperand(4).getReg() : 0); in emitAtomicLoadMinMax() local
6471 .addReg(OldVal).addReg(BitShift).addImm(0); in emitAtomicLoadMinMax()
6534 unsigned BitShift = MI.getOperand(5).getReg(); in emitAtomicCmpSwapW() local
[all …]

1234567