Searched refs:g2 (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-current/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_sparc64.S48 .register %g2,#ignore
82 mov %o0, %g2
83 ldx [%g2 + _JB_FP], %g3
88 ldx [%g2 + _JB_SP], %o0
98 3: ldx [%g2 + _JB_PC], %o7
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dsparcv8.S50 ld [%o1],%g2
62 umul %o3,%g2,%g2
66 addcc %o4,%g2,%o4
71 ld [%o1+8],%g2
83 umul %o3,%g2,%g2
88 addcc %o4,%g2,%o4
103 ld [%o1],%g2
107 ld [%o1],%g2
[all...]
H A Dsparcv8plus.S149 .register %g2,#scratch
154 .register %g2,#scratch
180 lduw [%o1],%g2
196 mulx %o3,%g2,%g2
199 add %o4,%g2,%o4
204 lduw [%o1+8],%g2
214 mulx %o3,%g2,%g2
217 add %o4,%g2,
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h143 unsigned long g0, g1, g2, g3, g4; local
189 g2 = h2 + c;
190 c = g2 >> 26;
191 g2 &= 0x3ffffff;
201 g2 &= mask;
208 h2 = (h2 & mask) | g2;
H A Dpoly1305_donna64.h139 unsigned long long g0, g1, g2; local
186 g2 = h2 + c - (1ULL << 42);
189 c = (g2 >> ((sizeof(unsigned long long) * 8) - 1)) - 1;
192 g2 &= c;
196 h2 = (h2 & c) | g2;
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h731 #define dec_fmvars uint32_t g2
732 #define fwd_mcol(x) (g2 = gf_mulx(x), g2 ^ upr((x) ^ g2, 3) ^ \
741 #define dec_imvars uint32_t g2, g4, g9
742 #define inv_mcol(x) (g2 = gf_mulx(x), g4 = gf_mulx(g2), g9 = \
744 (x) ^ g2 ^ g4 ^ upr(g2 ^ g9, 3) ^ \
/freebsd-current/crypto/openssh/
H A Dpoly1305.c42 uint32_t g0,g1,g2,g3,g4; local
138 g2 = h2 + b; b = g2 >> 26; g2 &= 0x3ffffff;
146 h2 = (h2 & nb) | (g2 & b);
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-graph2.exp67 .MAKEFLAGS = -r -k -d g2
77 MFLAGS = -r -k -d g2
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h158 uint64_t g2 = g[2]; local
164 uint64_t x2 = f2 ^ g2;
182 g[2] = g2 ^ x2;
249 uint64_t g0, g1, g2, g3, g4; local
260 g2 = g[2];
272 r0 += ((uint128_t) f3_19) * ((uint128_t) g2);
279 r1 += ((uint128_t) f4_19) * ((uint128_t) g2);
281 r2 = ((uint128_t) f0 ) * ((uint128_t) g2);
288 r3 += ((uint128_t) f1 ) * ((uint128_t) g2);
295 r4 += ((uint128_t) f2 ) * ((uint128_t) g2);
[all...]
H A Ded25519_ref10_fe_25_5.h215 int32_t g2 = g[2]; local
226 int32_t x2 = f2 ^ g2;
259 g[2] = g2 ^ x2;
383 int32_t g2 = g[2]; local
393 int32_t g2_19 = 19 * g2; /* 1.959375*2^30; still ok */
409 int64_t f0g2 = f0 * (int64_t) g2;
419 int64_t f1g2 = f1 * (int64_t) g2;
429 int64_t f2g2 = f2 * (int64_t) g2;
439 int64_t f3g2 = f3 * (int64_t) g2;
449 int64_t f4g2 = f4 * (int64_t) g2;
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_sse2.c56 INLINE void g2(__m128i *row0, __m128i *row1, __m128i *row2, __m128i *row3, function
110 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
117 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
132 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
141 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
155 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
164 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
178 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
187 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
201 g2(
[all...]
H A Dblake3_sse41.c58 INLINE void g2(__m128i *row0, __m128i *row1, __m128i *row2, __m128i *row3, function
104 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
111 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
126 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
135 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
149 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
158 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
172 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
181 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
195 g2(
[all...]
H A Dblake3_avx512.c91 INLINE void g2(__m128i *row0, __m128i *row1, __m128i *row2, __m128i *row3, function
137 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
144 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
159 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
168 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
182 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
191 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
205 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1);
214 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3);
228 g2(
[all...]
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl941 ldxa [%l7]0x88, %g2
943 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak
998 movxtod %g2, %f12
1020 addcc %g2, %g2, %g2
1023 xor %l7, %g2, %g2
1084 movxtod %g2, %f12
1090 addcc %g2,
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
84 ! %g2 <= 4.
90 mov 1,%g2
94 ! Now compute %g2
97 add %g2,1,%g2
105 dec %g2
114 ! dec %g2
124 deccc %g2
144 deccc %g2
[all...]
H A Dmodsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
84 ! %g2 <= 4.
90 mov 1,%g2
94 ! Now compute %g2
97 add %g2,1,%g2
105 dec %g2
114 ! dec %g2
124 deccc %g2
144 deccc %g2
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c139 u64 g0, g1, g2; local
155 g2 = h2 + (u64)(t >> 64);
158 mask = 0 - (g2 >> 2);
H A Dpoly1305.c218 u64 g0, g1, g2; local
229 g2 = h2 + (u64)(t >> 64);
232 mask = 0 - (g2 >> 2);
384 u32 g0, g1, g2, g3, g4; local
397 g2 = (u32)(t = (u64)h2 + (t >> 32));
405 g2 &= mask;
410 h2 = (h2 & mask) | g2;
H A Dpoly1305_ieee754.c434 u32 g0, g1, g2, g3, g4; local
462 g2 = (u32)(t = h2 + (t >> 32));
470 g2 &= mask;
475 g2 |= (h2 & mask);
481 g2 = (u32)(t = (u64)g2 + (t >> 32) + nonce[2]);
486 U32TO8(mac + 8, g2);
/freebsd-current/usr.bin/top/
H A Dcommands.c330 const struct errs * const g2 = (const struct errs * const)p2; local
334 if ((result = g1->errnum - g2->errnum) == 0)
336 return(strcmp(g1->arg, g2->arg));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h93 const __asan_global *g2, u32 stack_id2);
H A Dasan_errors.h362 const __asan_global *g2, u32 stack_id2_)
365 global2(*g2),
361 ErrorODRViolation(u32 tid, const __asan_global *g1, u32 stack_id1_, const __asan_global *g2, u32 stack_id2_) argument
/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c403 uint64_t f_i, g0, g1, g2, g3, g4; local
408 h2 = (u128)f_i * (g2 = g[2]);
416 h3 += (u128)f_i * g2;
424 h4 += (u128)f_i * g2;
427 h0 += (u128)f_i * (g2 *= 19);
435 h1 += (u128)f_i * g2;
441 h3 += (uint64_t)(h2 >> 51); g2 = (uint64_t)h2 & MASK51;
445 g2 += (uint64_t)(h1 >> 51); g1 = (uint64_t)h1 & MASK51;
448 g3 += g2 >> 51; g2
519 uint64_t g0, g1, g2, g3, g4; local
1059 int32_t g2 = g[2]; local
[all...]
/freebsd-current/lib/libefivar/
H A Duefi-dplib.h550 CompareGuid (const GUID *g1, const GUID *g2) argument
554 return (uuid_compare((const uuid_t *)g1, (const uuid_t *)g2,
/freebsd-current/crypto/openssl/test/
H A Dec_internal_test.c398 EC_GROUP *g1 = NULL, *g2 = NULL; local
421 || !TEST_ptr(g2 = d2i_ECPKParameters_fp(fp, NULL)))
431 EC_GROUP_free(g2);

Completed in 333 milliseconds

123