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

12

/netbsd-current/lib/libc/arch/sparc/gen/
H A Dsparc_longjmp.h40 __greg_t g7; member in struct:__jmp_buf_regs_t
H A D_setjmp.S54 st %g7, [%o0 + 52]
73 ld [%i0 + 52], %g7
92 ld [%i0 + 52], %g7
H A Dsetjmp.S86 st %g7, [%i0 + _SIZEOF_SC + _JB_G7]
H A Dlongjmp.c50 * the sigcontext structure, plus 2 more words for g4 and g7.
53 __CTASSERT(_SIZEOF_SC + _JB_G7 == offsetof(struct __jmp_buf,regs.g7));
94 uc.uc_mcontext.__gregs[_REG_G7] = r->g7;
/netbsd-current/lib/libc/arch/sparc64/gen/
H A D_setjmp.S70 stx %g7, [%o0+0x58]
87 ldx [%i0+0x58],%g7
H A Dlongjmp.c48 __greg_t g7; member in struct:__anon7496
98 uc.uc_mcontext.__gregs[_REG_G7] = r->g7;
H A Dsetjmp.S76 mov %g7, %l7
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s1351 * This macro will destroy %g5-%g7. %g0-%g4 remain unchanged.
1460 sethi %hi(USPACE), %g7; /* Always multiple of page size */ \
1462 add %g6, %g7, %g6; \
1463 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1466 sub %g7, WSTATE_KERN, %g7; /* Compare & leave in register */ \
1467 movrz %g7, %sp, %g6; /* Select old (kernel) stack or base of kernel stack */ \
1479 brz,pt %g7, 1f; /* If we were in kernel mode start saving globals */ \
1481 mov CTX_PRIMARY, %g7; \
1488 SET_MMU_CONTEXTID %g0, %g7,
[all...]
H A Dsigcode32.s110 mov %g7, %l7
176 mov %l7, %g7
H A Dsunos_sigcode.s109 mov %g7, %l7
177 mov %l7, %g7
H A Dmp_subr.S148 sethi %hi(KERNBASE), %g7
160 flush %g7
172 sethi %hi(KERNBASE), %g7
185 flush %g7
188 flush %g7
466 set (2*NBPG), %g7
474 deccc 32, %g7
/netbsd-current/sys/arch/sparc/sparc/
H A Dsigcode_state.s100 mov %g7, %l7; \
161 mov %l7, %g7
H A Dlocore.s1463 mov %g7, %l7 /* save %g7 in %l7 for clean_trap_window */
1620 * %l7 = saved %g7 (we put this in a delay slot above, to save work)
1624 * %g7 has been restored
1631 /* mov %g7, %l7 ! ... and %g7 (already done for us) */
1636 ld [%g6 + PCB_UW], %g7
1637 deccc %g7
1653 rd %psr, %g7 ! g7
[all...]
/netbsd-current/lib/libc/compat/arch/sparc/sys/
H A Dcompat___sigtramp1.S92 mov %g7, %l7; \
153 mov %l7, %g7
/netbsd-current/lib/libc/compat/arch/sparc64/sys/
H A Dcompat___sigtramp1.S98 mov %g7, %l7
164 mov %l7, %g7
/netbsd-current/sys/arch/sparc64/include/
H A Dlocore.h99 mov %g7, %l7
108 mov %l7, %g7
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dsrt0.s157 mov %g7, %l7
168 mov %l7, %g7
186 mov %g7, %l7
196 mov %l7, %g7
/netbsd-current/sys/arch/sparc/stand/common/
H A Dsrt0.S143 set 0x4000, %g7
144 cmp %i0, %g7
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dtraps.c235 long g7 = (long)GET_H_GR (i+7);
237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0)
240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7);
234 long g7 = (long)GET_H_GR (i+7); local
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h220 int32_t g7 = g[7]; local
231 int32_t x7 = f7 ^ g7;
264 g[7] = g7 ^ x7;
388 int32_t g7 = g[7]; local
398 int32_t g7_19 = 19 * g7;
414 int64_t f0g7 = f0 * (int64_t) g7;
424 int64_t f1g7_2 = f1_2 * (int64_t) g7;
434 int64_t f2g7 = f2 * (int64_t) g7;
/netbsd-current/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A DMakefile12 dtb-$(CONFIG_ARCH_QCOM) += msm8916-huawei-g7.dtb
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dtraps.c235 long g7 = (long)GET_H_GR (i+7);
237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0)
240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7);
234 long g7 = (long)GET_H_GR (i+7); local
/netbsd-current/sys/lib/libunwind/
H A Dunwind_registers.S538 .register %g7, #ignore
549 stx %g7, [%o0 + 56]
589 ldx [%o0 + 56], %g7
631 st %g7, [%o0 + 28]
671 ld [%o0 + 28], %g7
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dcurve25519.c1054 int32_t g7 = g[7]; local
1063 int32_t g7_19 = 19 * g7;
1078 int64_t f0g7 = f0 * (int64_t) g7;
1088 int64_t f1g7_2 = f1_2 * (int64_t) g7;
1098 int64_t f2g7 = f2 * (int64_t) g7;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dcurve25519.c1064 int32_t g7 = g[7]; local
1073 int32_t g7_19 = 19 * g7;
1088 int64_t f0g7 = f0 * (int64_t) g7;
1098 int64_t f1g7_2 = f1_2 * (int64_t) g7;
1108 int64_t f2g7 = f2 * (int64_t) g7;

Completed in 349 milliseconds

12