HomeSort by relevance Sort by last modified time
    Searched refs:stack_offset (Results 1 - 25 of 32) sorted by null

1 2

  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2_asm.h 129 .macro CHECK_STACK_OFFSET regs_num, stack_offset
130 .if \stack_offset < \regs_num * 4 - 16
146 .macro SAVE_REGS_ON_STACK stack_offset = 0, r1, \
152 .if (\stack_offset < 0) || (\stack_offset - (\stack_offset / 4) * 4)
155 .if \stack_offset != 0
156 addiu sp, sp, -\stack_offset
169 CHECK_STACK_OFFSET 5, \stack_offset
173 CHECK_STACK_OFFSET 6, \stack_offset
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_x86-64_asm.py 60 for [reg, stack_offset] in registers:
61 save_reg( reg, stack_offset, adjust_stack )
72 [reg, stack_offset] = temp.pop()
73 restore_reg(reg, stack_offset, adjust_stack)
201 stack_offset = 0
208 registers.append( [int_parameters[int_class], stack_offset] )
210 stack_offset += 8
213 registers.append( ["%%xmm%u" % (sse_class), stack_offset] )
215 stack_offset += 8
  /external/libffi/src/avr32/
ffi.c 74 unsigned int stack_offset = 0; local
101 addr = stack_base + stack_offset;
102 stack_offset += z;
131 addr = stack_base + stack_offset;
132 stack_offset += z;
169 for(i = 0; i < stack_offset / 4; i++)
277 register unsigned int stack_offset = 0; local
310 *p_argv = (void*)stack_base + stack_offset;
311 stack_offset += z;
340 *p_argv = (void*)stack_base + stack_offset;
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
ffi.c 74 unsigned int stack_offset = 0; local
101 addr = stack_base + stack_offset;
102 stack_offset += z;
131 addr = stack_base + stack_offset;
132 stack_offset += z;
169 for(i = 0; i < stack_offset / 4; i++)
277 register unsigned int stack_offset = 0; local
310 *p_argv = (void*)stack_base + stack_offset;
311 stack_offset += z;
340 *p_argv = (void*)stack_base + stack_offset;
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/avr32/
ffi.c 74 unsigned int stack_offset = 0; local
101 addr = stack_base + stack_offset;
102 stack_offset += z;
131 addr = stack_base + stack_offset;
132 stack_offset += z;
169 for(i = 0; i < stack_offset / 4; i++)
277 register unsigned int stack_offset = 0; local
310 *p_argv = (void*)stack_base + stack_offset;
311 stack_offset += z;
340 *p_argv = (void*)stack_base + stack_offset;
    [all...]
  /art/compiler/debug/dwarf/
expression.h 69 void WriteOpFbreg(int32_t stack_offset) {
71 PushSleb128(stack_offset);
  /art/compiler/utils/arm/
assembler_arm_vixl.cc 387 void ArmVIXLAssembler::StoreRegisterList(RegList regs, size_t stack_offset) {
393 if (stack_offset != 0) {
396 ___ Add(base, sp, Operand::From(stack_offset));
401 ___ Str(vixl32::Register(i), MemOperand(sp, stack_offset));
402 stack_offset += kRegSizeInBytes;
408 void ArmVIXLAssembler::LoadRegisterList(RegList regs, size_t stack_offset) {
414 if (stack_offset != 0) {
416 ___ Add(base, sp, Operand::From(stack_offset));
421 ___ Ldr(vixl32::Register(i), MemOperand(sp, stack_offset));
422 stack_offset += kRegSizeInBytes
    [all...]
assembler_arm_vixl.h 217 void LoadRegisterList(RegList regs, size_t stack_offset);
218 void StoreRegisterList(RegList regs, size_t stack_offset);
  /external/v8/src/compiler/
wasm-linkage.cc 165 stack_offset(0) {}
175 int stack_offset; member in struct:v8::internal::wasm::__anon40958::Allocator
195 int offset = -1 - stack_offset;
196 stack_offset += Words(type);
204 int offset = -1 - stack_offset;
205 stack_offset += Words(type);
314 params.stack_offset, // stack_parameter_count
375 params.stack_offset, // stack_parameter_count
c-linkage.cc 202 int stack_offset = STACK_SHADOW_WORDS; local
204 int stack_offset = 0; local
212 -1 - stack_offset, msig->GetParam(i)));
213 stack_offset++;
  /external/v8/src/x87/
codegen-x87.cc 119 int stack_offset = 0; // Update if we change the stack height. local
125 stack_offset += 2 * kPointerSize;
129 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
130 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
131 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 264 %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
    [all...]
  /art/compiler/optimizing/
code_generator.cc 1520 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); local
1544 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); local
    [all...]
code_generator_arm_vixl.cc 191 size_t stack_offset) {
196 __ Vstr(vixl32::SRegister(first), MemOperand(sp, stack_offset));
197 return stack_offset + kSRegSizeInBytes;
200 __ Vstr(vixl32::SRegister(first++), MemOperand(sp, stack_offset));
201 stack_offset += kSRegSizeInBytes;
216 __ Vstr(d_reg, MemOperand(sp, stack_offset));
220 if (stack_offset != 0) {
222 __ Add(base, sp, Operand::From(stack_offset));
226 stack_offset += number_of_d_regs * kDRegSizeInBytes;
230 __ Vstr(vixl32::SRegister(last + 1), MemOperand(sp, stack_offset));
338 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); local
376 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); local
6933 int stack_offset = ensure_scratch.IsSpilled() ? kArmWordSize : 0; local
8873 int stack_offset = slow_path->GetStackOffsetOfCoreRegister(RegisterFrom(location).GetCode()); local
    [all...]
