Home
last modified time | relevance | path

Searched refs:XY (Results 1 – 21 of 21) 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/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1836 Value *XY = Builder.CreateFSubFMF(X, Y, &I); in factorizeLerp() local
1837 Value *MulZ = Builder.CreateFMulFMF(Z, XY, &I); in factorizeLerp()
1874 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) in factorizeFAddFSub() local
1880 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub()
1883 return IsFMul ? BinaryOperator::CreateFMulFMF(XY, Z, &I) in factorizeFAddFSub()
1884 : BinaryOperator::CreateFDivFMF(XY, Z, &I); in factorizeFAddFSub()
1915 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFAdd() local
1916 return BinaryOperator::CreateFSubFMF(Z, XY, &I); in visitFAdd()
1924 Value *XY = Builder.CreateFDivFMF(X, Y, &I); in visitFAdd() local
1925 return BinaryOperator::CreateFSubFMF(Z, XY, &I); in visitFAdd()
H A DInstCombineMulDivRem.cpp595 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldFPSignBitOps() local
596 Value *Fabs = Builder.CreateUnaryIntrinsic(Intrinsic::fabs, XY); in foldFPSignBitOps()
755 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in foldFMulReassoc() local
756 Value *Sqrt = Builder.CreateUnaryIntrinsic(Intrinsic::sqrt, XY, &I); in foldFMulReassoc()
823 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in foldFMulReassoc() local
824 Value *Exp = Builder.CreateUnaryIntrinsic(Intrinsic::exp, XY, &I); in foldFMulReassoc()
831 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in foldFMulReassoc() local
832 Value *Exp2 = Builder.CreateUnaryIntrinsic(Intrinsic::exp2, XY, &I); in foldFMulReassoc()
H A DInstructionCombining.cpp2082 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local
2083 if (auto *BO = dyn_cast<BinaryOperator>(XY)) in foldVectorBinop()
2085 return new ShuffleVectorInst(XY, M); in foldVectorBinop()
H A DInstCombineCalls.cpp1659 auto *XY = NSW ? Builder.CreateNSWMul(X, Y) : Builder.CreateMul(X, Y); in visitCallInst() local
1660 return replaceOperand(*II, 0, XY); in visitCallInst()
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c65 XY *(* fn)(int a, char b); in f()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h619 T XY = SaturatingAdd(X, Y, &Overflowed); in SaturatingAdd() local
622 return SaturatingAdd(XY, Z, Args...); in SaturatingAdd()
/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/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/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.cpp16149 auto tryToFoldXYSubZ = [&](SDValue XY, SDValue Z) { in visitFSUBForFMACombine() argument
16150 if (isContractableFMUL(XY) && (Aggressive || XY->hasOneUse())) { in visitFSUBForFMACombine()
16151 return matcher.getNode(PreferredFusedOpcode, SL, VT, XY.getOperand(0), in visitFSUBForFMACombine()
16152 XY.getOperand(1), in visitFSUBForFMACombine()
/freebsd/contrib/file/magic/Magdir/
H A Dimages4153 >0x12 ubyte 7 \b, DXn XY
/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…