HomeSort by relevance Sort by last modified time
    Searched defs:spill_offset (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
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);
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
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 160 int32_t spill_offset = CurrentParamStackOffset().Uint32Value(); local
161 ManagedRegisterSpill spill(in_reg, size, spill_offset);
168 ManagedRegisterSpill spill2(in_reg, size, spill_offset + 4);
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 164 int32_t spill_offset = CurrentParamStackOffset().Uint32Value(); local
165 ManagedRegisterSpill spill(in_reg, size, spill_offset);
  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 67 Short spill_offset; member in struct:__anon36664
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;
    [all...]
  /external/libunwind/src/ia64/
unwind_i.h 456 long spill_offset; /* psp-relative offset for spill base */ member in struct:ia64_state_record
  /external/v8/src/arm64/
code-stubs-arm64.cc 3531 const int spill_offset = 1 + kApiStackSpace; local
3598 const int spill_offset = 1 + kApiStackSpace; local
    [all...]

Completed in 156 milliseconds