code_generator_x86.cc 4505 int stack_offset = slow_path->GetStackOffsetOfCoreRegister(location.AsRegister<Register>()); local
5770 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; local
5930 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; local
5941 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; local
5964 int stack_offset = ensure_scratch1.IsSpilled() ? kX86WordSize : 0; local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 1354 int16_t stack_offset = num_to_push * kPointerSize; local
1368 int16_t stack_offset = num_to_push * kPointerSize; local
1381 int16_t stack_offset = 0; local
1394 int16_t stack_offset = 0; local
1408 int16_t stack_offset = num_to_push * kDoubleSize; local
1422 int16_t stack_offset = num_to_push * kDoubleSize; local
1435 int16_t stack_offset = 0; local
1448 int16_t stack_offset = 0; local
5331 int stack_offset, fp_offset; local
    [all...]
  /external/jemalloc/src/
tcache.c 324 size_t size, stack_offset; local
330 stack_offset = size;
347 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
354 (uintptr_t)stack_offset);
  /external/v8/src/ia32/
codegen-ia32.cc 189 int stack_offset = 0; // Update if we change the stack height. local
195 stack_offset += 2 * kPointerSize;
200 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
201 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
202 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
  /external/v8/src/mips64/
macro-assembler-mips64.cc 1646 int16_t stack_offset = num_to_push * kPointerSize; local
1660 int16_t stack_offset = num_to_push * kPointerSize; local
1673 int16_t stack_offset = 0; local
1686 int16_t stack_offset = 0; local
1700 int16_t stack_offset = num_to_push * kDoubleSize; local
1714 int16_t stack_offset = num_to_push * kDoubleSize; local
1727 int16_t stack_offset = 0; local
1740 int16_t stack_offset = 0; local
5675 int stack_offset, fp_offset; local
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 213 int16_t stack_offset = num_to_push * kPointerSize; local
215 subi(location, location, Operand(stack_offset));
218 stack_offset -= kPointerSize;
219 StoreP(ToRegister(i), MemOperand(location, stack_offset));
226 int16_t stack_offset = 0; local
230 LoadP(ToRegister(i), MemOperand(location, stack_offset));
231 stack_offset += kPointerSize;
234 addi(location, location, Operand(stack_offset));
240 int16_t stack_offset = num_to_push * kDoubleSize; local
242 subi(location, location, Operand(stack_offset));
254 int16_t stack_offset = 0; local
    [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.c 319 p->stack_offset += 4;
327 p->stack_offset -= 4;
1158 p->stack_offset + arg * 4); /* ??? */
x86sse.h 22 unsigned stack_offset; member in struct:x86_function
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 581 p->stack_offset += sizeof(void*);
591 p->stack_offset += sizeof(void*);
601 p->stack_offset -= sizeof(void*);
633 assert(p->stack_offset == 0);
    [all...]
rtasm_x86sse.h 57 unsigned stack_offset:16; member in struct:x86_function
  /external/v8/src/s390/
macro-assembler-s390.cc 190 int16_t stack_offset = num_to_push * kPointerSize; local
192 SubP(location, location, Operand(stack_offset));
195 stack_offset -= kPointerSize;
196 StoreP(ToRegister(i), MemOperand(location, stack_offset));
202 int16_t stack_offset = 0; local
206 LoadP(ToRegister(i), MemOperand(location, stack_offset));
207 stack_offset += kPointerSize;
210 AddP(location, location, Operand(stack_offset));
215 int16_t stack_offset = num_to_push * kDoubleSize; local
217 SubP(location, location, Operand(stack_offset));
228 int16_t stack_offset = 0; local
    [all...]

Completed in 1074 milliseconds

1 2