/src/lib/libc/arch/sparc/gen/ |
sparc_longjmp.h | 39 __greg_t g4; member in struct:__jmp_buf_regs_t
|
_setjmp.S | 53 st %g4, [%o0 + 48] 72 ld [%i0 + 48], %g4 91 ld [%i0 + 48], %g4
|
setjmp.S | 85 st %g4, [%i0 + _SIZEOF_SC + _JB_G4]
|
longjmp.c | 50 * the sigcontext structure, plus 2 more words for g4 and g7. 52 __CTASSERT(_SIZEOF_SC + _JB_G4 == offsetof(struct __jmp_buf,regs.g4)); 103 uc.uc_mcontext.__gregs[_REG_G4] = r->g4;
|
/src/lib/csu/arch/sparc64/ |
crt0.S | 55 clr %g4 ! data base for some memory models
|
/src/sys/arch/sparc64/sparc64/ |
cpu_in_cksum.S | 80 * %g4 - temp 90 srlx %o3, 32, %g4 ! REDUCE bigtime 103 srlx %o3, 32, %g4 ! REDUCE bigtime 109 add %o3, %g4, %o3 152 clr %g4 156 add %o3, %g4, %o3 158 lduw [%o5 + 0x04], %g4 164 add %o3, %g4, %o3 229 clr %g4 ! In case we are using EMBEDANY (ick)
|
locore.s | 718 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag:data into %g4:%g5 720 cmp %g1, %g4 ! Compare TLB tags 735 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag and data into %g4 and %g5 737 cmp %g1, %g4 ! Compare TLB tags 929 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag:data into %g4:%g5 931 cmp %g1, %g4 ! Compare TLB tags 946 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4 ! Load TSB tag and data into %g4 and %g [all...] |
sigcode32.s | 107 mov %g4, %l4 173 mov %l4, %g4
|
sunos_sigcode.s | 106 mov %g4, %l4 174 mov %l4, %g4
|
mp_subr.S | 106 clr %g4 198 mov %o2, %g4 205 mov %g4, %o2 464 clr %g4 472 ldxa [%g4] ASI_DCACHE_TAG, %g6 473 mov %g4, %g2 476 inc 32, %g4
|
hvcall.S | 576 mov %o2, %g4 581 stx %o2, [%g4] 608 mov %o2, %g4 613 stx %o2, [%g4]
|
/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 195 g4 = h4 + c - (1UL << 26); 198 mask = (g4 >> ((sizeof(unsigned long) * 8) - 1)) - 1; 203 g4 &= mask; 210 h4 = (h4 & mask) | g4;
|
/src/sys/arch/sparc/sparc/ |
sigcode_state.s | 97 mov %g4, %l4; \ 158 mov %l4, %g4; \
|
locore.s | 1809 std %g4, [%sp + CCFSZ + 32] ! (sneak g4,g5 in here) 1882 std %g4, [%sp + CCFSZ + 32] ! (sneak g4,g5 in here) 1927 ldd [%sp + CCFSZ + 32], %g4 1946 ldd [%sp + CCFSZ + 32], %g4 1970 std %g4, [%sp + CCFSZ + 32] ! save g4, g5 1998 ldd [%sp + CCFSZ + 32], %g4 2035 ldd [%sp + CCFSZ + 32], %g4 [all...] |
/src/sys/arch/sparc/stand/common/ |
srt0.S | 148 mov CPU_SUN4C, %g4 166 mov CPU_SUN4M, %g4 173 mov CPU_SUN4, %g4 177 st %g4, [%o0 + %lo(_C_LABEL(cputyp))]
|
/src/sys/arch/sparc64/include/ |
asm.h | 11 #define BASEREG %g4
|
locore.h | 96 mov %g4, %l4; \ 105 mov %l4, %g4; \
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_51.h | 160 uint64_t g4 = g[4]; local in function:fe25519_cswap 166 uint64_t x4 = f4 ^ g4; 184 g[4] = g4 ^ x4; 249 uint64_t g0, g1, g2, g3, g4; local in function:fe25519_mul 262 g4 = g[4]; 270 r0 += ((uint128_t) f1_19) * ((uint128_t) g4); 277 r1 += ((uint128_t) f2_19) * ((uint128_t) g4); 284 r2 += ((uint128_t) f3_19) * ((uint128_t) g4); 291 r3 += ((uint128_t) f4_19) * ((uint128_t) g4); 293 r4 = ((uint128_t) f0 ) * ((uint128_t) g4); [all...] |
ed25519_ref10_fe_25_5.h | 217 int32_t g4 = g[4]; local in function:fe25519_cswap 228 int32_t x4 = f4 ^ g4; 261 g[4] = g4 ^ x4; 385 int32_t g4 = g[4]; local in function:fe25519_mul 395 int32_t g4_19 = 19 * g4; 411 int64_t f0g4 = f0 * (int64_t) g4; 421 int64_t f1g4 = f1 * (int64_t) g4; 431 int64_t f2g4 = f2 * (int64_t) g4; 441 int64_t f3g4 = f3 * (int64_t) g4; 451 int64_t f4g4 = f4 * (int64_t) g4; [all...] |
/src/sys/arch/sparc/stand/ofwboot/ |
srt0.s | 104 clr %g4 ! Point %g4 to start of data segment 154 mov %g4, %l4 165 mov %l4, %g4 183 mov %g4, %l4 193 mov %l4, %g4
|
/src/lib/libc/compat/arch/sparc/sys/ |
compat___sigtramp1.S | 89 mov %g4, %l4; \ 150 mov %l4, %g4; \
|
/src/lib/libc/compat/arch/sparc64/sys/ |
compat___sigtramp1.S | 95 mov %g4, %l4 161 mov %l4, %g4
|
/src/sys/crypto/skipjack/ |
skipjack.c | 95 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) macro 154 g4 (wh4,wl4, wh4,wl4); wl3 ^= wl4 ^ 2; wh3 ^= wh4; 159 g4 (wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 7; wh2 ^= wh3; 166 wh3 ^= wh2; wl3 ^= wl2 ^ 12; g4 (wh2,wl2, wh2,wl2); 173 g4 (wh1,wl1, wh1,wl1); wl4 ^= wl1 ^ 17; wh4 ^= wh1; 178 g4 (wh4,wl4, wh4,wl4); wl3 ^= wl4 ^ 22; wh3 ^= wh4; 185 wh4 ^= wh3; wl4 ^= wl3 ^ 27; g4 (wh3,wl3, wh3,wl3); 190 wh3 ^= wh2; wl3 ^= wl2 ^ 32; g4 (wh2,wl2, wh2,wl2);
|
/src/lib/libc/arch/sparc64/gen/ |
setjmp.S | 73 mov %g4, %l4
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
aspeed-bmc-microsoft-olympus.dts | 5 #include "aspeed-g4.dtsi"
|