Home
last modified time | relevance | path

Searched refs:src_index_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-assembler.h685 : src_(src), src_index_(src_index), half_(half) {} in Slot()
690 uint32_t src_index_ = 0; member
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h1369 liftoff::GetHalfStackSlot(2 * slot.src_index_ - 1)); in Construct()
1373 liftoff::GetHalfStackSlot(2 * slot.src_index_ + in Construct()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h1450 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/ia32/
Dliftoff-assembler-ia32.h1625 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - 1)); in Construct()
1627 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - in Construct()
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h940 asm_->Ldr(scratch, liftoff::GetStackSlot(slot.src_index_)); in Construct()
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h1230 asm_->ld(kScratchReg, liftoff::GetStackSlot(slot.src_index_)); in Construct()