Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h82 inline MemOperand GetHalfStackSlot(int offset, RegPairHalf half) { in GetHalfStackSlot() function
819 sw(reg.low_gp(), liftoff::GetHalfStackSlot(offset, kLowWord)); in Spill()
820 sw(reg.high_gp(), liftoff::GetHalfStackSlot(offset, kHighWord)); in Spill()
853 sw(tmp.low_gp(), liftoff::GetHalfStackSlot(offset, kLowWord)); in Spill()
854 sw(tmp.high_gp(), liftoff::GetHalfStackSlot(offset, kHighWord)); in Spill()
873 lw(reg.low_gp(), liftoff::GetHalfStackSlot(offset, kLowWord)); in Fill()
874 lw(reg.high_gp(), liftoff::GetHalfStackSlot(offset, kHighWord)); in Fill()
888 lw(reg, liftoff::GetHalfStackSlot(offset, half)); in FillI64Half()
3109 liftoff::GetHalfStackSlot(slot.src_offset_, kHighWord)); in Construct()
3115 liftoff::GetHalfStackSlot(slot.src_offset_, slot.half_)); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h59 inline MemOperand GetHalfStackSlot(int offset, RegPairHalf half) { in GetHalfStackSlot() function
1212 mov(liftoff::GetHalfStackSlot(offset, kLowWord), reg.low_gp()); in Spill()
1213 mov(liftoff::GetHalfStackSlot(offset, kHighWord), reg.high_gp()); in Spill()
1239 mov(liftoff::GetHalfStackSlot(offset, kLowWord), Immediate(low_word)); in Spill()
1240 mov(liftoff::GetHalfStackSlot(offset, kHighWord), Immediate(high_word)); in Spill()
1254 mov(reg, liftoff::GetHalfStackSlot(offset, half)); in FillI64Half()
1266 mov(liftoff::GetHalfStackSlot(start + offset, kLowWord), Immediate(0)); in FillStackSlotsWithZero()
4676 asm_->push(liftoff::GetHalfStackSlot(slot.src_offset_, kHighWord)); in Construct()
4680 asm_->push(liftoff::GetHalfStackSlot(slot.src_offset_, slot.half_)); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h83 inline MemOperand GetHalfStackSlot(int offset, RegPairHalf half) { in GetHalfStackSlot() function
1442 str(src, liftoff::GetHalfStackSlot(offset, kLowWord)); in Spill()
1445 str(src, liftoff::GetHalfStackSlot(offset, kHighWord)); in Spill()
1459 ldr(reg, liftoff::GetHalfStackSlot(offset, half)); in FillI64Half()
1476 str(r0, liftoff::GetHalfStackSlot(start + offset, kLowWord)); in FillStackSlotsWithZero()
4323 liftoff::GetHalfStackSlot(slot.src_offset_, slot.half_)); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h55 inline MemOperand GetHalfStackSlot(int offset, RegPairHalf half) { in GetHalfStackSlot() function