Home
last modified time | relevance | path

Searched refs:GetHalfStackSlot (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h29 inline MemOperand GetHalfStackSlot(uint32_t half_index) { in GetHalfStackSlot() function
484 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()
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h37 inline Operand GetHalfStackSlot(uint32_t half_index) { in GetHalfStackSlot() function
411 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()