Home
last modified time | relevance | path

Searched refs:asm_ (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h562 : asm_(assembler), indirect_return_handler_(indirect_return_handler) {} in ExitPoint()
577 asm_->TailCallRuntime(function, context, args...); in ReturnCallRuntime()
579 indirect_return_handler_(asm_->CallRuntime(function, context, args...)); in ReturnCallRuntime()
587 asm_->TailCallStub(callable, context, args...); in ReturnCallStub()
589 indirect_return_handler_(asm_->CallStub(callable, context, args...)); in ReturnCallStub()
598 asm_->TailCallStub(descriptor, target, context, args...); in ReturnCallStub()
601 asm_->CallStub(descriptor, target, context, args...)); in ReturnCallStub()
607 asm_->Return(result); in Return()
616 CodeStubAssembler* const asm_; member in v8::internal::ExitPoint
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h3091 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3092 UseScratchRegisterScope temps(asm_); in Construct()
3094 asm_->LoadU64(scratch, liftoff::GetStackSlot(slot.src_offset_), r0); in Construct()
3095 asm_->Push(scratch); in Construct()
3099 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3100 asm_->LoadF32(kScratchDoubleReg, in Construct()
3102 asm_->AddS64(sp, sp, Operand(-kSystemPointerSize)); in Construct()
3103 asm_->StoreF32(kScratchDoubleReg, MemOperand(sp), r0); in Construct()
3107 asm_->AllocateStackSpace(stack_decrement - kDoubleSize); in Construct()
3108 asm_ in Construct()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc83 explicit StackTransferRecipe(LiftoffAssembler* wasm_asm) : asm_(wasm_asm) {} in StackTransferRecipe()
111 asm_->MoveStackValue(dst.offset(), src.offset(), src.kind()); in TransferStackSlot()
115 asm_->Spill(dst.offset(), src.reg(), src.kind()); in TransferStackSlot()
118 asm_->Spill(dst.offset(), src.constant()); in TransferStackSlot()
268 LiftoffAssembler* const asm_; member
285 asm_->Move(dst, move->src, move->kind); in ExecuteMove()
314 int last_spill_offset = asm_->TopSpillOffset(); in ExecuteMoves()
321 asm_->Spill(last_spill_offset, spill_reg, move->kind); in ExecuteMoves()
335 asm_->LoadConstant(dst, load->kind == kI64 in ExecuteLoads()
341 asm_ in ExecuteLoads()
[all...]
H A Dliftoff-compiler.cc47 #define __ asm_.
498 : asm_(std::move(buffer)),
525 asm_.GetCode(nullptr, desc, &safepoint_table_builder_, in GetCode()
530 return asm_.ReleaseBuffer(); in ReleaseBuffer()
965 auto safepoint = safepoint_table_builder_.DefineSafepoint(&asm_); in GenerateOutOfLineCode()
1029 safepoint_table_builder_.Emit(&asm_, __ GetTotalFrameSlotCountForGC()); in FinishFunction()
1032 handler_table_offset_ = HandlerTable::EmitReturnTableStart(&asm_); in FinishFunction()
1034 HandlerTable::EmitReturnEntry(&asm_, handler.pc_offset, in FinishFunction()
1047 asm_.AbortCompilation(); in OnFirstError()
1518 (asm_ in CallEmitFn()
[all...]
H A Dliftoff-assembler.h1677 explicit LiftoffStackSlots(LiftoffAssembler* wasm_asm) : asm_(wasm_asm) {} in LiftoffStackSlots()
1727 LiftoffAssembler* const asm_; member in v8::internal::wasm::LiftoffAssembler::LiftoffStackSlots
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h3123 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3124 UseScratchRegisterScope temps(asm_); in Construct()
3126 asm_->LoadU64(scratch, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
3127 asm_->Push(scratch); in Construct()
3131 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3132 asm_->LoadF32(kScratchDoubleReg, in Construct()
3134 asm_->lay(sp, MemOperand(sp, -kSystemPointerSize)); in Construct()
3135 asm_->StoreF32(kScratchDoubleReg, MemOperand(sp)); in Construct()
3139 asm_->AllocateStackSpace(stack_decrement - kDoubleSize); in Construct()
3140 asm_ in Construct()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h3081 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3082 asm_->Ld_d(kScratchReg, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
3083 asm_->Push(kScratchReg); in Construct()
3085 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); in Construct()
3086 asm_->Ld_d(kScratchReg, liftoff::GetStackSlot(slot.src_offset_ - 8)); in Construct()
3087 asm_->Push(kScratchReg); in Construct()
3088 asm_->Ld_d(kScratchReg, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
3089 asm_->Push(kScratchReg); in Construct()
3094 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
3095 liftoff::push(asm_, sr in Construct()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h3106 asm_->AllocateStackSpace(stack_decrement - kDoubleSize); in Construct()
3108 asm_->lw(kScratchReg, in Construct()
3110 asm_->push(kScratchReg); in Construct()
3112 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3114 asm_->lw(kScratchReg, in Construct()
3116 asm_->push(kScratchReg); in Construct()
3121 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
3124 asm_, slot.half_ == kLowWord ? src.reg().low() : src.reg().high(), in Construct()
3127 liftoff::push(asm_, src.reg(), src.kind()); in Construct()
3133 asm_ in Construct()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h4319 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize);
4320 UseScratchRegisterScope temps(asm_);
4322 asm_->ldr(scratch,
4324 asm_->Push(scratch);
4327 asm_->AllocateStackSpace(stack_decrement - kDoubleSize);
4328 UseScratchRegisterScope temps(asm_);
4330 asm_->vldr(scratch, liftoff::GetStackSlot(slot.src_offset_));
4331 asm_->vpush(scratch);
4334 asm_->AllocateStackSpace(stack_decrement - kSimd128Size);
4336 UseScratchRegisterScope temps(asm_);
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h3662 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3663 asm_->Ld(kScratchReg, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
3664 asm_->push(kScratchReg); in Construct()
3666 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); in Construct()
3667 asm_->Ld(kScratchReg, liftoff::GetStackSlot(slot.src_offset_ - 8)); in Construct()
3668 asm_->push(kScratchReg); in Construct()
3669 asm_->Ld(kScratchReg, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
3670 asm_->push(kScratchReg); in Construct()
3675 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
3676 liftoff::push(asm_, sr in Construct()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h3304 asm_->Claim(RoundUp(param_slots, 2));
3309 UseScratchRegisterScope temps(asm_);
3311 asm_->Ldr(scratch, liftoff::GetStackSlot(slot.src_offset_));
3312 asm_->Poke(scratch, poke_offset);
3316 asm_->Poke(liftoff::GetRegFromType(slot.src_.reg(), slot.src_.kind()),
3323 asm_->Poke(zero_reg, poke_offset);
3325 UseScratchRegisterScope temps(asm_);
3328 asm_->Mov(scratch, int64_t{slot.src_.i32_const()});
3329 asm_->Poke(scratch, poke_offset);
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h3827 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
3828 asm_->Ld(kScratchReg, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
3829 asm_->push(kScratchReg); in Construct()
3831 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); in Construct()
3832 asm_->Ld(kScratchReg, liftoff::GetStackSlot(slot.src_offset_ - 8)); in Construct()
3833 asm_->push(kScratchReg); in Construct()
3834 asm_->Ld(kScratchReg, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
3835 asm_->push(kScratchReg); in Construct()
3840 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
3841 liftoff::push(asm_, sr in Construct()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4667 asm_->AllocateStackSpace(stack_decrement);
4668 asm_->movdqu(liftoff::kScratchDoubleReg,
4670 asm_->movdqu(Operand(esp, 0), liftoff::kScratchDoubleReg);
4674 asm_->AllocateStackSpace(stack_decrement - kDoubleSize);
4676 asm_->push(liftoff::GetHalfStackSlot(slot.src_offset_, kHighWord));
4679 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize);
4680 asm_->push(liftoff::GetHalfStackSlot(slot.src_offset_, slot.half_));
4685 asm_, slot.half_ == kLowWord ? src.reg().low() : src.reg().high(),
4689 liftoff::push(asm_, src.reg(), src.kind(),
4694 asm_
[all...]
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h4215 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
4218 asm_->movl(kScratchRegister, liftoff::GetStackSlot(slot.src_offset_)); in Construct()
4219 asm_->pushq(kScratchRegister); in Construct()
4221 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); in Construct()
4224 asm_->pushq(liftoff::GetStackSlot(slot.src_offset_ - 8)); in Construct()
4225 asm_->pushq(liftoff::GetStackSlot(slot.src_offset_)); in Construct()
4227 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
4232 asm_->pushq(liftoff::GetStackSlot(slot.src_offset_)); in Construct()
4237 liftoff::push(asm_, src.reg(), src.kind(), stack_decrement - pushed); in Construct()
4241 asm_ in Construct()
[all...]
/third_party/ltp/scripts/
H A Dcheckpatch.pl5787 $dstat =~ s/\b_*asm_*\s+_*volatile_*\b/asm_volatile/g;

Completed in 108 milliseconds