Searched refs:g1 (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.s40 mov 1, %g1
42 brz %g1, 1f
44 brlez %g1, 1f
48 brlz %g1, 1f
51 sub %g0, 2, %g1
52 brgz %g1, 1f
56 brgez %g1, 1f
59 mov %g1, %o0
/freebsd-current/lib/clang/
H A DMakefile.inc11 DEBUG_FILES_CFLAGS= -g1
/freebsd-current/usr.bin/clang/
H A DMakefile.inc10 DEBUG_FILES_CFLAGS= -g1
/freebsd-current/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_sparc64.S80 mov 1, %g1
81 movrnz %o1, %o1, %g1
100 mov %g1, %o0
/freebsd-current/crypto/openssl/crypto/
H A Dsparccpuid.S119 clr %g1
389 subcc %g0,1,%g1
391 .word 0x83408000 !rd %ccr,%g1
392 cmp %g1,0x99
455 xor %g1,%g1,%g1
470 or %o4,%g1,%g1
472 sub %g0,%g1,
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl77 # than 32 bit in %g1-%g4 and %o0-%o5. %l0-%l7 and %i0-%i5 are used
189 ld [%o3+4],%g1 ! bp[0]
192 sllx %g1,32,%g1
195 or %g1,%o0,%o0
336 srlx %o3,16,%g1 ! 34-bit carry
433 addcc %g1,%o0,%o0
435 srlx %o3,16,%g1 ! 34-bit carry
438 add %g1,1,%g1
[all...]
H A Dsparcv8.S63 rd %y,%g1
65 addx %g1,0,%g1
68 addx %g1,0,%o5
74 rd %y,%g1
76 addx %g1,0,%g1
79 addx %g1,0,%o5
85 rd %y,%g1
87 addx %g1,
[all...]
H A Dsparct4-mont.pl102 SPARC_PIC_THUNK(%g1)
133 SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
134 ld [%g1+0],%g1 ! OPENSSL_sparcv9_P[0]
136 and %g1,SPARCV9_64BIT_STACK,%g1
137 movrz %g1,0,%g4
458 SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
459 ld [%g1+0],%g1 ! OPENSSL_sparcv9_
[all...]
H A Dsparcv9-gf2m.pl38 ($lo,$hi,$b)=("%g1",$a8,"%o7"); $a=$lo;
52 SPARC_PIC_THUNK(%g1)
58 SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
59 ld [%g1+0],%g1 ! OPENSSL_sparcv9cap_P[0]
61 andcc %g1, SPARCV9_VIS3, %g0
H A Dvis3-mont.pl66 add %g5, %g5, %g1
67 add %g5, %g1, %g1 ! 3*buffer size
68 sub %g4, %g1, %g1
69 andn %g1, 63, %g1 ! align at 64 byte
70 sub %g1, $frame, %g1 ! new top of stack
71 sub %g1,
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-graph1.exp33 .MAKEFLAGS = -r -k -d g1
43 MFLAGS = -r -k -d g1
H A Dsuff-transform-debug.exp24 .MAKEFLAGS = -r -k -d g1
34 MFLAGS = -r -k -d g1
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h143 unsigned long g0, g1, g2, g3, g4; local
186 g1 = h1 + c;
187 c = g1 >> 26;
188 g1 &= 0x3ffffff;
200 g1 &= mask;
207 h1 = (h1 & mask) | g1;
H A Dpoly1305_donna64.h139 unsigned long long g0, g1, g2; local
183 g1 = h1 + c;
184 c = (g1 >> 44);
185 g1 &= 0xfffffffffff;
191 g1 &= c;
195 h1 = (h1 & c) | g1;
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl100 srlx %o1, $iright, %g1
102 or %g1, %o0, %o0
210 srlx %o1, $iright, %g1
212 or %g1, %o0, %o0
319 srlx %o1, $iright, %g1
321 or %g1, %o0, %o0
411 srlx %o1, $iright, %g1
412 or %g1, %o0, %o0
414 srlx %o2, $iright, %g1
415 or %g1,
[all...]
/freebsd-current/crypto/openssh/
H A Dpoly1305.c42 uint32_t g0,g1,g2,g3,g4; local
137 g1 = h1 + b; b = g1 >> 26; g1 &= 0x3ffffff;
145 h1 = (h1 & nb) | (g1 & b);
/freebsd-current/crypto/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c139 u64 g0, g1, g2; local
154 g1 = (u64)(t = (u128)h1 + (t >> 64));
157 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
160 g1 &= mask;
163 h1 = (h1 & mask) | g1;
H A Dpoly1305.c218 u64 g0, g1, g2; local
228 g1 = (u64)(t = (u128)h1 + (t >> 64));
231 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
234 g1 &= mask;
237 h1 = (h1 & mask) | g1;
384 u32 g0, g1, g2, g3, g4; local
396 g1 = (u32)(t = (u64)h1 + (t >> 32));
404 g1 &= mask;
409 h1 = (h1 & mask) | g1;
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h157 uint64_t g1 = g[1]; local
163 uint64_t x1 = f1 ^ g1;
181 g[1] = g1 ^ x1;
249 uint64_t g0, g1, g2, g3, g4; local
259 g1 = g[1];
273 r0 += ((uint128_t) f4_19) * ((uint128_t) g1);
275 r1 = ((uint128_t) f0 ) * ((uint128_t) g1);
282 r2 += ((uint128_t) f1 ) * ((uint128_t) g1);
289 r3 += ((uint128_t) f2 ) * ((uint128_t) g1);
296 r4 += ((uint128_t) f3 ) * ((uint128_t) g1);
[all...]
/freebsd-current/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl37 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%o7","%g1","%g2");
219 SPARC_PIC_THUNK(%g1)
225 SPARC_LOAD_ADDRESS_LEAF(OPENSSL_sparcv9cap_P,%g1,%g5)
226 ld [%g1+4],%g1 ! OPENSSL_sparcv9cap_P[1]
228 andcc %g1, CFR_MD5, %g0
232 mov 4, %g1
235 lda [%o0 + %g1]0x88, %f1
238 lda [%o0 + %g1]0x88, %f3
262 sta %f1, [%o0 + %g1]
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_sse2.c46 INLINE void g1(__m128i *row0, __m128i *row1, __m128i *row2, __m128i *row3, function
108 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
114 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
128 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
137 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
151 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
160 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
174 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
183 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
197 g1(
[all...]
H A Dblake3_sse41.c48 INLINE void g1(__m128i *row0, __m128i *row1, __m128i *row2, __m128i *row3, function
102 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
108 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
122 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
131 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
145 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
154 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
168 g1(&rows[0], &rows[1], &rows[2], &rows[3], t0);
177 g1(&rows[0], &rows[1], &rows[2], &rows[3], t2);
191 g1(
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl109 andcc $inp, 7, %g1 ! is input aligned?
119 sll %g1, 3, %g1
120 sub %g0, %g1, %o3
121 sllx %o4, %g1, %o4
122 sllx %o5, %g1, %g1
126 or %o3, %g1, %o5
187 andcc $inp, 7, %g1 ! is input aligned?
197 sll %g1,
[all...]
/freebsd-current/usr.bin/top/
H A Dcommands.c329 const struct errs * const g1 = (const struct errs * const)p1; local
334 if ((result = g1->errnum - g2->errnum) == 0)
336 return(strcmp(g1->arg, g2->arg));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S76 sethi %hi(1<<(32-4 -1)),%g1
77 cmp %o3,%g1
88 cmp %o5,%g1
101 sll %g1,4 ,%g1 ! high order bit
103 add %o5,%g1,%o5

Completed in 323 milliseconds

123