Home
last modified time | relevance | path

Searched refs:Y1 (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl105 my $Y1="%ymm12";
277 $TEMP0=$Y1;
423 $TEMP3 = $Y1;
465 vmovd %eax, $Y1
469 vpbroadcastq $Y1, $Y1
494 vpmuludq 32*1-128($np), $Y1, $TEMP0
499 vpmuludq 32*2-128($np), $Y1, $TEMP1
503 vpmuludq 32*3-128($np), $Y1, $TEMP2
511 vpmuludq 32*4-128($np), $Y1, $TEMP0
515 vpmuludq 32*5-128($np), $Y1, $TEMP1
[all …]
/freebsd/crypto/libecc/src/sig/
H A Decdsa_common.c873 prj_pt_t Y1, Y2; in __ecdsa_public_key_from_sig() local
896 Y1 = &(out_pub1->y); in __ecdsa_public_key_from_sig()
977 ret = prj_pt_init_from_coords(Y1, &(params->ec_curve), &(uG.Z), &(uG.X), &(Y2->Z)); EG(ret, err); in __ecdsa_public_key_from_sig()
979 ret = prj_pt_init_from_coords(Y2, &(params->ec_curve), &(uG.Z), &(uG.Y), &(Y1->Z)); EG(ret, err); in __ecdsa_public_key_from_sig()
995 ret = prj_pt_mul(Y1, &v, Y1); EG(ret, err); in __ecdsa_public_key_from_sig()
996 ret = prj_pt_add(Y1, Y1, &uG); EG(ret, err); in __ecdsa_public_key_from_sig()
1023 PTR_NULLIFY(Y1); in __ecdsa_public_key_from_sig()
/freebsd/contrib/bc/tests/bc/
H A Dletters.txt48 Y1
/freebsd/contrib/bearssl/T0/
H A Dkern.t0114 \ E1, which should yield a single value Y1; at that point, the X value is
115 \ still on the stack, just below Y1, and must remain untouched. The 'of'
116 \ word compares X with Y1; if they are equal, C1 is executed, and then
120 \ If X and Y1 are not equal, flow proceeds to E2, to obtain a value Y2 to
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp736 TargetInstrInfo::RegSubRegPair X1, Y1; in matchSwap() local
738 Y1 = getSubRegForIndex(Y, Ysub, I); in matchSwap()
743 .addDef(Y1.Reg, 0, Y1.SubReg) in matchSwap()
744 .addReg(Y1.Reg, 0, Y1.SubReg) in matchSwap()
/freebsd/crypto/libecc/src/curves/
H A Dprj_pt.c305 fp X1, X2, Y1, Y2; in prj_pt_cmp() local
307 X1.magic = X2.magic = Y1.magic = Y2.magic = WORD(0); in prj_pt_cmp()
317 ret = fp_init(&Y1, (in1->Y).ctx); EG(ret, err); in prj_pt_cmp()
327 ret = fp_mul_monty(&Y1, &(in1->Y), &(in2->Z)); EG(ret, err); in prj_pt_cmp()
332 ret = fp_mul_monty(&Y1, &(in1->Y), &(in2->Z)); EG(ret, err); in prj_pt_cmp()
335 ret = fp_cmp(&Y1, &Y2, &y_cmp); in prj_pt_cmp()
343 fp_uninit(&Y1); in prj_pt_cmp()
385 fp Y1, Y2; in _prj_pt_eq_or_opp_Y() local
386 Y1.magic = Y2.magic = WORD(0); in _prj_pt_eq_or_opp_Y()
393 ret = fp_init(&Y1, (in1->Y).ctx); EG(ret, err); in _prj_pt_eq_or_opp_Y()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c94 __m128i Y1 = X1 = _mm_xor_si128(X1, (in)[1]); \
101 (out)[1] = X1 = _mm_add_epi32(X1, Y1); \
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-iot2050-arduino-connector.dtsi280 /* (Y1) MCU_SPI0_CLK */
287 /* (Y1) WKUP_GPIO0_48 */
294 /* (Y1) WKUP_GPIO0_48 */
301 /* (Y1) WKUP_GPIO0_48 */
H A Dk3-am642-phyboard-electra-rdk.dts214 AM64X_IOPAD(0x0160, PIN_INPUT, 2) /* (Y1) PRG0_PRU0_GPO0.PRG0_RGMII1_RD0 */
H A Dk3-am62x-sk-common.dtsi189 AM62X_IOPAD(0x218, PIN_INPUT, 0) /* (AB1/Y1) MMC0_CLK */
H A Dk3-am65-iot2050-common.dtsi273 /* (Y1) MCU_SPI0_CLK */
H A Dk3-j721e-common-proc-board.dts207 J721E_IOPAD(0x1dc, PIN_INPUT, 3) /* (Y1) SPI1_CLK.UART2_RXD */
H A Dk3-j721e-beagleboneai64.dts407 J721E_IOPAD(0x1dc, PIN_INPUT_PULLUP, 2) /* (Y1) SPI1_CLK.I2C4_SDA */
H A Dk3-am642-tqma64xxl-mbax4xxl.dts649 /* (Y1) PRG0_PRU0_GPO0.GPIO1_0 */
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.txt12 The driver provides clock sources for each output Y1 through Y5.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1055 VPValue *X, *Y, *X1, *Y1; in simplifyRecipe() local
1058 m_LogicalAnd(m_VPValue(X1), m_Not(m_VPValue(Y1))))) && in simplifyRecipe()
1059 X == X1 && Y == Y1) { in simplifyRecipe()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp796 Value *Y1 = Builder.CreateFAddFMF(Y, ConstantFP::get(I.getType(), 1.0), &I); in foldFMulReassoc() local
797 Value *Pow = Builder.CreateBinaryIntrinsic(Intrinsic::pow, X, Y1, &I); in foldFMulReassoc()
1989 Value *Y1 = in visitFDiv() local
1991 Value *Pow = Builder.CreateBinaryIntrinsic(Intrinsic::pow, Op1, Y1, &I); in visitFDiv()
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dopp.txt172 opp-supported-hw = <X1 Y1 Z1>, <X2 Y2 Z2>, <X3 Y3 Z3>.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6414 Value *Y1 = M1->getOperand(1); in foldMinimumMaximumSharedOp() local
6422 if ((X0 == X1 && Y0 == Y1) || (X0 == Y1 && Y0 == X1)) in foldMinimumMaximumSharedOp()
/freebsd/share/misc/
H A Dusb_hid_usages1199 0x8C Blit Rectangle Y1
H A Dusb_vendors19431 7203 Ethernet adapter [U2L 100P-Y1]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5859 SDValue Y1 = N1.getOperand(1); in hoistLogicOpWithSameOpcodeHands() local
5862 SDValue Logic1 = DAG.getNode(LogicOpcode, DL, VT, X1, Y1); in hoistLogicOpWithSameOpcodeHands()
18636 int Y1 = (AM == ISD::PRE_DEC && Swapped) ? -1 : 1; in CombineToPreIndexedLoadStore() local
18638 unsigned Opcode = (Y0 * Y1 < 0) ? ISD::SUB : ISD::ADD; in CombineToPreIndexedLoadStore()
18642 if (X1 * Y0 * Y1 < 0) CNV = CNV + Offset1; in CombineToPreIndexedLoadStore()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt10088 MH4wEAYHKoZIzj0CAQYFK4EEACUDagAEALdPUlIBGfwIU2zqWEIg3psGJAHmT/Y1
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src21285 kf10=^Y0, kf11=^Y1, kf12=^Y/, kf13=^Y{1, kf14=^Y{2,