Home
last modified time | relevance | path

Searched refs:Z1 (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3,
83 || ZERO $Z1:$Z0
102 || LDDW *${xip}[1],$Z1:$Z0
114 || [B0] XOR $H1x,$Z1,$Z1
118 || [B0] SHRU $Z1,24,$xia ; Xi[15], avoid cross-path stall
119 STDW $Z1:$Z0,*${xip}[1]
120 || [B0] SHRU $Z1,16,$x0 ; Xi[14]
121 || [B0] ZERO $Z1:$Z0
126 STDW $Z1:$Z0,*${xip}[1]
128 || [B0] ZERO $Z1:$Z0
[all …]
H A Daesni-gcm-x86_64.pl83 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
120 vpclmulqdq \$0x10,$Hkey,$Z3,$Z1
139 vpxor $Z1,$Z2,$Z2
140 vpclmulqdq \$0x00,$Hkey,$Ii,$Z1
143 vpxor $Z1,$T1,$Z0
163 vmovdqu 0x30-0x20($Xip),$Z1 # borrow $Z1 for $Hkey^3
168 vpclmulqdq \$0x00,$Z1,$Ii,$T1
171 vpclmulqdq \$0x10,$Z1,$Ii,$T2
174 vpclmulqdq \$0x01,$Z1,$Ii,$Hkey
176 vpclmulqdq \$0x11,$Z1,$Ii,$Z1
[all …]
/freebsd/crypto/openssl/test/
H A Ddhtest.c582 unsigned char *Z1 = NULL; in rfc5114_test() local
613 if (!TEST_ptr(Z1 = OPENSSL_malloc((size_t)szA)) in rfc5114_test()
621 if (!TEST_int_ne(DH_compute_key(Z1, pub_key_tmp, dhA), -1)) in rfc5114_test()
628 if (!TEST_mem_eq(Z1, td->Z_len, td->Z, td->Z_len) in rfc5114_test()
636 OPENSSL_free(Z1); in rfc5114_test()
637 Z1 = NULL; in rfc5114_test()
648 OPENSSL_free(Z1); in rfc5114_test()
656 OPENSSL_free(Z1); in rfc5114_test()
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8974-sony-xperia-rhine-honami.dts5 model = "Sony Xperia Z1";
H A Dqcom-msm8974-sony-xperia-rhine-amami.dts5 model = "Sony Xperia Z1 Compact";
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp38 static const MCPhysReg ZRegList[] = {AArch64::Z0, AArch64::Z1, AArch64::Z2,
H A DAArch64SVEInstrInfo.td1983 def : Pat<(nxv16i8 (vector_splice nxv16i8:$Z1, nxv16i8:$Z2, (i64 -1))),
1985 (LASTB_VPZ_B (PTRUE_B 31), ZPR:$Z1), bsub))>;
1986 def : Pat<(nxv8i16 (vector_splice nxv8i16:$Z1, nxv8i16:$Z2, (i64 -1))),
1988 (LASTB_VPZ_H (PTRUE_H 31), ZPR:$Z1), hsub))>;
1989 def : Pat<(nxv4i32 (vector_splice nxv4i32:$Z1, nxv4i32:$Z2, (i64 -1))),
1991 (LASTB_VPZ_S (PTRUE_S 31), ZPR:$Z1), ssub))>;
1992 def : Pat<(nxv2i64 (vector_splice nxv2i64:$Z1, nxv2i64:$Z2, (i64 -1))),
1994 (LASTB_VPZ_D (PTRUE_D 31), ZPR:$Z1), dsub))>;
1998 def : Pat<(VT (vector_splice VT:$Z1, VT:$Z2, (i64 (sve_ext_imm_0_255 i32:$index)))),
1999 (EXT_ZZI ZPR:$Z1, ZPR:$Z2, imm0_255:$index)>;
[all …]
H A DAArch64CallingConvention.td79 CCAssignToReg<[Z0, Z1, Z2, Z3, Z4, Z5, Z6, Z7]>>,
158 CCAssignToReg<[Z0, Z1, Z2, Z3, Z4, Z5, Z6, Z7]>>,
H A DAArch64RegisterInfo.td859 def Z1 : AArch64Reg<1, "z1", [Q1]>, DwarfRegNum<[97]>;
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl3603 lea $S2(%rsp), $r_ptr # S2 = Y2*Z1^3
3622 lea $U2(%rsp), $r_ptr # U2 = X2*Z1^2
3658 lea $res_z(%rsp), $r_ptr # Z3 = H*Z1*Z2
3666 lea $res_z(%rsp), $r_ptr # Z3 = H*Z1*Z2
3963 lea $U2(%rsp), $r_ptr # U2 = X2*Z1^2
3975 lea $res_z(%rsp), $r_ptr # Z3 = H*Z1*Z2
3979 lea $S2(%rsp), $r_ptr # S2 = Y2*Z1^3
/freebsd/sys/dev/acpica/
H A Dacpi_quirks422 # NEC Z1
/freebsd/contrib/file/tests/
H A DHWP97.hwp.testfile42 ������?€�� �W���Z1�)��i'��]��;EquޱKi�F�Dq�:B�һ��!�B�w�}�  ��_�س�{t/`n.t��s�Z���$���…
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1547 case AArch64::Z0: Reg = AArch64::Z1; break; in getNextVectorRegister()
1548 case AArch64::Z1: Reg = AArch64::Z2; break; in getNextVectorRegister()
/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/ncurses/include/
H A DCaps-ncurses392 userdef Z1 str - change width to 80 columns.
/freebsd/contrib/file/magic/Magdir/
H A Darchive2406 >3 ubyte 2 \b, fast compression (Z1)
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2739 .Case("z1", AArch64::Z1) in matchSVEDataVectorRegName()
/freebsd/share/termcap/
H A Dtermcap4117 :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
4119 …:is=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5\EV\EU06^Z6\EV\EU07^Z7\EV\EU08^Z8\EV\Ef…
/freebsd/share/misc/
H A Dusb_vendors9678 4018 Dimage Z1 Camera
15834 51a7 D5503 (Xperia Z1 Compact)
22831 1004 Z1 MTP
H A Dpci_vendors1308 4147 R300 GL [FireGL Z1]
26316 1dbe 1001 Donghu-Z1 DC ZNS SSD U.2 4000GB
26317 1dbe 1002 Donghu-Z1 DC ZNS SSD U.2 8000GB
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src21615 .WS=\E[8;%p1%d;%p2%dt, Z0=\E[?3h, Z1=\E[?3l,
21618 WS=\E[8;%p1%d;%p2%dt, Z0=\E[?3h, Z1=\E[?3l, use=putty,
23333 is2=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5
23335 kf1=^Z1, kf2=^Z2, kf3=^Z3, kf4=^Z4, kf5=^Z5, kf6=^Z6, kf7=^Z7,
23368 el=\E[0K, home=\E[H, ht=^I, il1=\E[L, ind=\n, kf1=^Z1,