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

  /art/compiler/utils/
managed_register.h 92 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset)
93 : ManagedRegister(other), size_(size), spill_offset_(spill_offset) { }
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 135 int32_t spill_offset = CurrentParamStackOffset().Uint32Value(); local
136 ManagedRegisterSpill spill(in_reg, size, spill_offset);
143 ManagedRegisterSpill spill2(in_reg, size, spill_offset + 4);
  /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/VEX/priv/
host_generic_reg_alloc2.c 67 Short spill_offset; member in struct:__anon19611
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...]
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 114 int32_t spill_offset = CurrentParamStackOffset().Uint32Value(); local
115 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/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 1524 int spill_offset = frame_size - (core_count + fp_count) * kArm64PointerSize; local
1530 int spill_offset = frame_size - (core_count * kArm64PointerSize); local
    [all...]

Completed in 362 milliseconds