Searched refs:RShift (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/10-test_bn_data/ |
| H A D | bnshift.txt | 2021 # These test vectors satisfy A / 2^N = RShift, rounding towards zero. 2023 Title = RShift tests 2029 RShift = 6ce746ffa7979ce10b751cd2308402a95d00d596cd97b36380 2033 RShift = 3673a37fd3cbce7085ba8e6918420154ae806acb66cbd9b1c0 2037 RShift = 1b39d1bfe9e5e73842dd47348c2100aa57403565b365ecd8e0 2041 RShift = d9ce8dff4f2f39c216ea39a461080552ba01ab2d9b2f66c70 2045 RShift = 6ce746ffa7979ce10b751cd2308402a95d00d596cd97b3638 2049 RShift = 3673a37fd3cbce7085ba8e6918420154ae806acb66cbd9b1c 2053 RShift = 1b39d1bfe9e5e73842dd47348c2100aa57403565b365ecd8e 2057 RShift = d9ce8dff4f2f39c216ea39a461080552ba01ab2d9b2f66c7 [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRewritePartialRegUses.cpp | 83 getRegClassWithShiftedSubregs(const TargetRegisterClass *RC, unsigned RShift, 96 unsigned shiftSubReg(unsigned SubReg, unsigned RShift) const; 168 unsigned RShift) const { in shiftSubReg() 169 unsigned Offset = TRI->getSubRegIdxOffset(SubReg) - RShift; in shiftSubReg() 207 const TargetRegisterClass *RC, unsigned RShift, unsigned CoverSubregIdx, in getRegClassWithShiftedSubregs() argument 211 LLVM_DEBUG(dbgs() << " Shift " << RShift << ", reg align " << RCAlign in getRegClassWithShiftedSubregs() 233 NewSubReg = shiftSubReg(OldSubReg, RShift); in getRegClassWithShiftedSubregs() 276 return (MinRC != RC || RShift != 0) ? MinRC : nullptr; in getRegClassWithShiftedSubregs() 327 unsigned RShift = FirstMaxAlignedSubRegOffset - NewOffsetOfMaxAlignedSubReg; in getMinSizeReg() local 328 return getRegClassWithShiftedSubregs(RC, RShift, 0, SubRegs); in getMinSizeReg()
|