/src/lib/csu/arch/sparc64/ |
crt0.S | 45 .register %g3,#scratch 49 ! %g3 = cleanup 56 mov %g3, %o0
|
/src/lib/csu/arch/sparc/ |
crt0.S | 45 ! %g3 = cleanup 52 mov %g3, %o0
|
/src/sys/arch/sparc64/sparc64/ |
netbsd32_sigcode.s | 40 .register %g3,#scratch
|
mp_subr.S | 86 .register %g3,#scratch 141 * %g3 = int ctx 150 stxa %g3, [%g5] ASI_DMMU ! Insert context to demap 163 IPIEVC_INC(IPI_EVCNT_TLB_PTE,%g2,%g3) 174 stxa %g3, [%g5] ASI_DMMU ! Insert context to demap 189 IPIEVC_INC(IPI_EVCNT_TLB_PTE,%g2,%g3) 199 mov %g3, %o0 ! vaddr 219 ld [%g2 + CBA_CPUTYP], %g3 ! Load cputype 228 cmp %g3, CPU_SUN4V 270 cmp %g3, CPU_SUN4 [all...] |
sunos_sigcode.s | 66 .register %g3,#scratch 105 mov %g3, %l3 173 mov %l3, %g3
|
locore.s | 260 .register %g3,#scratch 1516 xor %g7, WSTATE_KERN, %g3; /* Are we on the user stack ? */ \ 1519 orcc %g3, %g4, %g0; /* Definitely not off the interrupt stack */ \ 1547 brz,pt %g3, 1f; /* If we were in kernel mode start saving globals */ \ 1628 sethi %hi(CPUINFO_VA + CI_EINTSTACK), %g3; \ 1630 LDPTR [%g3 + %lo(CPUINFO_VA + CI_EINTSTACK)], %g3; \ 1632 movrnz %g3, %g3, %g1; /* Use saved intr stack if exists */ \ 1674 mov %o1, %g3 ! Addr to lookup -- mind the contex [all...] |
sigcode32.s | 106 mov %g3, %l3 172 mov %l3, %g3
|
/src/lib/libc/arch/sparc/gen/ |
_setjmp.S | 51 st %g3, [%o0 + 16] 70 ld [%i0 + 16], %g3 89 ld [%i0 + 16], %g3
|
setjmp.S | 82 st %g3, [%i0 + _SC_NPC] /* sc.sc_npc */
|
/src/lib/libc/arch/sparc64/gen/ |
_setjmp.S | 48 .register %g3,#ignore 68 stx %g3, [%o0+0x48] /* if you change any of these */ 85 ldx [%i0+0x48],%g3
|
setjmp.S | 63 .register %g3,#ignore 72 mov %g3, %l3
|
longjmp.c | 46 __greg_t g3; member in struct:__anon20f3450c0108 103 uc.uc_mcontext.__gregs[_REG_G3] = r->g3;
|
/src/lib/libarch/sparc/v8/ |
sparc_v8.S | 95 sra %o0, 31, %g3 96 wr %g3, 0, %y
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
poly1305_donna32.h | 143 unsigned long g0, g1, g2, g3, g4; local in function:poly1305_finish 192 g3 = h3 + c; 193 c = g3 >> 26; 194 g3 &= 0x3ffffff; 202 g3 &= mask; 209 h3 = (h3 & mask) | g3;
|
/src/lib/libc/compat/arch/sparc64/sys/ |
compat___sigtramp1.S | 59 .register %g3,#ignore 94 mov %g3, %l3 160 mov %l3, %g3
|
/src/sys/arch/sparc/sparc/ |
sigcode_state.s | 96 mov %g3, %l3; \ 157 mov %l3, %g3; \
|
locore.s | 1806 std %g2, [%sp + CCFSZ + 24] ! save g2, g3 1879 std %g2, [%sp + CCFSZ + 24] ! save g2, g3 1969 std %g2, [%sp + CCFSZ + 24] ! save g2, g3 2340 ld [%g1 + 12], %g3 ! set %y 2341 wr %g3, 0, %y 2350 /*1*/ ldd [%g1 + 24], %g2 ! set new %g2, %g3 2998 * g2, g3, g4, g5 go to stack 3020 std %g2, [%sp + CCFSZ + 0] ! save g2, g3 3047 std %g2, [%sp + CCFSZ + 0] ! save g2, g3 3155 std %g2, [%sp + CCFSZ + 80] ! save g2, g3 [all...] |
/src/libexec/ld.elf_so/arch/sparc64/ |
rtld_start.S | 51 .register %g3,#scratch 84 ldx [%sp + BIAS + ARGC], %g3 /* arg: cleanup */
|
/src/libexec/ld.elf_so/arch/sparc/ |
rtld_start.S | 61 ld [%sp + 96], %g3 /* arg: cleanup */
|
/src/usr.bin/make/unit-tests/ |
opt-debug-graph3.exp | 68 .MAKEFLAGS = -r -k -d g3 78 MFLAGS = -r -k -d g3
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_51.h | 159 uint64_t g3 = g[3]; local in function:fe25519_cswap 165 uint64_t x3 = f3 ^ g3; 183 g[3] = g3 ^ x3; 249 uint64_t g0, g1, g2, g3, g4; local in function:fe25519_mul 261 g3 = g[3]; 271 r0 += ((uint128_t) f2_19) * ((uint128_t) g3); 278 r1 += ((uint128_t) f3_19) * ((uint128_t) g3); 285 r2 += ((uint128_t) f4_19) * ((uint128_t) g3); 287 r3 = ((uint128_t) f0 ) * ((uint128_t) g3); 294 r4 += ((uint128_t) f1 ) * ((uint128_t) g3); [all...] |
ed25519_ref10_fe_25_5.h | 216 int32_t g3 = g[3]; local in function:fe25519_cswap 227 int32_t x3 = f3 ^ g3; 260 g[3] = g3 ^ x3; 384 int32_t g3 = g[3]; local in function:fe25519_mul 394 int32_t g3_19 = 19 * g3; 410 int64_t f0g3 = f0 * (int64_t) g3; 420 int64_t f1g3_2 = f1_2 * (int64_t) g3; 430 int64_t f2g3 = f2 * (int64_t) g3; 440 int64_t f3g3_2 = f3_2 * (int64_t) g3; 450 int64_t f4g3 = f4 * (int64_t) g3; [all...] |
/src/lib/libc/compat/arch/sparc/sys/ |
compat___sigtramp1.S | 88 mov %g3, %l3; \ 149 mov %l3, %g3; \
|
/src/sys/arch/sparc64/include/ |
locore.h | 95 mov %g3, %l3; \ 104 mov %l3, %g3; \
|
/src/sys/arch/sparc/stand/ofwboot/ |
srt0.s | 49 .register %g3,#ignore 153 mov %g3, %l3 164 mov %l3, %g3 182 mov %g3, %l3 192 mov %l3, %g3
|