Searched refs:STACK_BIAS (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp18 #define STACK_BIAS 2047 macro
20 #define STACK_BIAS 0 macro
51 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS;
73 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS;
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dstack.h30 #define STACK_BIAS 0 macro
/freebsd-current/crypto/openssl/include/crypto/
H A Dsparc_arch.h85 # define STACK_BIAS 2047 macro
86 # define STACK_7thARG (STACK_BIAS+176)
95 # define STACK_BIAS 0 macro
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl197 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
204 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+0`],%l2
207 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
209 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
212 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+4`],%l5
214 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+0`],%l6
216 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
217 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+14)%16)*$SZ+4`],%l7
218 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
219 ld [%sp+STACK_BIAS
[all...]
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl42 #define LOCALS (STACK_BIAS+STACK_FRAME)
900 stx $rp,[%fp+STACK_BIAS-8] ! off-load $rp
920 st $t0,[%fp+STACK_BIAS-12]
938 st $t0,[%fp+STACK_BIAS-16]
981 st @acc[0],[%fp+STACK_BIAS-20]
1008 ld [%fp+STACK_BIAS-12],$t0
1009 ld [%fp+STACK_BIAS-16],$t1
1010 ld [%fp+STACK_BIAS-20],$t2
1018 ldx [%fp+STACK_BIAS-8],$rp
1048 ldx [%fp+STACK_BIAS
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl90 add %sp,STACK_BIAS+STACK_FRAME,$tab
H A Dsparct4-mont.pl695 add %sp, STACK_BIAS, %g4 ! real top of stack
721 add %sp, STACK_BIAS+STACK_FRAME, $tp
944 add %sp, STACK_BIAS, %g4 ! real top of stack
974 add %sp, STACK_BIAS+STACK_FRAME, $tp

Completed in 188 milliseconds