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

  /art/compiler/utils/
managed_register.h 88 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset)
89 : ManagedRegister(other), size_(size), spill_offset_(spill_offset) { }
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_reg_allocate.cpp 283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset)
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 +
brw_vec4_reg_allocate.cpp 324 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);
brw_fs.h 322 void emit_unspill(fs_inst *inst, fs_reg reg, uint32_t spill_offset);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_reg_allocate.cpp 283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset)
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 +
brw_vec4_reg_allocate.cpp 324 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);
brw_fs.h 322 void emit_unspill(fs_inst *inst, fs_reg reg, uint32_t spill_offset);
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 67 Short spill_offset; member in struct:__anon15597
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);
    [all...]
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 112 int32_t spill_offset = CurrentParamStackOffset().Uint32Value(); local
113 ManagedRegisterSpill spill(in_reg, size, spill_offset);
  /external/libunwind/src/ia64/
Gparser.c 251 off = sr->spill_offset;
306 sr->spill_offset = 0x10; /* default to psp+16 */
486 sr->spill_offset = 0x10 - 4 * pspoff;
unwind_i.h 456 long spill_offset; /* psp-relative offset for spill base */ member in struct:ia64_state_record
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
code-stubs-arm64.cc 5012 const int spill_offset = 1 + kApiStackSpace; local
5055 const int spill_offset = 1 + kApiStackSpace; local
    [all...]
macro-assembler-arm64.h     [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 1461 int spill_offset = frame_size - (core_count + fp_count) * kArm64PointerSize; local
1467 int spill_offset = frame_size - (core_count * kArm64PointerSize); local
    [all...]

Completed in 551 milliseconds