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

12

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmp_exception.S38 .register %g2, #ignore
60 , %g1, %g2, %g3, 7, 8, 9)
61 ldx [%g5 + ICA_PA], %g2
62 stx %g2, [%g1 + KTR_PARM1]
71 sub %g3, %g4, %g2
73 1: ldxa [%g2] ASI_DCACHE_TAG, %g1
83 stxa %g1, [%g2] ASI_DCACHE_TAG
86 2: brgz,pt %g2, 1b
87 sub %g2, %g4, %g2
[all...]
H A Dinterrupt.S63 * %g2 - pointer to intr_vector, temp once required data is loaded
109 SET(intr_vectors, %g4, %g2)
111 add %g2, %g4, %g2
113 ldx [%g2 + IV_FUNC], %g4
114 ldx [%g2 + IV_ARG], %g5
115 lduw [%g2 + IV_PRI], %g6
123 ldx [%g1 + IR_NEXT], %g2
124 stx %g2, [PCPU(IRFREE)]
H A Dexception.S86 .register %g2,#ignore
161 stx %g2, [ASP_REG + 8] ; \
166 ldx [PCPU(CURTHREAD)], %g2 ; \
167 ldx [%g2 + TD_KSTACK], %g2 ; \
168 add %g2, KSTACK_SLOP, %g2 ; \
169 subcc %g1, %g2, %g1 ; \
172 set KSTACK_PAGES * PAGE_SIZE, %g2 ; \
173 cmp %g1, %g2 ; \
[all...]
H A Dmp_locore.S41 .register %g2, #ignore
279 , %g1, %g2, %g3, 7, 8, 9)
280 lduw [PCPU(CPUID)], %g2
281 stx %g2, [%g1 + KTR_PARM1]
282 lduw [PCPU(MID)], %g2
283 stx %g2, [%g1 + KTR_PARM2]
H A Dswtch.S41 .register %g2, #ignore
108 , %g1, %g2, %g3, 8, 9, 10)
110 ldx [%i1 + TD_PCB], %g2
111 ldx [%g2 + PCB_PC], %g3
113 ldx [%g2 + PCB_SP], %g3
143 , %g1, %g2, %g3, 8, 9, 10)
H A Dlocore.S38 .register %g2,#ignore
H A Dsupport.S44 .register %g2, #ignore
68 mov src, %g2 ; \
79 3: sub src, %g2, %g2 ; \
81 stx %g2, [done] ; \
179 LD(x, sa) [src + 8] sasi, %g2 ; \
183 ST(x, da) %g2, [dst + 8] dasi ; \
826 ldx [%g1 + _JB_FP], %g2
827 1: cmp %fp, %g2
/freebsd-11-stable/lib/libc/sparc64/gen/
H A D_ctx_start.S32 mov %g2, %l0
H A D_setjmp.S47 .register %g2,#ignore
H A Dsetjmp.S47 .register %g2,#ignore
/freebsd-11-stable/stand/libsa/sparc64/
H A D_setjmp.S51 .register %g2,#ignore
75 mov %o0, %g2
76 ldx [%g2 + _JB_FP], %g3
81 ldx [%g2 + _JB_SP], %o0
91 3: ldx [%g2 + _JB_PC], %o7
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_utctm.c322 # define g2(p) (((p)[0]-'0')*10+(p)[1]-'0')
323 tm.tm_year = g2(s->data);
326 tm.tm_mon = g2(s->data + 2) - 1;
327 tm.tm_mday = g2(s->data + 4);
328 tm.tm_hour = g2(s->data + 6);
329 tm.tm_min = g2(s->data + 8);
330 tm.tm_sec = g2(s->data + 10);
334 offset = g2(s->data + 13) * 60 + g2(s->data + 15);
338 # undef g2
[all...]
/freebsd-11-stable/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...]
H A Dsparcv9-gf2m.pl25 @T=("%g2","%g3");
35 .register %g2,#scratch
/freebsd-11-stable/crypto/openssh/
H A Dpoly1305.c43 uint32_t g0,g1,g2,g3,g4; local
139 g2 = h2 + b; b = g2 >> 26; g2 &= 0x3ffffff;
147 h2 = (h2 & nb) | (g2 & b);
/freebsd-11-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_gen.S30 .register %g2, #ignore
54 stx %g2, [%sp + SPOFF + CCFSZ + UF_G2]
78 ldx [%sp + SPOFF + CCFSZ + UF_G2], %g2
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm175 mov 1, %g2
180 ! Now compute %g2.
183 add %g2, 1, %g2
192 sub %g2, 1, %g2
204 ! dec %g2
214 subcc %g2, 1, %g2
234 subcc %g2,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl930 ldxa [%l7]0x88, %g2
932 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak
987 movxtod %g2, %f12
1009 addcc %g2, %g2, %g2
1012 xor %l7, %g2, %g2
1073 movxtod %g2, %f12
1079 addcc %g2,
[all...]
/freebsd-11-stable/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-11-stable/sys/opencrypto/
H A Dskipjack.c92 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol) macro
151 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 4; wh1 ^= wh2;
158 wh2 ^= wh1; wl2 ^= wl1 ^ 9 ; g2 (wh1,wl1, wh1,wl1);
163 wh1 ^= wh4; wl1 ^= wl4 ^ 14; g2 (wh4,wl4, wh4,wl4);
170 g2 (wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 19; wh2 ^= wh3;
175 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 24; wh1 ^= wh2;
182 wh2 ^= wh1; wl2 ^= wl1 ^ 29; g2 (wh1,wl1, wh1,wl1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h88 const __asan_global *g2, u32 stack_id2);
H A Dasan_errors.h340 const __asan_global *g2, u32 stack_id2_)
343 global2(*g2),
339 ErrorODRViolation(u32 tid, const __asan_global *g1, u32 stack_id1_, const __asan_global *g2, u32 stack_id2_) argument
/freebsd-11-stable/lib/libefivar/
H A Duefi-dplib.h562 CompareGuid (const GUID *g1, const GUID *g2) argument
566 return (uuid_compare((const uuid_t *)g1, (const uuid_t *)g2,

Completed in 142 milliseconds

12