/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 943 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak 999 movxtod %g3, %f14 1019 srax %g3, 63, %l7 ! next tweak value 1022 addxc %g3, %g3, %g3 1085 movxtod %g3, %f14 1089 srax %g3, 63, %l7 ! next tweak value 1092 addxc %g3, %g3, %g3 1096 movxtod %g3, %f10 1120 movxtod %g3, %f10 1122 srax %g3, 63, %l7 ! next tweak value [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/setjmp/ |
H A D | setjmp_sparc64.S | 49 .register %g3,#ignore 83 ldx [%g2 + _JB_FP], %g3 84 1: cmp %fp, %g3
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
H A D | poly1305_donna32.h | 143 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local 192 g3 = h3 + c; in poly1305_finish() 193 c = g3 >> 26; in poly1305_finish() 194 g3 &= 0x3ffffff; in poly1305_finish() 202 g3 &= mask; in poly1305_finish() 209 h3 = (h3 & mask) | g3; in poly1305_finish()
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | sparcv8.S | 61 ld [%o1+4],%g3 72 umul %o3,%g3,%g3 77 addcc %o4,%g3,%o4 82 ld [%o1+12],%g3 93 umul %o3,%g3,%g3 98 addcc %o4,%g3,%o4 173 ld [%o1+4],%g3 181 umul %o3,%g3,%g3 182 addcc %g3,%o5,%g3 186 st %g3,[%o0+4] [all …]
|
H A D | sparcv8plus.S | 150 .register %g3,#scratch 155 .register %g3,#scratch 195 lduw [%o1+4],%g3 205 mulx %o3,%g3,%g3 208 add %o4,%g3,%o4 213 lduw [%o1+12],%g3 222 mulx %o3,%g3,%g3 225 add %o4,%g3,%o4 296 lduw [%o1+4],%g3 304 mulx %o3,%g3,%g3 [all …]
|
H A D | sparcv9-gf2m.pl | 34 @T=("%g2","%g3"); 48 .register %g3,#scratch
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_51.h | 159 uint64_t g3 = g[3]; in fe25519_cswap() local 165 uint64_t x3 = f3 ^ g3; in fe25519_cswap() 183 g[3] = g3 ^ x3; in fe25519_cswap() 249 uint64_t g0, g1, g2, g3, g4; in fe25519_mul() local 261 g3 = g[3]; in fe25519_mul() 271 r0 += ((uint128_t) f2_19) * ((uint128_t) g3); in fe25519_mul() 278 r1 += ((uint128_t) f3_19) * ((uint128_t) g3); in fe25519_mul() 285 r2 += ((uint128_t) f4_19) * ((uint128_t) g3); in fe25519_mul() 287 r3 = ((uint128_t) f0 ) * ((uint128_t) g3); in fe25519_mul() 294 r4 += ((uint128_t) f1 ) * ((uint128_t) g3); in fe25519_mul()
|
H A D | ed25519_ref10_fe_25_5.h | 216 int32_t g3 = g[3]; in fe25519_cswap() local 227 int32_t x3 = f3 ^ g3; in fe25519_cswap() 260 g[3] = g3 ^ x3; in fe25519_cswap() 384 int32_t g3 = g[3]; in fe25519_mul() local 394 int32_t g3_19 = 19 * g3; in fe25519_mul() 410 int64_t f0g3 = f0 * (int64_t) g3; in fe25519_mul() 420 int64_t f1g3_2 = f1_2 * (int64_t) g3; in fe25519_mul() 430 int64_t f2g3 = f2 * (int64_t) g3; in fe25519_mul() 440 int64_t f3g3_2 = f3_2 * (int64_t) g3; in fe25519_mul() 450 int64_t f4g3 = f4 * (int64_t) g3; in fe25519_mul() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | crossmp11.sh | 43 g3=$((3 * 1024 * 1024 * 1024)) 48 [ $usermem -gt $g3 ] && usermem=$g3
|
/freebsd/crypto/openssh/ |
H A D | poly1305.c | 42 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local 139 g3 = h3 + b; b = g3 >> 26; g3 &= 0x3ffffff; in poly1305_auth() 147 h3 = (h3 & nb) | (g3 & b); in poly1305_auth()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | diskonchip.txt | 8 - compatible: should be "m-systems,diskonchip-g3" 13 compatible = "m-systems,diskonchip-g3";
|
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 434 u32 g0, g1, g2, g3, g4; in poly1305_emit() local 463 g3 = (u32)(t = h3 + (t >> 32)); in poly1305_emit() 471 g3 &= mask; in poly1305_emit() 476 g3 |= (h3 & mask); in poly1305_emit() 482 g3 = (u32)(t = (u64)g3 + (t >> 32) + nonce[3]); in poly1305_emit() 487 U32TO8(mac + 12, g3); in poly1305_emit()
|
H A D | poly1305.c | 384 u32 g0, g1, g2, g3, g4; in poly1305_emit() local 398 g3 = (u32)(t = (u64)h3 + (t >> 32)); in poly1305_emit() 406 g3 &= mask; in poly1305_emit() 411 h3 = (h3 & mask) | g3; in poly1305_emit()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-graph3.exp | 67 .MAKEFLAGS = -r -k -d g3 77 MFLAGS = -r -k -d g3
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 343 my ($h0,$h1,$h2,$h3,$h4,$g0,$g1,$g2,$g3)=map("r$_",(3..11)); 358 adcs $g3,$h3,#0 380 movne $h3,$g3 381 ldr $g3,[$nonce,#12] 386 adc $h3,$h3,$g3 1189 adcs $g3,$h3,#0 1203 movne $h3,$g3 1204 ldr $g3,[$nonce,#12] 1209 adc $h3,$h3,$g3
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | modem | 30 # old Apple DreamWorld DreamGrafix *.3200 with keyword at end of g3 looking files 43 !:ext g3 55 !:ext g3
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | modsi3.S | 53 mov 0,%g3 ! result always nonnegative 59 mov %o0,%g3 ! record sign of result in sign of %g3 324 tst %g3
|
H A D | divsi3.S | 53 mov 0,%g3 ! result always nonnegative 59 xor %o1,%o0,%g3 ! record sign of result in sign of %g3 324 tst %g3
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 403 uint64_t f_i, g0, g1, g2, g3, g4; in fe51_mul() local 409 h3 = (u128)f_i * (g3 = g[3]); in fe51_mul() 417 h4 += (u128)f_i * g3; in fe51_mul() 420 h0 += (u128)f_i * (g3 *= 19); in fe51_mul() 428 h1 += (u128)f_i * g3; in fe51_mul() 436 h2 += (u128)f_i * g3; in fe51_mul() 444 h4 += (uint64_t)(h3 >> 51); g3 = (uint64_t)h3 & MASK51; in fe51_mul() 448 g3 += g2 >> 51; g2 &= MASK51; in fe51_mul() 454 h[3] = g3; in fe51_mul() 467 uint64_t g3 = f[3]; in fe51_sq() [all …]
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_hca_pfs.c | 136 int g1, g2, g3, g4; in __parse_ca_info_file() local 194 if (sscanf(p_ch, "node GUID: %x:%x:%x:%x", &g1, &g2, &g3, &g4) != 4) { in __parse_ca_info_file() 201 | (uint64_t) g1 << 16 | (uint64_t) g3; in __parse_ca_info_file()
|
H A D | osm_vendor_mlx_hca_sim.c | 182 int g1, g2, g3, g4; in __parse_ca_info_file() local 240 if (sscanf(p_ch, "node GUID: %x:%x:%x:%x", &g1, &g2, &g3, &g4) != 4) { in __parse_ca_info_file() 247 | (uint64_t) g1 << 16 | (uint64_t) g3; in __parse_ca_info_file()
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 39 $tmp64="%g3"; 197 .register %g3,#scratch
|
H A D | sha512-sparcv9.pl | 119 $tmp0="%g3"; 404 .register %g3,#scratch
|
/freebsd/crypto/openssl/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 38 $tx="%g3"; 213 .register %g3,#scratch
|
/freebsd/secure/caroot/untrusted/ |
H A D | OISTE_WISeKey_Global_Root_GA_CA.pem | 83 VVuuk+g3/ytr6dTqvirdqFEr12bDYVxgAsj1znJ7O7jyTmUIms2kahnBAbtzptf2
|