HomeSort by: relevance | last modified time | path
    Searched refs:stq (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/lib/libc/compat/arch/alpha/gen/
compat_setjmp.S 47 stq ra, (2 * 8)(a0) /* sc_pc = return address */
48 stq s0, (( 9 + 4) * 8)(a0) /* saved bits of sc_regs */
49 stq s1, ((10 + 4) * 8)(a0)
50 stq s2, ((11 + 4) * 8)(a0)
51 stq s3, ((12 + 4) * 8)(a0)
52 stq s4, ((13 + 4) * 8)(a0)
53 stq s5, ((14 + 4) * 8)(a0)
54 stq s6, ((15 + 4) * 8)(a0)
55 stq ra, ((26 + 4) * 8)(a0)
56 stq sp, ((30 + 4) * 8)(a0
    [all...]
compat__setjmp.S 47 stq ra, (2 * 8)(a0) /* sc_pc = return address */
48 stq s0, (( 9 + 4) * 8)(a0) /* saved bits of sc_regs */
49 stq s1, ((10 + 4) * 8)(a0)
50 stq s2, ((11 + 4) * 8)(a0)
51 stq s3, ((12 + 4) * 8)(a0)
52 stq s4, ((13 + 4) * 8)(a0)
53 stq s5, ((14 + 4) * 8)(a0)
54 stq s6, ((15 + 4) * 8)(a0)
55 stq ra, ((26 + 4) * 8)(a0)
56 stq sp, ((30 + 4) * 8)(a0
    [all...]
  /src/sys/arch/alpha/alpha/
pmap_subr.s 79 1: stq zero, (0*8)(a0) /* 0 */
80 stq zero, (1*8)(a0) /* 1 */
81 stq zero, (2*8)(a0) /* 2 */
82 stq zero, (3*8)(a0) /* 3 */
84 stq zero, (4*8)(a0) /* 4 */
85 stq zero, (5*8)(a0) /* 5 */
86 stq zero, (6*8)(a0) /* 6 */
87 stq zero, (7*8)(a0) /* 7 */
90 stq zero, (0*8)(a2) /* 8 */
91 stq zero, (1*8)(a2) /* 9 *
    [all...]
locore.s 352 stq v0,(FRAME_V0*8)(sp)
353 stq a3,(FRAME_A3*8)(sp)
354 stq a4,(FRAME_A4*8)(sp)
355 stq a5,(FRAME_A5*8)(sp)
356 stq s0,(FRAME_S0*8)(sp)
357 stq s1,(FRAME_S1*8)(sp)
358 stq s2,(FRAME_S2*8)(sp)
359 stq s3,(FRAME_S3*8)(sp)
360 stq s4,(FRAME_S4*8)(sp)
361 stq s5,(FRAME_S5*8)(sp
    [all...]
prom_disp.s 63 stq ra, D_RA(sp)
64 stq s0, D_S0(sp)
65 stq s1, D_S1(sp)
66 stq s2, D_S2(sp)
67 stq s3, D_S3(sp)
68 stq s4, D_S4(sp)
69 stq s5, D_S5(sp)
70 stq s6, D_S6(sp)
78 stq sp, 0(s0)
debug.s 73 stq t0, FRAME_SP*8(a4) /* belatedly save sp for ddb view */
75 stq s0, (0*8)(sp) /* save s0 ... */
76 stq s1, (1*8)(sp)
77 stq s2, (2*8)(sp)
78 stq s3, (3*8)(sp)
79 stq s4, (4*8)(sp)
80 stq s5, (5*8)(sp) /* ... through s5 */
81 stq ra, (6*8)(sp) /* save ra */
linux_sigcode.s 79 stq a2, 0(sp)
91 stq a2, 0(sp)
  /src/lib/libc/arch/alpha/gen/
__setjmp14.S 48 stq ra, SC_PC(a0) /* sc_pc = return address */
49 stq s0, (SC_REGS+_REG_S0*8)(a0) /* saved bits of sc_regs */
50 stq s1, (SC_REGS+_REG_S1*8)(a0)
51 stq s2, (SC_REGS+_REG_S2*8)(a0)
52 stq s3, (SC_REGS+_REG_S3*8)(a0)
53 stq s4, (SC_REGS+_REG_S4*8)(a0)
54 stq s5, (SC_REGS+_REG_S5*8)(a0)
55 stq s6, (SC_REGS+_REG_S6*8)(a0)
56 stq ra, (SC_REGS+_REG_RA*8)(a0)
57 stq sp, (SC_REGS+_REG_SP*8)(a0
    [all...]
swapcontext.S 43 stq ra, FRAME_RA(sp) /* must save ra, oucp, ucp */
44 stq a0, FRAME_OUCP(sp)
45 stq a1, FRAME_UCP(sp)
50 stq t1, (UC_GREGS + _REG_RA*8)(t0) /* Adjust saved RA */
51 stq t1, (UC_GREGS + _REG_PC*8)(t0) /* Adjust saved PC */
53 stq t1, (UC_GREGS + _REG_SP*8)(t0) /* Adjust saved SP */
divrem.m4 61 stq BIT, 0(sp)
62 stq I, 8(sp)
63 stq CC, 16(sp)
64 stq T_0, 24(sp)
66 ` stq NEG, 32(sp)')
67 stq A, 40(sp)
68 stq B, 48(sp)
__sigsetjmp14.S 48 stq a1, (83 * 8)(a0) /* save the mask */
  /src/common/lib/libc/arch/alpha/gmon/
_mcount.S 67 stq at_reg, OFFSET_AT(sp)
68 stq v0, OFFSET_V0(sp)
69 stq t0, OFFSET_T0(sp)
70 stq t1, OFFSET_T1(sp)
71 stq t2, OFFSET_T2(sp)
72 stq t3, OFFSET_T3(sp)
73 stq t4, OFFSET_T4(sp)
74 stq t5, OFFSET_T5(sp)
75 stq t6, OFFSET_T6(sp)
76 stq t7, OFFSET_T7(sp
    [all...]
  /src/lib/csu/arch/alpha/
crti.S 43 stq ra, 0(sp)
44 stq gp, 8(sp)
53 stq ra, 0(sp)
54 stq gp, 8(sp)
  /src/lib/libc/arch/alpha/sys/
getcontext.S 41 stq ra, (UC_GREGS + _REG_PC*8)(a0) /* Adjust saved PC */
42 stq zero, (UC_GREGS + _REG_V0*8)(a0)/* Arrange for a rv of 0 */
__clone.S 59 stq a0, 0(a1)
60 stq a3, 8(a1)
cerror.S 48 stq ra, FRAME_RA_OFFSET(sp)
49 stq v0, FRAME_V0_OFFSET(sp)
sbrk.S 49 stq a0, __curbrk
  /src/libexec/ld.elf_so/arch/alpha/
rtld_start.S 93 stq ra, 0(sp) ; \
94 stq v0, 8(sp) ; \
95 stq t0, 16(sp) /* XXX t0-t7 necessary? */ ; \
96 stq t1, 24(sp) ; \
97 stq t2, 32(sp) ; \
98 stq t3, 40(sp) ; \
99 stq t4, 48(sp) ; \
100 stq t5, 56(sp) ; \
101 stq t6, 64(sp) ; \
102 stq t7, 72(sp) ;
    [all...]
  /src/sys/arch/alpha/stand/common/
prom_swpal.S 73 stq ra, D_RA(sp)
74 stq s0, D_S0(sp)
75 stq s1, D_S1(sp)
76 stq s2, D_S2(sp)
77 stq s3, D_S3(sp)
78 stq s4, D_S4(sp)
79 stq s5, D_S5(sp)
81 stq pv, 0(sp)
82 stq gp, 8(sp)
93 stq v0, PCB_PTBR(s2
    [all...]
prom_disp.S 61 stq ra, D_RA(sp)
62 stq s0, D_S0(sp)
63 stq s1, D_S1(sp)
64 stq s2, D_S2(sp)
65 stq s3, D_S3(sp)
66 stq s4, D_S4(sp)
67 stq s5, D_S5(sp)
68 stq s6, D_S6(sp)
76 stq sp, 0(s0)
  /src/common/lib/libc/arch/alpha/string/
bzero.S 73 stq zero,0(a0)
74 stq zero,8(a0)
75 stq zero,16(a0)
76 stq zero,24(a0)
78 stq zero,32(a0)
79 stq zero,40(a0)
80 stq zero,48(a0)
81 stq zero,56(a0)
94 stq zero,0(a0)
106 stq t0,0(a0
    [all...]
  /src/sys/lib/libkern/arch/alpha/
divrem.m4 61 stq BIT, 0(sp)
62 stq I, 8(sp)
63 stq CC, 16(sp)
64 stq T_0, 24(sp)
66 ` stq NEG, 32(sp)')
67 stq A, 40(sp)
68 stq B, 48(sp)
  /src/tests/kernel/arch/alpha/
signalsphandler.S 47 stq sp, 0(at_reg)
contextspfunc.S 47 stq sp, 0(at_reg)
execsp.S 48 stq sp, 0(at_reg)
62 stq sp, 0(at_reg)
82 stq sp, 0(at_reg)
97 stq sp, 0(at_reg)

Completed in 22 milliseconds

1 2