Home
last modified time | relevance | path

Searched refs:stack_offset (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
Dgl_x86-64_asm.py59 for [reg, stack_offset] in registers:
60 save_reg( reg, stack_offset, adjust_stack )
71 [reg, stack_offset] = temp.pop()
72 restore_reg(reg, stack_offset, adjust_stack)
175 stack_offset = 0
182 registers.append( [int_parameters[int_class], stack_offset] )
184 stack_offset += 8
187 registers.append( ["%%xmm%u" % (sse_class), stack_offset] )
189 stack_offset += 8
/external/libffi/src/avr32/
Dffi.c74 unsigned int stack_offset = 0; in ffi_prep_args() local
101 addr = stack_base + stack_offset; in ffi_prep_args()
102 stack_offset += z; in ffi_prep_args()
131 addr = stack_base + stack_offset; in ffi_prep_args()
132 stack_offset += z; in ffi_prep_args()
169 for(i = 0; i < stack_offset / 4; i++) in ffi_prep_args()
277 register unsigned int stack_offset = 0; in ffi_prep_incoming_args_SYSV() local
310 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
311 stack_offset += z; in ffi_prep_incoming_args_SYSV()
340 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/experimental/
D__init__.py65 def _warn_experimental(api_name, stack_offset): argument
74 warnings.warn(msg, ExperimentalApiWarning, stacklevel=2 + stack_offset)
/external/jemalloc_new/src/
Dtcache.c386 size_t stack_offset = 0; in tcache_init() local
393 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
400 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()
403 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
405 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()
407 assert(stack_offset == stack_nelms * sizeof(void *)); in tcache_init()
456 size_t size, stack_offset; in tcache_create_explicit() local
461 stack_offset = size; in tcache_create_explicit()
473 (void *)((uintptr_t)tcache + (uintptr_t)stack_offset)); in tcache_create_explicit()
/external/libaom/third_party/x86inc/
Dx86inc.asm281 %define r%1m [rstk + stack_offset + %3]
284 %define r%1m [rstk + stack_offset + %3]
359 %assign stack_offset stack_offset+gprsize
366 %assign stack_offset stack_offset-gprsize
400 %assign stack_offset stack_offset+(%2)
407 %assign stack_offset stack_offset-(%2)
449 %xdefine %%stack_offset stack_offset
450 %undef stack_offset ; so that the current value of stack_offset doesn't get baked in by xdefine
865 %assign stack_offset 0 ; stack pointer offset relative to the return address
/external/libvpx/third_party/x86inc/
Dx86inc.asm281 %define r%1m [rstk + stack_offset + %3]
284 %define r%1m [rstk + stack_offset + %3]
359 %assign stack_offset stack_offset+gprsize
366 %assign stack_offset stack_offset-gprsize
400 %assign stack_offset stack_offset+(%2)
407 %assign stack_offset stack_offset-(%2)
449 %xdefine %%stack_offset stack_offset
450 %undef stack_offset ; so that the current value of stack_offset doesn't get baked in by xdefine
865 %assign stack_offset 0 ; stack pointer offset relative to the return address
/external/lzma/Asm/x86/
DAesOpt.asm138 stack_offset = 16 * num_save_mm_regs2 + (stack_param_offset mod 16) define
144 sub r4, stack_offset
166 add r4, stack_offset
/external/libdav1d/tests/checkasm/x86/
Dcheckasm.asm157 %define num_fn_args rsp+stack_offset+17*8
164 %define num_fn_args rsp+stack_offset+11*8
205 mov r12, [rsp+stack_offset] ; return address
216 mov r12, [stack_param+stack_offset+8+r11*8]
238 mov r3, [rsp+stack_offset]
389 mov r3, [esp+stack_offset] ; return address
390 mov r1, [esp+stack_offset+17*4] ; num_stack_params
/external/libdav1d/src/ext/x86/
Dx86inc.asm166 %define r%1m [rstk + stack_offset + %3]
169 %define r%1m [rstk + stack_offset + %3]
254 %assign stack_offset stack_offset+gprsize
261 %assign stack_offset stack_offset-gprsize
295 %assign stack_offset stack_offset+(%2)
302 %assign stack_offset stack_offset-(%2)
344 %xdefine %%stack_offset stack_offset
345 %undef stack_offset ; so that the current value of stack_offset doesn't get baked in by xdefine
844 %assign stack_offset 0 ; stack pointer offset relative to the return address
/external/libdav1d/src/x86/
Dlooprestoration16_sse.asm123 mov wd, [rstk+stack_offset+20]
125 mov r5, [rstk+stack_offset+24]
127 mov r5, [rstk+stack_offset+32]
148 mov t0, [rstk+stack_offset+28]
149 mov t1, [rstk+stack_offset+36] ; pixel_max
312 %assign stack_offset stack_offset+8
333 %assign stack_offset stack_offset-4
631 mov wd, [rstk+stack_offset+20]
633 mov r5, [rstk+stack_offset+24]
635 mov r5, [rstk+stack_offset+32]
[all …]
Dlooprestoration_sse.asm1211 mov strideq, [rstk+stack_offset+ 8]
1212 mov leftq, [rstk+stack_offset+12]
1213 mov lpfq, [rstk+stack_offset+16]
1214 mov wd, [rstk+stack_offset+20]
1218 mov r1, [rstk+stack_offset+24]
1219 mov r2, [rstk+stack_offset+32]
1257 mov r1, [rstk+stack_offset+28] ; params
1381 %assign stack_offset stack_offset+8
1393 %assign stack_offset stack_offset-4
1834 mov strideq, [rstk+stack_offset+ 8]
[all …]
Dloopfilter16_sse.asm66 mov r5d, [rstk + stack_offset + 4*4 + 4]
69 mov r5d, [rstk + stack_offset + 4*5 + 4]
72 mov r5d, [rstk + stack_offset + 4*6 + 4]
76 mov r5d, [rstk + stack_offset + 4*3 + 4]
Dmsac.asm77 %define buf rsp+stack_offset+8 ; shadow space
Dmc16_avx512.asm2365 mova [rsp+stack_offset+8], xmm0
2368 vpbroadcastd m13, [rsp+stack_offset+12]
2369 vpbroadcastd m14, [rsp+stack_offset+16]
2370 vpbroadcastd m15, [rsp+stack_offset+20]
Dmc_avx2.asm5040 %assign stack_offset stack_offset + gprsize
Dfilmgrain16_avx2.asm741 %assign stack_offset 32
Dfilmgrain16_sse.asm1153 %define tmp rsp+stack_offset-120
/external/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm228 %assign stack_offset stack_offset + 4
233 %assign stack_offset stack_offset - 4
353 %assign stack_offset 0
354 %define arg_state 4 + stack_offset
355 %define arg_buffer 8 + stack_offset
356 %define arg_block 12 + stack_offset
357 %define arg_last_dc_val 16 + stack_offset
358 %define arg_dctbl 20 + stack_offset
359 %define arg_actbl 24 + stack_offset
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c582 p->stack_offset += sizeof(void*); in x86_push()
592 p->stack_offset += sizeof(void*); in x86_push_imm32()
602 p->stack_offset -= sizeof(void*); in x86_pop()
634 assert(p->stack_offset == 0); in x86_ret()
2131 p->stack_offset + arg * 8); in x86_fn_arg()
2150 p->stack_offset + (arg - 6) * 8); /* ??? */ in x86_fn_arg()
2154 p->stack_offset + arg * 4); /* ??? */ in x86_fn_arg()
Drtasm_x86sse.h57 unsigned stack_offset:16; member
/external/pytorch/torch/csrc/jit/runtime/
Dgraph_executor.cpp499 const int64_t stack_offset = stack_size - num_inputs; in detachVariables() local
500 for (const auto i : c10::irange(stack_offset, stack_size)) { in detachVariables()