Home
last modified time | relevance | path

Searched full:z0 (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dn181 > z0 ip #0 40(20) 6 1.1.1.1,1 > 3.3.3.3,30
2 > z0 ip #0 40(20) 6 1.1.1.1,2 > 3.3.3.3,31
3 > z0 ip #0 40(20) 6 1.1.1.1,3 > 3.3.3.3,32
4 > z0 ip #0 40(20) 6 1.1.1.1,4 > 3.3.3.3,33
5 > z0 ip #0 40(20) 6 1.1.1.1,1 > 3.3.3.3,34
6 > z0 ip #0 40(20) 6 1.1.1.1,2 > 3.3.3.3,35
7 > z0 ip #0 40(20) 6 1.1.1.1,3 > 3.3.3.3,36
8 > z0 ip #0 40(20) 6 1.1.1.1,4 > 3.3.3.3,37
10 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1:4 sequential
38 > z0 ip #0 40(20) 6 1.1.1.1,1000 > 3.3.3.3,30
[all …]
/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
113 || [B0] XOR $H0x,$Z0,$Z0 ; Xi^=inp
119 STDW $Z1:$Z0,*${xip}[1]
121 || [B0] ZERO $Z1:$Z0
125 || [B0] MV $Z0,$xia ; Xi[15], avoid cross-path stall
126 STDW $Z1:$Z0,*${xip}[1]
127 || [B0] SHRU $Z0,8,$x0 ; Xi[14]
128 || [B0] ZERO $Z1:$Z0
[all …]
H A Daesni-gcm-x86_64.pl83 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
98 vpxor $Z0,$Z0,$Z0 # $Z0 = 0
106 vmovdqu $Z0,16+8(%rsp) # "$Z3" = 0
141 vpxor $Z0,$Xi,$Xi # modulo-scheduled
143 vpxor $Z1,$T1,$Z0
180 vpxor $T1,$Z0,$Z0
202 vpxor $T2,$Z0,$Z0
224 vpxor $Hkey,$Z0,$Z0
251 vpxor $T2,$Z0,$Z0
257 vpxor $Z1,$Z0,$Z0
[all …]
H A Dghash-riscv64.pl148 my ($z0,$z1,$z2,$z3,$t0,$t1,$polymod) = ("t0","t1","t2","t3","t4","t5","t6");
158 @{[brev8_rv64i $x0, $z0, $z1, $z2]}
159 @{[brev8_rv64i $x1, $z0, $z1, $z2]}
180 @{[clmul $z0, $x0, $y0]}
191 xor $x0, $z0, $t0
194 @{[brev8_rv64i $x0, $z0, $z1, $z2]}
195 @{[brev8_rv64i $x1, $z0, $z1, $z2]}
205 my ($z0,$z1,$z2,$z3,$t0,$t1,$polymod) = ("t0","t1","t2","t3","t4","t5","t6");
237 @{[clmul $z0, $x0, $y0]}
248 xor $x0, $z0, $t0
[all …]
/freebsd/contrib/netbsd-tests/ipf/input/
H A Dn181 out on z0 tcp 2.2.2.2,22 3.3.3.3,30
2 out on z0 tcp 2.2.2.2,23 3.3.3.3,31
3 out on z0 tcp 2.2.2.2,24 3.3.3.3,32
4 out on z0 tcp 2.2.2.2,25 3.3.3.3,33
5 out on z0 tcp 2.2.2.2,26 3.3.3.3,34
6 out on z0 tcp 2.2.2.2,27 3.3.3.3,35
7 out on z0 tcp 2.2.2.2,28 3.3.3.3,36
8 out on z0 tcp 2.2.2.2,29 3.3.3.3,37
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros109 bits64 z0, z1;
114 z0 = a0;
118 z0 = a0>>count;
127 z0 = 0;
130 *z0Ptr = z0;
147 bits64 z0, z1;
152 z0 = a0;
156 z0 = a0>>count;
160 z0 = 0;
163 *z0Ptr = z0;
[all …]
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros72 bits32 z0, z1;
77 z0 = a0;
81 z0 = a0>>count;
85 z0 = 0;
88 *z0Ptr = z0;
108 bits32 z0, z1;
113 z0 = a0;
117 z0 = a0>>count;
129 z0 = 0;
132 *z0Ptr = z0;
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Ddes_ct.c205 uint32_t x0, x1, x2, x3, x4, x5, z0; in Fconf() local
320 z0 = (y0 & (uint32_t)0x00000004) << 3; in Fconf()
321 z0 |= (y0 & (uint32_t)0x00004000) << 4; in Fconf()
322 z0 |= rotl(y0 & 0x12020120, 5); in Fconf()
323 z0 |= (y0 & (uint32_t)0x00100000) << 6; in Fconf()
324 z0 |= (y0 & (uint32_t)0x00008000) << 9; in Fconf()
325 z0 |= (y0 & (uint32_t)0x04000000) >> 22; in Fconf()
326 z0 |= (y0 & (uint32_t)0x00000001) << 11; in Fconf()
327 z0 |= rotl(y0 & 0x20000200, 12); in Fconf()
328 z0 |= (y0 & (uint32_t)0x00200000) >> 19; in Fconf()
[all …]
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/
H A Dstrcpy-sve.S32 0: ldff1b z0.b, p2/z, [x1, x2]
38 cmpeq p1.b, p2/z, z0.b, 0 /* search for zeros */
42 st1b z0.b, p2, [x0, x2]
48 1: cmpeq p1.b, p0/z, z0.b, 0 /* search for zeros */
53 st1b z0.b, p0, [x0, x2]
59 st1b z0.b, p0, [x0, x2]
H A Dstrcmp-sve.S25 0: ldff1b z0.b, p1/z, [x0, x2]
33 cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings */
34 cmpne p3.b, p1/z, z0.b, 0 /* search for ~zero */
40 lasta w0, p2, z0.b /* extract each char */
49 cmpeq p2.b, p0/z, z0.b, z1.b /* compare strings, as above */
50 cmpne p3.b, p0/z, z0.b, 0
H A Dstrncmp-sve.S25 ldff1b z0.b, p0/z, [x0, x3]
36 cmpeq p1.b, p0/z, z0.b, z1.b /* compare strings */
37 cmpne p2.b, p0/z, z0.b, 0 /* search for ~zero */
43 lasta w0, p2, z0.b /* extract each char */
50 2: cmpeq p2.b, p1/z, z0.b, z1.b /* compare strings, as above */
51 cmpne p3.b, p1/z, z0.b, 0
H A Dstrrchr-sve.S27 0: ldff1b z0.b, p1/z, [x0, xzr]
34 cmpeq p3.b, p1/z, z0.b, 0 /* search for 0 */
37 cmpeq p3.b, p1/z, z0.b, z1.b /* search for c; no eos */
46 1: cmpeq p3.b, p0/z, z0.b, 0 /* search for 0 */
49 cmpeq p3.b, p0/z, z0.b, z1.b /* search for c; no eos */
62 cmpeq p3.b, p3/z, z0.b, z1.b /* search for c not after eos */
H A Dstrnlen-sve.S25 0: ldff1b z0.b, p0/z, [x0, x2]
31 cmpeq p2.b, p0/z, z0.b, 0
41 ldff1b z0.b, p0/z, [x0, x2]
48 cmpeq p2.b, p0/z, z0.b, 0
58 2: cmpeq p2.b, p1/z, z0.b, 0
H A Dstrchr-sve.S32 0: ldff1b z0.b, p1/z, [x0, xzr]
39 cmpeq p2.b, p1/z, z0.b, z1.b /* search for c */
40 cmpeq p3.b, p1/z, z0.b, 0 /* search for 0 */
57 2: cmpeq p2.b, p0/z, z0.b, z1.b /* search for c */
58 cmpeq p3.b, p0/z, z0.b, 0 /* search for 0 */
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable
15 z0 = _mm_loadu_si128((__m128i *) (x + 0));
16 z5 = _mm_shuffle_epi32(z0, 0x55);
17 z10 = _mm_shuffle_epi32(z0, 0xaa);
18 z15 = _mm_shuffle_epi32(z0, 0xff);
19 z0 = _mm_shuffle_epi32(z0, 0x00);
35 orig0 = z0;
94 z0 = orig0;
106 y4 = _mm_add_epi32(y4, z0);
121 y8 = z0;
[all …]
H A Du8.h6 __m256i z0 = _mm256_set1_epi32(x[0]); variable
23 __m256i orig0 = z0;
94 z0 = orig0;
106 y4 = _mm256_add_epi32(y4, z0);
121 y8 = z0;
157 z0 = _mm256_xor_si256(z0, y0);
159 z0 = _mm256_xor_si256(z0, r0);
226 y1 = _mm256_add_epi32(y1, z0);
249 y2 = z0;
285 z0 = _mm256_xor_si256(z0, y0);
[all …]
/freebsd/sys/crypto/openssl/aarch64/
H A Dchacha-armv8-sve.S98 .inst 0x05a03ae0 //dup z0.s,w23
168 .inst 0x04a10000 //add z0.s,z0.s,z1.s
187 .inst 0x04703403 //xar z3.s,z3.s,z0.s,16
256 .inst 0x04a10000 //add z0.s,z0.s,z1.s
275 .inst 0x04683403 //xar z3.s,z3.s,z0.s,24
344 .inst 0x04a50000 //add z0.s,z0.s,z5.s
363 .inst 0x0470340f //xar z15.s,z15.s,z0.s,16
432 .inst 0x04a50000 //add z0.s,z0.s,z5.s
451 .inst 0x0468340f //xar z15.s,z15.s,z0.s,24
525 .inst 0x04b90000 //add z0.s,z0.s,z25.s
[all …]
H A Darm64cpuid.S88 .inst 0x04a03000 // eor z0.d,z0.d,z0.d
96 .inst 0x04e03400 // xar z0.d,z0.d,z0.d
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c37 uint64_t z0, z1, z2, z3; in bmul64() local
47 z0 = (x0 * y0) ^ (x1 * y3) ^ (x2 * y2) ^ (x3 * y1); in bmul64()
51 z0 &= (uint64_t)0x1111111111111111; in bmul64()
55 return z0 | z1 | z2 | z3; in bmul64()
100 uint64_t z0, z1, z2, z0h, z1h, z2h; in br_ghash_ctmul64() local
121 z0 = bmul64(y0, h0); in br_ghash_ctmul64()
127 z2 ^= z0 ^ z1; in br_ghash_ctmul64()
133 v0 = z0; in br_ghash_ctmul64()
/freebsd/crypto/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
47 z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) | in DES_quad_cksum()
64 t0 += z0; in DES_quad_cksum()
68 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL)) in DES_quad_cksum()
78 *lp++ = z0; in DES_quad_cksum()
82 return z0; in DES_quad_cksum()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-rd88f6281-z0.dts3 * Marvell RD88F6181 Z0 stepping descrition
7 * This file contains the definitions for the board using the Z0
16 model = "Marvell RD88f6281 Reference design, with Z0 SoC";
17 …compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirk…
/freebsd/sys/contrib/device-tree/Bindings/soc/renesas/
H A Drenesas-soc.yaml39 …- pattern: "^renesas,(emev2|r(7s|8a|9a)[a-z0-9]+|rcar|rmobile|rz[a-z0-9]*|sh(7[a-z0-9]+)?|mobile)-…
45 …)?|pfc|pwm|[rq]spi|rcar_sound|sata|scif[ab]*|sdhi|thermal|tmu|tpu|usb(2|hs)?|vin|xhci)-[a-z0-9-]+$"
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Dn181 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1:4 sequential
2 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:5000 sequential
3 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:50000 sequential
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra-audio-max9808x.yaml20 - pattern: '^[a-z0-9]+,tegra-audio-max98088(-[a-z0-9]+)+$'
23 - pattern: '^[a-z0-9]+,tegra-audio-max98089(-[a-z0-9]+)+$'
/freebsd/crypto/krb5/src/util/
H A Ddepfix.pl91 s,^([a-zA-Z0-9_\-]*)\.o:,$1.so $1.po \$(OUTPRE)$1.\$(OBJEXT):,;
93 s,^([a-zA-Z0-9_\-]*)\.o:,\$(OUTPRE)$1.\$(OBJEXT):,;
99 while ($srct =~ m,/[a-z][a-zA-Z0-9_.\-]*/\.\./,) {
100 $srct =~ s,/[a-z][a-zA-Z0-9_.\-]*/\.\./,/,;
110 while ($pat =~ m,/[a-z][a-zA-Z0-9_.\-]*/$,) {
111 $pat =~ s,/[a-z][a-zA-Z0-9_.\-]*/$,/,;
132 while (m/\/[a-z][a-z0-9_.\-]*\/\.\.\//) {

12345678910>>...18