Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/glapi/gen/
Dgl_x86-64_asm.py61 for [reg, stack_offset] in registers:
62 save_reg( reg, stack_offset, adjust_stack )
73 [reg, stack_offset] = temp.pop()
74 restore_reg(reg, stack_offset, adjust_stack)
197 stack_offset = 0
204 registers.append( [int_parameters[int_class], stack_offset] )
206 stack_offset += 8
209 registers.append( ["%%xmm%u" % (sse_class), stack_offset] )
211 stack_offset += 8
/external/python/cpython2/Modules/_ctypes/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/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/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm264 %define r%1m [rstk + stack_offset + %3]
267 %define r%1m [rstk + stack_offset + %3]
330 %assign stack_offset stack_offset+gprsize
337 %assign stack_offset stack_offset-gprsize
371 %assign stack_offset stack_offset+(%2)
378 %assign stack_offset stack_offset-(%2)
416 %xdefine %%stack_offset stack_offset
417 %undef stack_offset ; so that the current value of stack_offset doesn't get baked in by xdefine
542 movaps [rstk + stack_offset + 8], xmm6
545 movaps [rstk + stack_offset + 24], xmm7
[all …]
/external/libaom/libaom/third_party/x86inc/
Dx86inc.asm264 %define r%1m [rstk + stack_offset + %3]
267 %define r%1m [rstk + stack_offset + %3]
330 %assign stack_offset stack_offset+gprsize
337 %assign stack_offset stack_offset-gprsize
371 %assign stack_offset stack_offset+(%2)
378 %assign stack_offset stack_offset-(%2)
416 %xdefine %%stack_offset stack_offset
417 %undef stack_offset ; so that the current value of stack_offset doesn't get baked in by xdefine
542 movaps [rstk + stack_offset + 8], xmm6
545 movaps [rstk + stack_offset + 24], xmm7
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Dx86inc.asm143 %define r%1m [rsp + stack_offset + %3]
146 %define r%1m [esp + stack_offset + %3]
208 %assign stack_offset stack_offset+gprsize
213 %assign stack_offset stack_offset-gprsize
246 %assign stack_offset stack_offset+(%2)
253 %assign stack_offset stack_offset-(%2)
291 %xdefine %%stack_offset stack_offset
292 %undef stack_offset ; so that the current value of stack_offset doesn't get baked in by xdefine
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_32.c446 sljit_s32 stack_offset = 0; in call_with_args() local
465 offsets[arg_count] = (sljit_u8)stack_offset; in call_with_args()
470 stack_offset += sizeof(sljit_f32); in call_with_args()
475 if (stack_offset & 0x7) in call_with_args()
476 stack_offset += sizeof(sljit_sw); in call_with_args()
477 offsets[arg_count] = (sljit_u8)stack_offset; in call_with_args()
482 stack_offset += sizeof(sljit_f64); in call_with_args()
487 offsets[arg_count] = (sljit_u8)stack_offset; in call_with_args()
488 stack_offset += sizeof(sljit_sw); in call_with_args()
498 if (stack_offset > 16) in call_with_args()
[all …]
DsljitNativeARM_32.c2273 sljit_s32 stack_offset = 0; in softfloat_call_with_args() local
2291 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2292 stack_offset += sizeof(sljit_f32); in softfloat_call_with_args()
2297 if (stack_offset & 0x7) in softfloat_call_with_args()
2298 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2299 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2300 stack_offset += sizeof(sljit_f64); in softfloat_call_with_args()
2305 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2306 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2315 if (stack_offset > 16) in softfloat_call_with_args()
[all …]
DsljitNativeARM_T2_32.c1870 sljit_s32 stack_offset = 0; in softfloat_call_with_args() local
1888 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1889 stack_offset += sizeof(sljit_f32); in softfloat_call_with_args()
1894 if (stack_offset & 0x7) in softfloat_call_with_args()
1895 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
1896 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1897 stack_offset += sizeof(sljit_f64); in softfloat_call_with_args()
1902 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1903 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
1912 if (stack_offset > 16) in softfloat_call_with_args()
[all …]
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp974 int stack_offset, insn_len; in GetNonCallSiteUnwindPlanFromAssembly() local
1150 else if (mov_reg_to_local_stack_frame_p(machine_regno, stack_offset) && in GetNonCallSiteUnwindPlanFromAssembly()
1164 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
1166 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
1173 else if (sub_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
1174 current_sp_bytes_offset_from_fa += stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1181 else if (add_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
1182 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1199 else if (lea_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
1200 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
[all …]
/external/jemalloc_new/src/
Dtcache.c378 size_t stack_offset = 0; in tcache_init() local
385 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
392 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()
395 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
397 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()
399 assert(stack_offset == stack_nelms * sizeof(void *)); in tcache_init()
448 size_t size, stack_offset; in tcache_create_explicit() local
453 stack_offset = size; in tcache_create_explicit()
465 (void *)((uintptr_t)tcache + (uintptr_t)stack_offset)); in tcache_create_explicit()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc64.cpp161 uint64_t stack_offset; in PrepareTrivialCall() local
163 stack_offset = 24; in PrepareTrivialCall()
165 stack_offset = 40; in PrepareTrivialCall()
168 (uint64_t)(sp + stack_offset), (int)stack_offset, in PrepareTrivialCall()
170 if (!process_sp->WritePointerToMemory(sp + stack_offset, reg_value, error)) in PrepareTrivialCall()
244 uint64_t stack_offset; in GetArgumentValues() local
246 stack_offset = 32; in GetArgumentValues()
248 stack_offset = 48; in GetArgumentValues()
251 addr_t current_stack_argument = sp + stack_offset; in GetArgumentValues()
/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.c581 p->stack_offset += sizeof(void*); in x86_push()
591 p->stack_offset += sizeof(void*); in x86_push_imm32()
601 p->stack_offset -= sizeof(void*); in x86_pop()
633 assert(p->stack_offset == 0); in x86_ret()
2121 p->stack_offset + arg * 8); in x86_fn_arg()
2140 p->stack_offset + (arg - 6) * 8); /* ??? */ in x86_fn_arg()
2144 p->stack_offset + arg * 4); /* ??? */ in x86_fn_arg()
Drtasm_x86sse.h57 unsigned stack_offset:16; member
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.c321 p->stack_offset += 4; in x86_push()
329 p->stack_offset -= 4; in x86_pop()
1160 p->stack_offset + arg * 4); /* ??? */ in x86_fn_arg()
Dx86sse.h22 unsigned stack_offset; member