Searched defs:spill_offset (Results 1 - 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_vec4_reg_allocate.cpp | 520 unsigned int spill_offset = last_scratch; local 541 dst_reg(temp), inst->src[i], spill_offset); 550 emit_scratch_write(block, inst, spill_offset);
|
H A D | brw_fs_reg_allocate.cpp | 755 uint32_t spill_offset, unsigned count) 771 spill_offset < (1 << 12) * REG_SIZE); 776 unspill_inst->offset = spill_offset; 784 spill_offset += reg_size * REG_SIZE; 790 uint32_t spill_offset, unsigned count) 800 spill_inst->offset = spill_offset + i * reg_size * REG_SIZE; 870 unsigned int spill_offset = last_scratch; local 871 assert(ALIGN(spill_offset, 16) == spill_offset); /* oword read/write req. */ 908 int subset_spill_offset = spill_offset 754 emit_unspill(const fs_builder &bld, fs_reg dst, uint32_t spill_offset, unsigned count) argument 789 emit_spill(const fs_builder &bld, fs_reg src, uint32_t spill_offset, unsigned count) argument [all...] |
/external/libunwind/src/ia64/ |
H A D | unwind_i.h | 456 long spill_offset; /* psp-relative offset for spill base */ member in struct:ia64_state_record
|
/external/valgrind/VEX/priv/ |
H A D | host_generic_reg_alloc2.c | 67 Short spill_offset; member in struct:__anon23962 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/v8/src/arm64/ |
H A D | code-stubs-arm64.cc | 3280 // 'spill_offset' is the offset from the stack pointer where 3285 MemOperand* stack_space_operand, int spill_offset, 3314 __ Poke(x19, (spill_offset + 0) * kXRegSize); 3315 __ Poke(x20, (spill_offset + 1) * kXRegSize); 3316 __ Poke(x21, (spill_offset + 2) * kXRegSize); 3317 __ Poke(x22, (spill_offset + 3) * kXRegSize); 3383 __ Peek(x19, (spill_offset + 0) * kXRegSize); 3384 __ Peek(x20, (spill_offset + 1) * kXRegSize); 3385 __ Peek(x21, (spill_offset + 2) * kXRegSize); 3386 __ Peek(x22, (spill_offset 3282 CallApiFunctionAndReturn( MacroAssembler* masm, Register function_address, ExternalReference thunk_ref, int stack_space, MemOperand* stack_space_operand, int spill_offset, MemOperand return_value_operand, MemOperand* context_restore_operand) argument 3531 const int spill_offset = 1 + kApiStackSpace; local 3598 const int spill_offset = 1 + kApiStackSpace; local [all...] |
Completed in 901 milliseconds