Home
last modified time | relevance | path

Searched refs:XY (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c228 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY) in smix() argument
230 uint32_t *X = XY; in smix()
231 uint32_t *Y = &XY[32 * r]; in smix()
232 uint32_t *Z = &XY[64 * r]; in smix()
300 uint32_t *V, *XY; in escrypt_kdf_nosse() local
360 XY = (uint32_t *) ((uint8_t *) V + V_size); in escrypt_kdf_nosse()
368 smix(&B[(size_t) 128 * i * r], r, N, V, XY); in escrypt_kdf_nosse()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY) in smix() argument
267 X = (__m128i *) XY; in smix()
270 X32 = (uint32_t *) XY; in smix()
271 Y = (__m128i *) ((uintptr_t)(XY) + s); in smix()
315 uint32_t *V, *XY; in escrypt_kdf_sse() local
383 XY = (uint32_t *) ((uint8_t *) V + V_size); in escrypt_kdf_sse()
391 smix(&B[(size_t) 128 * i * r], r, (uint32_t) N, V, XY); in escrypt_kdf_sse()
/freebsd/contrib/bmake/unit-tests/
H A Dvar-scope-local-legacy.mk26 : XY=${XY:Uundef}_
H A Ddollar.mk15 DOLLAR_XY= $$XY
70 $T 'C,[$$$$XY],<&>,g' ''${DOLLAR_AXY:C,[$$XY],<&>,g:Q}
/freebsd/crypto/openssl/test/certs/
H A Dbadalt6-cert.pem7 XY/FcnQStR4XHtHcNRyvq1perl0fezeCY85KkddGppic5qIWQDL4ViP3HfvhMlDZ
H A Dbadalt6-key.pem3 XY/FcnQStR4XHtHcNRyvq1perl0fezeCY85KkddGppic5qIWQDL4ViP3HfvhMlDZ
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.td51 // sm_XY{f} > sm_{XY}{}
65 // sm_XY{a} > sm_XY{f} > sm_{XY}{}
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1937 Value *XY = Builder.CreateFSubFMF(X, Y, &I); in factorizeLerp() local
1938 Value *MulZ = Builder.CreateFMulFMF(Z, XY, &I); in factorizeLerp()
1975 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) in factorizeFAddFSub() local
1981 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub()
1984 return IsFMul ? BinaryOperator::CreateFMulFMF(XY, Z, &I) in factorizeFAddFSub()
1985 : BinaryOperator::CreateFDivFMF(XY, Z, &I); in factorizeFAddFSub()
2016 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFAdd() local
2017 return BinaryOperator::CreateFSubFMF(Z, XY, &I); in visitFAdd()
2025 Value *XY = Builder.CreateFDivFMF(X, Y, &I); in visitFAdd() local
2026 return BinaryOperator::CreateFSubFMF(Z, XY, &I); in visitFAdd()
H A DInstCombineMulDivRem.cpp608 Value *XY = Builder.CreateBinOpFMF(Opcode, X, Y, &I); in foldFPSignBitOps() local
610 Builder.CreateUnaryIntrinsic(Intrinsic::fabs, XY, &I, I.getName()); in foldFPSignBitOps()
852 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in foldFMulReassoc() local
853 Value *Sqrt = Builder.CreateUnaryIntrinsic(Intrinsic::sqrt, XY, &I); in foldFMulReassoc()
920 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in foldFMulReassoc() local
921 Value *Exp = Builder.CreateUnaryIntrinsic(Intrinsic::exp, XY, &I); in foldFMulReassoc()
928 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in foldFMulReassoc() local
929 Value *Exp2 = Builder.CreateUnaryIntrinsic(Intrinsic::exp2, XY, &I); in foldFMulReassoc()
H A DInstructionCombining.cpp2380 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local
2381 if (auto *BO = dyn_cast<BinaryOperator>(XY)) in foldVectorBinop()
2383 return new ShuffleVectorInst(XY, M); in foldVectorBinop()
H A DInstCombineCalls.cpp1847 auto *XY = NSW ? Builder.CreateNSWMul(X, Y) : Builder.CreateMul(X, Y); in visitCallInst() local
1848 return replaceOperand(*II, 0, XY); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedKryo.td50 def KryoUnitXY : ProcResGroup<[KryoUnitXA, // Type XY micro-ops
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h636 T XY = SaturatingAdd(X, Y, &Overflowed); in SaturatingAdd() local
639 return SaturatingAdd(XY, Z, Args...); in SaturatingAdd()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DCaymanInstructions.td152 : VTX_READ_cm <"VTX_READ_64 $dst_gpr.XY, $src_gpr",
H A DEvergreenInstructions.td153 "STORE_RAW $rw_gpr.XY, $index_gpr, $eop",
229 : VTX_READ_eg <"VTX_READ_64 $dst_gpr.XY, $src_gpr",
/freebsd/contrib/sqlite3/autosetup/
H A Dsqlite-config.tcl441 foreach {group XY} [subst -nobackslashes -nocommands $allFlags] {
442 foreach {X Y} $XY {
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3454.txt947 combining mark Y has a lower combining class than X then XY will
959 stored string. However, no string can be stored with XY, so a
960 query with XY will get a negative answer to the test for matching.
H A DUnicodeData.txt10528 A46D;YI SYLLABLE XY;Lo;0;L;;;;;N;;;;;
/freebsd/contrib/sendmail/
H A DPGPKEYS586 FBHuROCgIeEqQ9EHNJ9zDqC4nEF/uqWdekdRaKMygkdFI+XY/YC/f5iMSEZgyaQR
4036 q+1XY+V030LgjiE8qqK0HkVyaWMgQWxsbWFuIDxlcmljQGFsbG1hbi5uYW1lPohG
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17153 auto tryToFoldXYSubZ = [&](SDValue XY, SDValue Z) { in visitFSUBForFMACombine() argument
17154 if (isContractableFMUL(XY) && (Aggressive || XY->hasOneUse())) { in visitFSUBForFMACombine()
17155 return matcher.getNode(PreferredFusedOpcode, SL, VT, XY.getOperand(0), in visitFSUBForFMACombine()
17156 XY.getOperand(1), in visitFSUBForFMACombine()
/freebsd/contrib/file/magic/Magdir/
H A Dimages4153 >0x12 ubyte 7 \b, DXn XY
/freebsd/crypto/krb5/src/lib/krb5/unicode/
H A DUnicodeData.txt10079 A46D;YI SYLLABLE XY;Lo;0;L;;;;;N;;;;;
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in11925 …use of the list processing procedures used, only a single pass through the XY display file is requ…