Searched refs:spill_offset (Results 1 - 9 of 9) sorted by relevance

/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);
H A Dbrw_fs.h322 void emit_unspill(fs_inst *inst, fs_reg reg, uint32_t spill_offset);
/external/valgrind/VEX/priv/
H A Dhost_generic_reg_alloc2.c67 Short spill_offset; member in struct:__anon15307
199 vassert(0 == ((UShort)vreg->spill_offset % 16)); break;
201 vassert(0 == ((UShort)vreg->spill_offset % 8)); break;
550 vreg_lrs[j].spill_offset = 0;
944 vreg_lrs[j].spill_offset = toShort(guest_sizeB * 3 + ss_no * 8);
956 j, vreg_lrs[j].spill_offset);
1228 vreg_lrs[m].spill_offset, mode64 );
1296 spilloff = vreg_lrs[m].spill_offset;
1403 vreg_lrs[p].spill_offset, mode64 );
1488 vreg_lrs[m].spill_offset, mode6
[all...]
/external/libunwind/src/ia64/
H A DGparser.c251 off = sr->spill_offset;
306 sr->spill_offset = 0x10; /* default to psp+16 */
486 sr->spill_offset = 0x10 - 4 * pspoff;
H A Dunwind_i.h456 long spill_offset; /* psp-relative offset for spill base */ member in struct:ia64_state_record
/external/v8/src/arm64/
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
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.h1137 // 'spill_offset' is the offset from the stack pointer where
1142 int spill_offset,

Completed in 998 milliseconds