Searched defs:XY (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/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) argument
300 uint32_t *V, *XY; local
[all...]
/freebsd-13-stable/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) argument
315 uint32_t *V, *XY; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp455 Value *XY = Builder.CreateBinOp(Opcode, X, Y); local
555 Value *XY = Builder.CreateFMulFMF(X, Y, &I); local
584 Value *XY = Builder.CreateFAddFMF(X, Y, &I); local
594 Value *XY = Builder.CreateFAddFMF(X, Y, &I); local
H A DInstCombineAddSub.cpp1476 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) local
1514 Value *XY = Builder.CreateFMulFMF(X, Y, &I); local
1523 Value *XY = Builder.CreateFDivFMF(X, Y, &I); local
[all...]

Completed in 72 milliseconds