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

12

/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dmp_exception.S38 .register %g2, #ignore
63 , %g1, %g2, %g3, 7, 8, 9)
64 ldx [%g5 + ICA_PA], %g2
65 stx %g2, [%g1 + KTR_PARM1]
74 sub %g3, %g4, %g2
76 1: ldxa [%g2] ASI_DCACHE_TAG, %g1
86 stxa %g1, [%g2] ASI_DCACHE_TAG
89 2: brgz,pt %g2, 1b
90 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.S85 .register %g2,#ignore
160 stx %g2, [ASP_REG + 8] ; \
165 ldx [PCPU(CURTHREAD)], %g2 ; \
166 ldx [%g2 + TD_KSTACK], %g2 ; \
167 add %g2, KSTACK_SLOP, %g2 ; \
168 subcc %g1, %g2, %g1 ; \
171 set KSTACK_PAGES * PAGE_SIZE, %g2 ; \
172 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.S42 .register %g2, #ignore
66 mov src, %g2 ; \
77 3: sub src, %g2, %g2 ; \
79 stx %g2, [done] ; \
177 LD(x, sa) [src + 8] sasi, %g2 ; \
181 ST(x, da) %g2, [dst + 8] dasi ; \
824 ldx [%g1 + _JB_FP], %g2
825 1: cmp %fp, %g2
/freebsd-9.3-release/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-9.3-release/lib/libstand/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-9.3-release/crypto/openssl/crypto/asn1/
H A Da_utctm.c236 #define g2(p) (((p)[0]-'0')*10+(p)[1]-'0') macro
241 offset = g2(s->data + 13) * 60 + g2(s->data + 15);
251 year = g2(s->data);
255 return_cmp(g2(s->data + 2) - 1, tm->tm_mon);
256 return_cmp(g2(s->data + 4), tm->tm_mday);
257 return_cmp(g2(s->data + 6), tm->tm_hour);
258 return_cmp(g2(s->data + 8), tm->tm_min);
259 return_cmp(g2(s->data + 10), tm->tm_sec);
260 #undef g2 macro
[all...]
/freebsd-9.3-release/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.S167 lduw [%o1],%g2
183 mulx %o3,%g2,%g2
186 add %o4,%g2,%o4
191 lduw [%o1+8],%g2
201 mulx %o3,%g2,%g2
204 add %o4,%g2,%o4
217 lduw [%o1],%g2
220 lduw [%o1],%g2
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/compiler-rt/lib/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...]
H A Ddivmod.m443 define(SC,`%g2')
/freebsd-9.3-release/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-9.3-release/lib/libkse/arch/sparc64/sparc64/
H A Dthr_getcontext.S57 ldx [%l0 + MC_GLOBAL + (2 * 8)], %g2
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dsparccpuid.S8 .register %g2,#scratch
113 clr %g2
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c136 int g1, g2, g3, g4; local
194 if (sscanf(p_ch, "node GUID: %x:%x:%x:%x", &g1, &g2, &g3, &g4) != 4) {
H A Dosm_vendor_mlx_hca_sim.c182 int g1, g2, g3, g4; local
240 if (sscanf(p_ch, "node GUID: %x:%x:%x:%x", &g1, &g2, &g3, &g4) != 4) {

Completed in 191 milliseconds

12