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

/netbsd-current/lib/libc/arch/sparc64/gen/
H A D_setjmp.S69 stx %g6, [%o0+0x50] /* offsets! */
86 ldx [%i0+0x50],%g6
H A Dlongjmp.c47 __greg_t g6; member in struct:__anon7496
97 uc.uc_mcontext.__gregs[_REG_G6] = r->g6;
H A Dsetjmp.S64 .register %g6,#ignore
75 mov %g6, %l6
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s1354 * global %g6 is used as a kernel stack pointer. It is set to the last
1415 stx %l0, [%g6 + CC64FSZ + STKB + TF_L + (0*8)]; \
1416 stx %l1, [%g6 + CC64FSZ + STKB + TF_L + (1*8)]; \
1417 stx %l2, [%g6 + CC64FSZ + STKB + TF_L + (2*8)]; \
1418 stx %l3, [%g6 + CC64FSZ + STKB + TF_L + (3*8)]; \
1419 stx %l4, [%g6 + CC64FSZ + STKB + TF_L + (4*8)]; \
1420 stx %l5, [%g6 + CC64FSZ + STKB + TF_L + (5*8)]; \
1421 stx %l6, [%g6 + CC64FSZ + STKB + TF_L + (6*8)]; \
1422 stx %l7, [%g6 + CC64FSZ + STKB + TF_L + (7*8)]; \
1425 stx %i0, [%g6
[all...]
H A Dmp_subr.S147 ldxa [%g5] ASI_DMMU, %g6 ! Save secondary context
161 stxa %g6, [%g5] ASI_DMMU ! Restore secondary context
171 ldxa [%g5] ASI_DMMU, %g6 ! Save primary context
186 stxa %g6, [%g5] ASI_DMMU ! Restore primary context
368 ldxa [%g2] ASI_DMMU, %g6
390 brz,pn %g6, 5f ! Skip if context 0
392 stxa %g6, [%g2] ASI_DMMU ! Restore primary context
472 ldxa [%g4] ASI_DCACHE_TAG, %g6
478 xor %g6, %g5, %g6
[all...]
H A Dsigcode32.s109 mov %g6, %l6
175 mov %l6, %g6
H A Dsunos_sigcode.s108 mov %g6, %l6
176 mov %l6, %g6
/netbsd-current/sys/arch/sparc/sparc/
H A Dsigcode_state.s99 mov %g6, %l6; \
160 mov %l6, %g6; \
H A Dlocore.s106 * offset (e.g., %g6 + PCB_RW).
1630 mov %g6, %l6 ! ... and %g6
1632 sethi %hi(cpcb), %g6 ! get current pcb
1633 ld [%g6 + %lo(cpcb)], %g6
1636 ld [%g6 + PCB_UW], %g7
1658 sethi %hi(cpcb), %g6 ! re-get current pcb
1659 ld [%g6 + %lo(cpcb)], %g6
[all...]
/netbsd-current/common/lib/libc/arch/sparc64/string/
H A Dmemcpy.S228 or %g1, %o0, %g6
231 stx %g6, [%l1+0*8]
235 or %g1, %o1, %g6
238 stx %g6, [%l1+1*8]
242 or %g1, %o2, %g6
245 stx %g6, [%l1+2*8]
249 or %g1, %o3, %g6
252 stx %g6, [%l1+3*8]
256 or %g1, %o4, %g6
259 stx %g6, [
[all...]
/netbsd-current/lib/libc/compat/arch/sparc/sys/
H A Dcompat___sigtramp1.S91 mov %g6, %l6; \
152 mov %l6, %g6; \
/netbsd-current/lib/libc/compat/arch/sparc64/sys/
H A Dcompat___sigtramp1.S97 mov %g6, %l6
163 mov %l6, %g6
/netbsd-current/sys/arch/sparc64/include/
H A Dlocore.h98 mov %g6, %l6; \
107 mov %l6, %g6; \
/netbsd-current/sys/crypto/skipjack/
H A Dskipjack.c98 #define g6(ih, il, oh, ol) g(6, 7, 8, 9, ih, il, oh, ol) macro
157 g6 (wh1,wl1, wh1,wl1); wl4 ^= wl1 ^ 5; wh4 ^= wh1;
164 wh1 ^= wh4; wl1 ^= wl4 ^ 10; g6 (wh4,wl4, wh4,wl4);
169 wh4 ^= wh3; wl4 ^= wl3 ^ 15; g6 (wh3,wl3, wh3,wl3);
176 g6 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 20; wh1 ^= wh2;
183 wh2 ^= wh1; wl2 ^= wl1 ^ 25; g6 (wh1,wl1, wh1,wl1);
188 wh1 ^= wh4; wl1 ^= wl4 ^ 30; g6 (wh4,wl4, wh4,wl4);
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dsrt0.s156 mov %g6, %l6
167 mov %l6, %g6
185 mov %g6, %l6
195 mov %l6, %g6
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h219 int32_t g6 = g[6]; local
230 int32_t x6 = f6 ^ g6;
263 g[6] = g6 ^ x6;
387 int32_t g6 = g[6]; local
397 int32_t g6_19 = 19 * g6;
413 int64_t f0g6 = f0 * (int64_t) g6;
423 int64_t f1g6 = f1 * (int64_t) g6;
433 int64_t f2g6 = f2 * (int64_t) g6;
443 int64_t f3g6 = f3 * (int64_t) g6;
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dtraps.c234 long g6 = (long)GET_H_GR (i+6);
237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0)
240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7);
233 long g6 = (long)GET_H_GR (i+6); local
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dtraps.c234 long g6 = (long)GET_H_GR (i+6);
237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0)
240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7);
233 long g6 = (long)GET_H_GR (i+6); local
/netbsd-current/sys/lib/libunwind/
H A Dunwind_registers.S537 .register %g6, #ignore
548 stx %g6, [%o0 + 48]
588 ldx [%o0 + 48], %g6
630 st %g6, [%o0 + 24]
670 ld [%o0 + 24], %g6
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dcurve25519.c1053 int32_t g6 = g[6]; local
1062 int32_t g6_19 = 19 * g6;
1077 int64_t f0g6 = f0 * (int64_t) g6;
1087 int64_t f1g6 = f1 * (int64_t) g6;
1097 int64_t f2g6 = f2 * (int64_t) g6;
1107 int64_t f3g6 = f3 * (int64_t) g6;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dcurve25519.c1063 int32_t g6 = g[6]; local
1072 int32_t g6_19 = 19 * g6;
1087 int64_t f0g6 = f0 * (int64_t) g6;
1097 int64_t f1g6 = f1 * (int64_t) g6;
1107 int64_t f2g6 = f2 * (int64_t) g6;
1117 int64_t f3g6 = f3 * (int64_t) g6;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d1599 auto g6 = a6.group;
1600 assert(equal(g6.front[0], [1]));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d1808 auto g6 = a6.group;
1809 assert(equal(g6.front[0], [1]));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2668 static void vaargsfn_manyfix(int g1, int g2, int g3, int g4, int g5, int g6, int g7, int g8, int g9, ...) { argument
/netbsd-current/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4845 Eox8bvn8JZRlKinQ1dpXUhsfFcCrE5L/lfP+7g6//xYS06IcFBKIJvcKdZEU2ORs

Completed in 847 milliseconds