HomeSort by relevance Sort by last modified time
    Searched refs:stack_offset (Results 1 - 25 of 29) 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 58 for [reg, stack_offset] in registers:
59 save_reg( reg, stack_offset, adjust_stack )
70 [reg, stack_offset] = temp.pop()
71 restore_reg(reg, stack_offset, adjust_stack)
222 stack_offset = 0
229 registers.append( [int_parameters[int_class], stack_offset] )
231 stack_offset += 8
234 registers.append( ["%%xmm%u" % (sse_class), stack_offset] )
236 stack_offset += 8
  /art/compiler/debug/dwarf/
expression.h 69 void WriteOpFbreg(int32_t stack_offset) {
71 PushSleb128(stack_offset);
  /external/v8/src/compiler/
wasm-linkage.cc 166 stack_offset(0) {}
176 int stack_offset; member in struct:v8::internal::wasm::__anon23666::Allocator
195 int offset = -1 - stack_offset;
196 stack_offset += Words(type);
204 int offset = -1 - stack_offset;
205 stack_offset += Words(type);
313 params.stack_offset, // stack_parameter_count
384 params.stack_offset, // stack_parameter_count
c-linkage.cc 203 int stack_offset = STACK_SHADOW_WORDS; local
205 int stack_offset = 0; local
213 LinkageLocation::ForCallerFrameSlot(-1 - stack_offset));
214 stack_offset++;
  /art/compiler/optimizing/
code_generator.cc 1194 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); local
1225 size_t stack_offset = codegen->GetFirstRegisterSlotInSlowPath(); local
    [all...]
code_generator_x86.cc 4331 int stack_offset = slow_path->GetStackOffsetOfCoreRegister(location.AsRegister<Register>()); local
5621 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; local
5630 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; local
5778 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; local
5789 int stack_offset = ensure_scratch.IsSpilled() ? kX86WordSize : 0; local
5803 int stack_offset = ensure_scratch1.IsSpilled() ? kX86WordSize : 0; local
    [all...]
code_generator_mips.cc 87 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); local
88 next_location = Location::StackSlot(stack_offset);
106 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); local
107 next_location = Location::DoubleStackSlot(stack_offset);
122 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); local
123 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
124 : Location::StackSlot(stack_offset);
648 int stack_offset = ensure_scratch.IsSpilled() ? kMipsWordSize : 0; local
649 for (int i = 0; i <= (double_slot ? 1 : 0); i++, stack_offset += kMipsWordSize) {
653 index1 + stack_offset);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
x86inc.asm 143 %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
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 236 %define r%1m [rsp + stack_offset + %6]
239 %define r%1m [esp + stack_offset + %6]
298 %assign stack_offset stack_offset+gprsize
303 %assign stack_offset stack_offset-gprsize
336 %assign stack_offset stack_offset+(%2)
343 %assign stack_offset stack_offset-(%2
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 242 %define r%1m [rstk + stack_offset + %3]
245 %define r%1m [rstk + stack_offset + %3]
308 %assign stack_offset stack_offset+gprsize
315 %assign stack_offset stack_offset-gprsize
349 %assign stack_offset stack_offset+(%2)
356 %assign stack_offset stack_offset-(%2
    [all...]
  /external/jemalloc/src/
tcache.c 317 size_t size, stack_offset; local
323 stack_offset = size;
340 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
347 (uintptr_t)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/v8/test/cctest/compiler/
test-run-native-calls.cc 121 stack_offset(0) {}
131 int stack_offset; member in struct:v8::internal::compiler::__anon23854::Allocator
144 int offset = -1 - stack_offset;
145 stack_offset += StackWords(type);
153 int offset = -1 - stack_offset;
154 stack_offset += StackWords(type);
166 stack_offset = 0;
198 int stack_param_count = params.stack_offset;
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 1521 int16_t stack_offset = num_to_push * kPointerSize; local
1535 int16_t stack_offset = num_to_push * kPointerSize; local
1548 int16_t stack_offset = 0; local
1561 int16_t stack_offset = 0; local
1575 int16_t stack_offset = num_to_push * kDoubleSize; local
1589 int16_t stack_offset = num_to_push * kDoubleSize; local
1602 int16_t stack_offset = 0; local
1615 int16_t stack_offset = 0; local
5891 int stack_offset, fp_offset; local
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 1792 int16_t stack_offset = num_to_push * kPointerSize; local
1806 int16_t stack_offset = num_to_push * kPointerSize; local
1819 int16_t stack_offset = 0; local
1832 int16_t stack_offset = 0; local
1846 int16_t stack_offset = num_to_push * kDoubleSize; local
1860 int16_t stack_offset = num_to_push * kDoubleSize; local
1873 int16_t stack_offset = 0; local
1886 int16_t stack_offset = 0; local
6165 int stack_offset, fp_offset; local
    [all...]
  /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/ppc/
macro-assembler-ppc.cc 225 int16_t stack_offset = num_to_push * kPointerSize; local
227 subi(location, location, Operand(stack_offset));
230 stack_offset -= kPointerSize;
231 StoreP(ToRegister(i), MemOperand(location, stack_offset));
238 int16_t stack_offset = 0; local
242 LoadP(ToRegister(i), MemOperand(location, stack_offset));
243 stack_offset += kPointerSize;
246 addi(location, location, Operand(stack_offset));
252 int16_t stack_offset = num_to_push * kDoubleSize; local
254 subi(location, location, Operand(stack_offset));
266 int16_t stack_offset = 0; local
    [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.c 317 p->stack_offset += 4;
325 p->stack_offset -= 4;
1156 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 580 p->stack_offset += sizeof(void*);
590 p->stack_offset += sizeof(void*);
600 p->stack_offset -= sizeof(void*);
632 assert(p->stack_offset == 0);
    [all...]
rtasm_x86sse.h 56 unsigned stack_offset:16; member in struct:x86_function
  /art/compiler/utils/mips/
assembler_mips.cc 2451 int stack_offset = frame_size - kFramePointerSize; local
2453 cfi_.RelOffset(DWARFReg(RA), stack_offset); local
2458 cfi_.RelOffset(DWARFReg(reg), stack_offset); local
2491 int stack_offset = frame_size - (callee_save_regs.size() * kFramePointerSize) - kFramePointerSize; local
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 1990 int stack_offset = frame_size - kFramePointerSize; local
1992 cfi_.RelOffset(DWARFReg(RA), stack_offset); local
1997 cfi_.RelOffset(DWARFReg(reg), stack_offset); local
2031 int stack_offset = frame_size - (callee_save_regs.size() * kFramePointerSize) - kFramePointerSize; local
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 202 int16_t stack_offset = num_to_push * kPointerSize; local
204 SubP(location, location, Operand(stack_offset));
207 stack_offset -= kPointerSize;
208 StoreP(ToRegister(i), MemOperand(location, stack_offset));
214 int16_t stack_offset = 0; local
218 LoadP(ToRegister(i), MemOperand(location, stack_offset));
219 stack_offset += kPointerSize;
222 AddP(location, location, Operand(stack_offset));
227 int16_t stack_offset = num_to_push * kDoubleSize; local
229 SubP(location, location, Operand(stack_offset));
240 int16_t stack_offset = 0; local
    [all...]

Completed in 1261 milliseconds

1 2