Home
last modified time | relevance | path

Searched refs:GetStackSlot (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h48 inline MemOperand GetStackSlot(uint32_t index) { in GetStackSlot() function
295 Ldr(scratch, liftoff::GetStackSlot(src_index)); in MoveStackValue()
296 Str(scratch, liftoff::GetStackSlot(dst_index)); in MoveStackValue()
321 MemOperand dst = liftoff::GetStackSlot(index); in Spill()
327 MemOperand dst = liftoff::GetStackSlot(index); in Spill()
348 MemOperand src = liftoff::GetStackSlot(index); in Fill()
940 asm_->Ldr(scratch, liftoff::GetStackSlot(slot.src_index_)); in Construct()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h43 inline Operand GetStackSlot(uint32_t index) { in GetStackSlot() function
305 pushq(liftoff::GetStackSlot(src_index)); in MoveStackValue()
306 popq(liftoff::GetStackSlot(dst_index)); in MoveStackValue()
334 Operand dst = liftoff::GetStackSlot(index); in Spill()
355 Operand dst = liftoff::GetStackSlot(index); in Spill()
382 Operand src = liftoff::GetStackSlot(index); in Fill()
1450 asm_->movl(kScratchRegister, liftoff::GetStackSlot(slot.src_index_)); in Construct()
1457 asm_->pushq(liftoff::GetStackSlot(slot.src_index_)); in Construct()
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h24 inline MemOperand GetStackSlot(uint32_t index) { in GetStackSlot() function
411 MemOperand dst = liftoff::GetStackSlot(index); in Spill()
432 MemOperand dst = liftoff::GetStackSlot(index); in Spill()
455 MemOperand src = liftoff::GetStackSlot(index); in Fill()
1230 asm_->ld(kScratchReg, liftoff::GetStackSlot(slot.src_index_)); in Construct()
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h32 inline Operand GetStackSlot(uint32_t index) { in GetStackSlot() function
379 push(liftoff::GetStackSlot(src_index)); in MoveStackValue()
380 pop(liftoff::GetStackSlot(dst_index)); in MoveStackValue()
404 Operand dst = liftoff::GetStackSlot(index); in Spill()
426 Operand dst = liftoff::GetStackSlot(index); in Spill()
446 Operand src = liftoff::GetStackSlot(index); in Fill()
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h24 inline MemOperand GetStackSlot(uint32_t index) { in GetStackSlot() function
477 MemOperand dst = liftoff::GetStackSlot(index); in Spill()
499 MemOperand dst = liftoff::GetStackSlot(index); in Spill()
528 MemOperand src = liftoff::GetStackSlot(index); in Fill()