Searched refs:GetHalfStackSlot (Results 1 – 2 of 2) sorted by relevance
29 inline MemOperand GetHalfStackSlot(uint32_t half_index) { in GetHalfStackSlot() function484 sw(reg.high_gp(), liftoff::GetHalfStackSlot(2 * index + 1)); in Spill()516 sw(tmp.high_gp(), liftoff::GetHalfStackSlot(2 * index + 1)); in Spill()535 lw(reg.high_gp(), liftoff::GetHalfStackSlot(2 * index + 1)); in Fill()549 lw(reg, liftoff::GetHalfStackSlot(half_index)); in FillI64Half()1369 liftoff::GetHalfStackSlot(2 * slot.src_index_ - 1)); in Construct()1373 liftoff::GetHalfStackSlot(2 * slot.src_index_ + in Construct()
37 inline Operand GetHalfStackSlot(uint32_t half_index) { in GetHalfStackSlot() function411 mov(liftoff::GetHalfStackSlot(2 * index - 1), reg.high_gp()); in Spill()435 mov(liftoff::GetHalfStackSlot(2 * index - 1), Immediate(high_word)); in Spill()453 mov(reg.high_gp(), liftoff::GetHalfStackSlot(2 * index - 1)); in Fill()467 mov(reg, liftoff::GetHalfStackSlot(half_index)); in FillI64Half()1625 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - 1)); in Construct()1627 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - in Construct()