Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 13 of 13) sorted by relevance

/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Djump_mips32_o32_elf_gas.S41 addiu $sp, $sp, -92
43 sw $s0, 48($sp) # save S0
44 sw $s1, 52($sp) # save S1
45 sw $s2, 56($sp) # save S2
46 sw $s3, 60($sp) # save S3
47 sw $s4, 64($sp) # save S4
48 sw $s5, 68($sp) # save S5
70 sw $sp, ($a0)
73 move $sp, $a1
102 lw $t9, 88($sp)
[all …]
H A Djump_arm64_aapcs_macho_gas.S53 sub sp, sp, #0xb0
61 stp d8, d9, [sp, #0x00]
62 stp d10, d11, [sp, #0x10]
63 stp d12, d13, [sp, #0x20]
64 stp d14, d15, [sp, #0x30]
70 stp x19, x20, [sp, #0x40]
78 str lr, [sp, #0xa0]
82 mov x4, sp
86 mov sp, x1
115 ldr x4, [sp, #0xa0]
[all …]
H A Djump_arm64_aapcs_elf_gas.S61 sub sp, sp, #0xb0
74 stp d8, d9, [sp, #0x00]
75 stp d10, d11, [sp, #0x10]
76 stp d12, d13, [sp, #0x20]
77 stp d14, d15, [sp, #0x30]
81 stp x19, x20, [sp, #0x40]
89 str x30, [sp, #0xa0]
93 mov x4, sp
97 mov sp, x1
123 ldr x4, [sp, #0xa0]
[all …]
H A Djump_sparc_sysv_elf_gas.S111 ld [%sp + OFF(0)], %l0
112 ld [%sp + OFF(1)], %l1
113 ld [%sp + OFF(2)], %l2
114 ld [%sp + OFF(3)], %l3
115 ld [%sp + OFF(4)], %l4
116 ld [%sp + OFF(5)], %l5
117 ld [%sp + OFF(6)], %l6
118 ld [%sp + OFF(7)], %l7
119 ld [%sp + OFF(8)], %i0
120 ld [%sp + OFF(9)], %i1
[all …]
H A Djump_sparc64_sysv_elf_gas.S115 ldx [%sp + BIAS + OFF(0)], %l0
116 ldx [%sp + BIAS + OFF(1)], %l1
117 ldx [%sp + BIAS + OFF(2)], %l2
118 ldx [%sp + BIAS + OFF(3)], %l3
119 ldx [%sp + BIAS + OFF(4)], %l4
120 ldx [%sp + BIAS + OFF(5)], %l5
121 ldx [%sp + BIAS + OFF(6)], %l6
122 ldx [%sp + BIAS + OFF(7)], %l7
123 ldx [%sp + BIAS + OFF(8)], %i0
124 ldx [%sp + BIAS + OFF(9)], %i1
[all …]
H A Djump_arm_aapcs_elf_gas.S52 sub sp, sp, #64
60 vstmia sp, {d8-d15}
66 str sp, [a1]
69 mov sp, a2
77 vldmia sp, {d8-d15}
82 add sp, sp, #64
H A Djump_arm_aapcs_macho_gas.S60 sub sp, sp, #64
68 vstmia sp, {d8-d15}
74 str sp, [a1]
77 mov sp, a2
85 vldmia sp, {d8-d15}
91 add sp, sp, #64
H A Djump_arm_aapcs_pe_armasm.asm52 sub sp, sp, #0x4c
59 vstmia sp, {d8-d15}
H A Dmake_mips32_o32_elf_gas.S54 # including 48 byte of shadow space (sp % 16 == 0)
73 addiu $sp, $sp, -32
75 sw $ra, 28($sp)
H A Dmake_sparc_sysv_elf_gas.S48 save %sp, -CCFSZ, %sp
H A Dmake_sparc64_sysv_elf_gas.S54 save %sp, -CCFSZ, %sp
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTFiberOptimized.h149 char* sp = (char *)stackDesc.stackTop; in Create() local
158 sp -= 16; // pointer size and stack alignment in Create()
159 paramOnStack = sp; in Create()
160 sp -= 40; // reserve for register params in Create()
161 fiberContext.Rsp = (unsigned long long)sp; in Create()
167 sp -= sizeof(void*); // reserve stack space for one pointer argument in Create()
168 paramOnStack = sp; in Create()
169 sp -= sizeof(void*); in Create()
170 fiberContext.Esp = (unsigned long long)sp; in Create()
/TaskScheduler/ThirdParty/Boost.Context/
H A Dfcontext.h50 void* sp