Home
last modified time | relevance | path

Searched refs:RShift (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnshift.txt2021 # 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 DGCNRewritePartialRegUses.cpp116 getRegClassWithShiftedSubregs(const TargetRegisterClass *RC, unsigned RShift,
132 unsigned shiftSubReg(unsigned SubReg, unsigned RShift) const;
181 unsigned RShift) const { in shiftSubReg()
182 unsigned Offset = TRI->getSubRegIdxOffset(SubReg) - RShift; in shiftSubReg()
220 const TargetRegisterClass *RC, unsigned RShift, unsigned RegNumBits, in getRegClassWithShiftedSubregs() argument
224 LLVM_DEBUG(dbgs() << " Shift " << RShift << ", reg align " << RCAlign in getRegClassWithShiftedSubregs()
243 NewSubReg = shiftSubReg(OldSubReg, RShift); in getRegClassWithShiftedSubregs()
290 return (MinRC != RC || RShift != 0) ? MinRC : nullptr; in getRegClassWithShiftedSubregs()
342 unsigned RShift = FirstMaxAlignedSubRegOffset - NewOffsetOfMaxAlignedSubReg; in getMinSizeReg() local
343 return getRegClassWithShiftedSubregs(RC, RShift, End - RShift, 0, SubRegs); in getMinSizeReg()