Home
last modified time | relevance | path

Searched refs:SP (Results 1 – 25 of 84) sorted by relevance

1234

/linux-2.6.39/arch/sh/kernel/cpu/sh5/
Dentry.S257 putcon SP, KCR1
260 movi reg_save_area, SP
261 st.q SP, SAVED_R2, r2
262 st.q SP, SAVED_R3, r3
263 st.q SP, SAVED_R4, r4
264 st.q SP, SAVED_R5, r5
265 st.q SP, SAVED_R6, r6
266 st.q SP, SAVED_R18, r18
268 st.q SP, SAVED_TR0, r3
275 or SP, ZERO, r5
[all …]
/linux-2.6.39/arch/blackfin/kernel/
Dentry.S46 SP += -12;
48 SP += 12;
81 SP += -12;
83 SP += 12;
92 SP += -12;
94 SP += 12;
103 SP += -12;
105 SP += 12;
/linux-2.6.39/arch/blackfin/lib/
Dmodsi3.S39 [--SP] = (R7:6); /* Push R7 and R6 */
40 [--SP] = RETS; /* and return address */
43 SP += -12; /* Should always provide this space */
45 SP += 12;
48 RETS = [SP++]; /* Get back return address */
49 (R7:6) = [SP++]; /* Pop registers R7 and R4 */
Dumodsi3.S32 [--SP] = (R7:6); /* Push registers and */
33 [--SP] = RETS; /* Return address */
36 SP += -12; /* Should always provide this space */
38 SP += 12;
41 RETS = [SP++]; /* Pop return address */
42 ( R7:6) = [SP++]; /* And registers */
Ddivsi3.S111 [--SP] = (R7:5); /* Push registers R5-R7 */
113 [--SP] = R2;
125 R0 = R0 << 1 || R5 = [SP];
143 SP += 4;
144 (R7:5)= [SP++]; /* Pop registers R6-R7 */
Dmuldi3.S51 A0 = R2.H * R1.L, A1 = R2.L * R1.H (FU) || R3 = [SP + 12]; /* E1 */
52 A0 += R3.H * R0.L, A1 += R3.L * R0.H (FU) || [SP] = R4; /* E1 */
71 R1.h = R1.h + R4.l (NS) || R4 = [SP];
Dudivsi3.S116 [--SP] = (R7:5); /* Push registers R5-R7 */
135 [--SP] = R3;
152 R3 = R3 << 1 || R5 = [SP];
178 SP += 4;
179 (R7:5) = [SP++]; /* Pop registers R5-R7 */
/linux-2.6.39/arch/powerpc/platforms/cell/spufs/
Dspu_save_crt0.S77 il $SP, 16368
78 stqd $0, 0($SP)
84 stqd $SP, -160($SP)
85 ai $SP, $SP, -160
Dspu_restore_crt0.S43 il $SP, 16368
44 stqd $0, 0($SP)
50 stqd $SP, -160($SP)
51 ai $SP, $SP, -160
/linux-2.6.39/arch/mn10300/mm/
Dmisalignment.c121 SP, /* stack pointer */ enumerator
190 { "mov", 0x4200, 0xf300, 0, FMT_S1, 0, {DM1, MEM2(IMM8, SP)}},
191 { "mov", 0x4300, 0xf300, 0, FMT_S1, 0, {AM1, MEM2(IMM8, SP)}},
192 { "mov", 0x5800, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), DN0}},
193 { "mov", 0x5c00, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), AN0}},
214 { "mov", 0xfa900000, 0xfff30000, 0, FMT_D2, 0, {AM1, MEM2(IMM16, SP)}},
215 { "mov", 0xfa910000, 0xfff30000, 0, FMT_D2, 0, {DM1, MEM2(IMM16, SP)}},
216 { "mov", 0xfab00000, 0xfffc0000, 0, FMT_D2, 0, {MEM2(IMM16, SP), AN0}},
217 { "mov", 0xfab40000, 0xfffc0000, 0, FMT_D2, 0, {MEM2(IMM16, SP), DN0}},
222 { "mov", 0xfb8a0000, 0xffff0f00, 0, FMT_D7, AM33, {MEM2(IMM8, SP), RN2}},
[all …]
/linux-2.6.39/arch/arm/kernel/
Dunwind.c81 SP = 13, enumerator
192 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()
194 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()
197 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_insn()
217 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_insn()
220 ctrl->vrs[SP] = ctrl->vrs[insn & 0x0f]; in unwind_exec_insn()
222 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_insn()
230 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_insn()
238 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_insn()
254 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_insn()
[all …]
Dsleep.S21 mov r2, sp @ current virtual SP
27 stmfd sp!, {r1, r2, r3, ip} @ save v:p, virt SP, retfn, phys resume fn
29 add r2, sp, r1 @ convert SP to phys
34 str r2, [r3, lr, lsl #2] @ save phys SP
36 str r2, [r3] @ save phys SP
41 mov r2, sp @ current virtual SP
45 stmfd sp!, {r1, r2, r3} @ save v:p, virt SP, return fn
47 add r2, sp, r1 @ convert SP to phys
52 str r2, [r3, lr, lsl #2] @ save phys SP
54 str r2, [r3] @ save phys SP
/linux-2.6.39/arch/blackfin/include/asm/
Ddpmc.h141 [--SP] = R0;\
144 R0 = [SP++];\
149 [--SP] = R0;\
152 R0 = [SP++];\
157 [--SP] = R0;\
160 R0 = [SP++];\
Dentry.h132 (R7:0, P5:0) = [SP++]; \
133 SP += 0x8; \
134 SYSCFG = [SP++]; \
161 (R7:0, P5:0) = [SP++]; \
162 SP += 0x8; \
163 SYSCFG = [SP++]; \
/linux-2.6.39/arch/blackfin/mach-common/
Dentry.S102 R1 = SP;
125 ASTAT = [SP++];
126 SP = EX_SCRATCH_REG; define
394 SP = EX_SCRATCH_REG; define
407 SP += -12;
409 SP += 12;
449 SP += -12;
451 SP += 12;
555 SP += 16;
585 [SP + PT_SYSCFG] = r0;
[all …]
Dinterrupt.S112 SP += -12;
115 SP += 12;
137 SP += 12;
194 SP += -12;
196 SP += 12;
230 SP += -12;
232 SP += 12;
Ddpmc_modes.S15 [--SP] = ( R7:0, P5:0 );
16 [--SP] = RETS;
48 RETS = [SP++];
49 ( R7:0, P5:0 ) = [SP++];
54 [--SP] = ( R7:0, P5:0 );
55 [--SP] = RETS;
76 [--SP] = ( R7:0, P5:0 );
77 [--SP] = RETS;
169 RETS = [SP++];
170 ( R7:0, P5:0 ) = [SP++];
[all …]
/linux-2.6.39/Documentation/mn10300/
DABI.txt48 |---------------| SP+20
50 |---------------| SP+16
52 |---------------| SP+12
54 |---------------| SP+8
56 |---------------| SP+4
58 |---------------| SP
89 Save: D2-D3, A2-A3, E4-E7, SP
119 MOV SP,An
/linux-2.6.39/arch/mn10300/lib/
D__ucmpdi2.S19 # unsigned long long b [(SP,12),(SP,16)])
/linux-2.6.39/arch/x86/kernel/
Dvm86_32.c77 #define SP(regs) (*(unsigned short *)&((regs)->pt.sp)) macro
541 SP(regs) -= 6; in do_int()
563 do_int(regs, trapno, (unsigned char __user *) (regs->pt.ss << 4), SP(regs)); in handle_vm86_trap()
596 sp = SP(regs); in handle_vm86_fault()
623 SP(regs) -= 4; in handle_vm86_fault()
626 SP(regs) -= 2; in handle_vm86_fault()
637 SP(regs) += 4; in handle_vm86_fault()
640 SP(regs) += 2; in handle_vm86_fault()
674 SP(regs) += 12; in handle_vm86_fault()
679 SP(regs) += 6; in handle_vm86_fault()
/linux-2.6.39/tools/perf/util/scripting-engines/
Dtrace-event-perl.c75 PUSHMARK(SP); in define_symbolic_value()
107 PUSHMARK(SP); in define_symbolic_field()
133 PUSHMARK(SP); in define_flag_value()
166 PUSHMARK(SP); in define_flag_field()
285 PUSHMARK(SP); in perl_process_event()
338 PUSHMARK(SP); in run_start_sub()
394 PUSHMARK(SP); in perl_stop_script()
/linux-2.6.39/arch/m68k/ifpsp060/
Dfpsp.doc169 - documented in 3.5 of 060SP spec.
177 - documented in 3.5 of 060SP spec.
185 - documented in 3.7 of 060SP spec.
193 - documented in 3.6 of 060SP spec.
202 - documented in 3.4 of 060SP spec.
214 - documented in 3.4 of 060SP spec.
227 - not fully documented in 060SP spec.
264 - documented in 3.1 of 060SP spec.
/linux-2.6.39/arch/sh/kernel/
Dhead_64.S287 movi init_thread_union, SP
288 putcon SP, KCR0 /* Set current to init_task */
290 add SP, r22, SP
/linux-2.6.39/Documentation/networking/
Dxfrm_proc.txt41 e.g. Inbound SAs are correct but SP rule is wrong
44 e.g. Inbound SAs are correct but no SP is found
/linux-2.6.39/arch/mn10300/kernel/
Dkernel_execve.S22 # On entry: D0/D1/8(SP): arguments to function

1234