Searched refs:stack (Results 1 – 25 of 46) sorted by relevance
12
54 int32_t priority, size_t stack) in Start() argument57 run(name, priority, stack); in Start()60 int32_t priority, size_t stack) in SignalDrivenThread() argument68 run(name, priority, stack); in SignalDrivenThread()
52 int32_t priority, size_t stack);60 int32_t priority, size_t stack);
164 ; This macro aligns the stack to the given alignment (in bytes). The stack165 ; is left such that the previous value of the stack pointer is the first166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')322 ; store registers 6-n on the stack324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return325 ; value. Typically we follow this up with 'push rbp' - re-aligning the stack -384 ; Tell GNU ld that we don't require an executable stack.386 section .note.GNU-stack noalloc noexec nowrite progbits389 section .note.GNU-stack noalloc noexec nowrite progbits392 section .note.GNU-stack noalloc noexec nowrite progbits
1815 self.stack = []1827 return (not self.stack) or self.stack[-1].seen_open_brace1835 return self.stack and isinstance(self.stack[-1], _NamespaceInfo)1861 self.pp_stack.append(_PreprocessorInfo(copy.deepcopy(self.stack)))1870 self.pp_stack[-1].stack_before_else = copy.deepcopy(self.stack)1873 self.stack = copy.deepcopy(self.pp_stack[-1].stack_before_if)1886 self.stack = self.pp_stack[-1].stack_before_else1909 if self.stack:1910 inner_block = self.stack[-1]1943 self.stack.append(new_namespace)[all …]
20 ; stack unsigned char *dst_ptr,21 ; stack int dst_pitch23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size…24 … is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,28 …str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffs…124 ldr r0, [sp, #216] ; load dst address from stack 180+36125 ldr r1, [sp, #220] ; load dst stride from stack 180+40
26 ; stack unsigned int output_height27 ; stack const short *vp8_filter49 str r1, [sp] ; push destination to stack139 str r1, [sp] ; push destination to stack232 str r1, [sp] ; push destination to stack306 ; stack const short *vp8_filter314 str r1, [sp] ; push destination to stack379 ; stack const short *vp8_filter437 ; stack unsigned int output_pitch,438 ; stack const short *vp8_filter[all …]
22 ; stack unsigned int width,23 ; stack const short *vp8_filter145 ; stack unsigned int width,146 ; stack const short *vp8_filter
39 stw r0, -8(r1) ;# save old VRSAVE to stack51 lwz r12, -8(r1) ;# restore old VRSAVE from stack88 stw r0, -8(r1) ;# save old VRSAVE to stack104 lwz r12, -8(r1) ;# restore old VRSAVE from stack127 stw r0, -8(r1) ;# save old VRSAVE to stack172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
203 stwu r1,-32(r1) ;# create space on the stack543 addi r1, r1, 32 ;# recover stack566 stwu r1,-32(r1) ;# create space on the stack823 ;# use the stack as temporary storage919 ;# always write to the stack when doing a horizontal copy939 ;# always read from the stack when doing a vertical filter953 addi r1, r1, 416 ;# recover stack
32 stwu r1, -32(r1) ;# create space on the stack40 addi r1, r1, 32 ;# recover stack
135 stwu r1,-416(r1) ;# create space on the stack165 addi r1, r1, 416 ;# recover stack
22 ; stack(r4) unsigned char *dst_ptr,23 ; stack(r5) int dst_pixels_per_line,24 ; stack(r6) unsigned int *sse31 ldr r4, [sp, #12] ;load *dst_ptr from stack32 ldr r5, [sp, #16] ;load dst_pixels_per_line from stack33 ldr lr, [sp, #20] ;load *sse from stack
27 ; stack unsigned int *sse70 ldr r12, [sp] ;load *sse from stack140 ldr r12, [sp] ;load *sse from stack195 ldr r12, [sp] ;load *sse from stack216 ; stack unsigned int *sse260 ldr r12, [sp] ;load *sse from stack
36 ldr lr, [sp, #4] ;load *sse from stack138 ldr lr, [sp, #4] ;load *sse from stack233 ldr lr, [sp, #4] ;load *sse from stack342 ; stack unsigned char *dst_ptr,343 ; stack int dst_pixels_per_line,344 ; stack unsigned int *sse353 ldr r4, [sp, #8] ;load *dst_ptr from stack354 ldr r12, [sp, #12] ;load dst_pixels_per_line from stack355 ldr lr, [sp, #16] ;load *sse from stack364 sub sp, sp, #256 ;reserve space on stack for temporary storage[all …]
24 ; stack(r4) unsigned char *dst_ptr,25 ; stack(r5) int dst_pixels_per_line,26 ; stack(r6) unsigned int *sse36 ldr r4, [sp, #16] ;load *dst_ptr from stack37 ldr r5, [sp, #20] ;load dst_pixels_per_line from stack38 ldr r6, [sp, #24] ;load *sse from stack51 sub sp, sp, #272 ;reserve space on stack for temporary storage242 sub sp, sp, #528 ;reserve space on stack for temporary storage311 sub sp, sp, #528 ;reserve space on stack for temporary storage
33 ; stack(r4) unsigned char *dst_ptr,34 ; stack(r5) int dst_pitch41 ldr r4, [sp, #12] ;load parameters from stack42 ldr r5, [sp, #16] ;load parameters from stack55 sub sp, sp, #64 ;reserve space on stack for temporary storage246 vld1.u8 {q9}, [lr]! ;load intermediate data from stack
34 ; stack(r5) int dst_pitch40 ldr r4, [sp, #12] ;load parameters from stack41 ldr r5, [sp, #16] ;load parameters from stack54 sub sp, sp, #32 ;reserve space on stack for temporary storage231 vqrshrun.s16 d29, q11, #7 ;load intermediate data from stack
33 ; stack(r4) unsigned char *dst_ptr,34 ; stack(lr) int dst_pitch40 ldr r4, [sp, #8] ;load parameters from stack41 ldr lr, [sp, #12] ;load parameters from stack
24 ; stack int Up25 ; stack int Left305 ; stack int Up306 ; stack int Left
22 stwu r1,-32(r1) ;# create space on the stack48 addi r1, r1, 32 ;# recover stack
32 stwu r1,-32(r1) ;# create space on the stack49 addi r1, r1, 32 ;# recover stack
25 ; stack unsigned int *sse65 ldr r12, [sp] ;load *sse from stack
200 ; %1 = number of arguments. loads them from stack if needed.210 ; TODO Some functions can use some args directly from the stack. If they're the636 ; This is needed for ELF, otherwise the GNU linker assumes the stack is639 SECTION .note.GNU-stack noalloc noexec nowrite progbits641 SECTION .note.GNU-stack noalloc noexec nowrite progbits643 SECTION .note.GNU-stack noalloc noexec nowrite progbits
37 ; move the global rd onto the stack, since we don't have enough registers
38 ; move the global rd onto the stack, since we don't have enough registers