Searched refs:RShift (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/openssl/test/recipes/10-test_bn_data/ |
| H A D | bnshift.txt | 2023 Title = RShift tests 2377 RShift = d9ce8dff4f2f39c216ea39a46108 2393 RShift = d9ce8dff4f2f39c216ea39a4610 2397 RShift = 6ce746ffa7979ce10b751cd2308 2401 RShift = 3673a37fd3cbce7085ba8e69184 2405 RShift = 1b39d1bfe9e5e73842dd47348c2 2409 RShift = d9ce8dff4f2f39c216ea39a461 2413 RShift = 6ce746ffa7979ce10b751cd230 2417 RShift = 3673a37fd3cbce7085ba8e6918 2421 RShift = 1b39d1bfe9e5e73842dd47348c [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRewritePartialRegUses.cpp | 116 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()
|