Searched defs:spill_offset (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_reg_allocate.cpp283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset) argument
286 unspill_inst->offset = spill_offset;
379 unsigned int spill_offset = c->last_scratch; local
380 assert(ALIGN(spill_offset, 16) == spill_offset); /* oword read/write req. */
396 spill_offset + REG_SIZE * inst->src[i].reg_offset);
402 int subset_spill_offset = (spill_offset +
H A Dbrw_vec4_reg_allocate.cpp324 unsigned int spill_offset = c->last_scratch++; local
344 emit_scratch_read(inst, temp, spill_reg, spill_offset);
358 emit_scratch_write(inst, temp, spill_reg, spill_offset);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_reg_allocate.cpp283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset) argument
286 unspill_inst->offset = spill_offset;
379 unsigned int spill_offset = c->last_scratch; local
380 assert(ALIGN(spill_offset, 16) == spill_offset); /* oword read/write req. */
396 spill_offset + REG_SIZE * inst->src[i].reg_offset);
402 int subset_spill_offset = (spill_offset +
H A Dbrw_vec4_reg_allocate.cpp324 unsigned int spill_offset = c->last_scratch++; local
344 emit_scratch_read(inst, temp, spill_reg, spill_offset);
358 emit_scratch_write(inst, temp, spill_reg, spill_offset);
/external/valgrind/main/VEX/priv/
H A Dhost_generic_reg_alloc2.c67 Short spill_offset; member in struct:__anon31906
212 vassert(0 == ((UShort)vreg->spill_offset % 16)); break;
214 vassert(0 == ((UShort)vreg->spill_offset % 8)); break;
500 vreg_lrs[j].spill_offset = 0;
878 vreg_lrs[j].spill_offset = toShort(guest_sizeB * 3 + k * 8);
890 j, vreg_lrs[j].spill_offset);
1163 vreg_lrs[m].spill_offset, mode64 );
1236 spilloff = vreg_lrs[m].spill_offset;
1344 vreg_lrs[m].spill_offset, mode64 );
1427 vreg_lrs[m].spill_offset, mode6
[all...]
/external/libunwind/src/ia64/
H A Dunwind_i.h456 long spill_offset; /* psp-relative offset for spill base */ member in struct:ia64_state_record
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc5012 const int spill_offset = 1 + kApiStackSpace; local
5016 spill_offset,
5055 const int spill_offset = 1 + kApiStackSpace; local
5059 spill_offset,
H A Dmacro-assembler-arm64.cc1760 int spill_offset,
1791 Poke(x19, (spill_offset + 0) * kXRegSize);
1792 Poke(x20, (spill_offset + 1) * kXRegSize);
1793 Poke(x21, (spill_offset + 2) * kXRegSize);
1794 Poke(x22, (spill_offset + 3) * kXRegSize);
1858 Peek(x19, (spill_offset + 0) * kXRegSize);
1859 Peek(x20, (spill_offset + 1) * kXRegSize);
1860 Peek(x21, (spill_offset + 2) * kXRegSize);
1861 Peek(x22, (spill_offset + 3) * kXRegSize);
1756 CallApiFunctionAndReturn( Register function_address, ExternalReference thunk_ref, int stack_space, int spill_offset, MemOperand return_value_operand, MemOperand* context_restore_operand) argument

Completed in 2163 milliseconds