/sysdeps/sparc/sparc64/ |
A D | dl-trampoline.S | 114 stx %l0, [%sp + STACK_BIAS + ( 0 * 8)] 115 stx %l1, [%sp + STACK_BIAS + ( 1 * 8)] 116 stx %l2, [%sp + STACK_BIAS + ( 2 * 8)] 117 stx %l3, [%sp + STACK_BIAS + ( 3 * 8)] 118 stx %l4, [%sp + STACK_BIAS + ( 4 * 8)] 174 add %fp, STACK_BIAS, %l2 176 add %sp, STACK_BIAS, %l3 198 add %sp, STACK_BIAS + (24 * 8), %o2 200 add %sp, STACK_BIAS + (16 * 8), %o3 263 add %sp, STACK_BIAS, %o3 [all …]
|
A D | backtrace.h | 7 #define BACKTRACE_STACK_BIAS STACK_BIAS
|
A D | start.S | 56 ldx [%sp+STACK_BIAS+22*8], %o1 57 add %sp, STACK_BIAS+23*8, %o2
|
A D | dl-machine.h | 278 " add %sp," __S(STACK_BIAS) "+22*8,%o0\n" \ 298 " ldx [%sp + " __S(STACK_BIAS) " + 22*8], %i5\n" \ 303 " stx %i5, [%sp + " __S(STACK_BIAS) " + 22*8]\n" \ 304 " add %sp, " __S(STACK_BIAS) " + 23*8, %i1\n" \ 332 " add %sp, " __S(STACK_BIAS) " + 23*8, %o2\n" \
|
/sysdeps/sparc/sparc64/fpu/ |
A D | s_nearbyint.S | 39 stx %fsr, [%sp + STACK_BIAS + 144] 42 ldx [%sp + STACK_BIAS + 144], %o4 48 stx %o2, [%sp + STACK_BIAS + 128] 49 stx %o4, [%sp + STACK_BIAS + 136] 50 ldx [%sp + STACK_BIAS + 136], %fsr 52 ldd [%sp + STACK_BIAS + 128], %f16 62 ldx [%sp + STACK_BIAS + 144], %fsr
|
A D | s_nearbyintf.S | 39 stx %fsr, [%sp + STACK_BIAS + 144] 42 ldx [%sp + STACK_BIAS + 144], %o4 47 st %o2, [%sp + STACK_BIAS + 128] 48 stx %o4, [%sp + STACK_BIAS + 136] 49 ldx [%sp + STACK_BIAS + 136], %fsr 51 ld [%sp + STACK_BIAS + 128], %f16 61 ldx [%sp + STACK_BIAS + 144], %fsr
|
A D | s_lrintf.S | 40 st %o2, [%sp + STACK_BIAS + 128] 43 ld [%sp + STACK_BIAS + 128], %f16 55 std %f4, [%sp + STACK_BIAS + 128] 57 ldx [%sp + STACK_BIAS + 128], %o0
|
A D | s_lrint.S | 41 stx %o2, [%sp + STACK_BIAS + 128] 44 ldd [%sp + STACK_BIAS + 128], %f16 56 std %f4, [%sp + STACK_BIAS + 128] 58 ldx [%sp + STACK_BIAS + 128], %o0
|
A D | s_signbitf.S | 22 st %f1, [%sp + STACK_BIAS + 128] 23 ld [%sp + STACK_BIAS + 128], %o0
|
A D | s_signbit.S | 22 st %f0, [%sp + STACK_BIAS + 128] 23 ld [%sp + STACK_BIAS + 128], %o0
|
A D | s_finite.S | 23 st %f0, [%sp + STACK_BIAS + 128] 25 ld [%sp + STACK_BIAS + 128], %o0
|
A D | s_finitef.S | 23 st %f0, [%sp + STACK_BIAS + 128] 25 ld [%sp + STACK_BIAS + 128], %o0
|
A D | s_isnanf.S | 22 st %f1, [%sp + STACK_BIAS + 128] 24 lduw [%sp + STACK_BIAS + 128], %o0
|
A D | s_isnan.S | 22 std %f0, [%sp + STACK_BIAS + 128] 24 ldx [%sp + STACK_BIAS + 128], %o0
|
A D | s_isinff.S | 22 st %f1, [%sp + STACK_BIAS + 128] 24 lduw [%sp + STACK_BIAS + 128], %g1
|
A D | s_isinf.S | 22 std %f0, [%sp + STACK_BIAS + 128] 24 ldx [%sp + STACK_BIAS + 128], %g1
|
A D | s_rint.S | 41 stx %o2, [%sp + STACK_BIAS + 128] 44 ldd [%sp + STACK_BIAS + 128], %f16
|
A D | s_rintf.S | 40 st %o2, [%sp + STACK_BIAS + 128] 43 ld [%sp + STACK_BIAS + 128], %f16
|
/sysdeps/sparc/sparc64/fpu/multiarch/ |
A D | s_nearbyint-vis3.S | 38 stx %fsr, [%sp + STACK_BIAS + 144] 41 ldx [%sp + STACK_BIAS + 144], %o4 48 stx %o4, [%sp + STACK_BIAS + 136] 49 ldx [%sp + STACK_BIAS + 136], %fsr 60 ldx [%sp + STACK_BIAS + 144], %fsr
|
A D | s_nearbyintf-vis3.S | 38 stx %fsr, [%sp + STACK_BIAS + 144] 41 ldx [%sp + STACK_BIAS + 144], %o4 47 stx %o4, [%sp + STACK_BIAS + 136] 48 ldx [%sp + STACK_BIAS + 136], %fsr 59 ldx [%sp + STACK_BIAS + 144], %fsr
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | sigcontextinfo.h | 39 #ifndef STACK_BIAS 40 #define STACK_BIAS 2047 macro
|
A D | syscall.S | 29 ldx [%sp + STACK_BIAS + 176],%o5
|
A D | ____longjmp_chk.S | 57 sub %l0, STACK_BIAS, %l0
|
A D | sysdep.h | 128 #define STACK_BIAS 2047 macro
|
A D | register-dump.h | 87 unsigned long *r = (unsigned long *) (ptregs->u_regs[14] + STACK_BIAS); in register_dump()
|