/external/v8/src/ic/ |
D | accessor-assembler.h | 325 : asm_(assembler), indirect_return_handler_(indirect_return_handler) {} in ExitPoint() 340 asm_->TailCallRuntime(function, context, args...); in ReturnCallRuntime() 342 indirect_return_handler_(asm_->CallRuntime(function, context, args...)); in ReturnCallRuntime() 349 asm_->TailCallStub(callable, context, args...); in ReturnCallStub() 351 indirect_return_handler_(asm_->CallStub(callable, context, args...)); in ReturnCallStub() 359 asm_->TailCallStub(descriptor, target, context, args...); in ReturnCallStub() 362 asm_->CallStub(descriptor, target, context, args...)); in ReturnCallStub() 368 asm_->Return(result); in Return() 377 CodeStubAssembler* const asm_;
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 24 #define __ asm_-> 77 explicit StackTransferRecipe(LiftoffAssembler* wasm_asm) : asm_(wasm_asm) {} in StackTransferRecipe() 88 asm_->Move(rm.dst, rm.src, rm.type); in Execute() 103 uint32_t next_spill_slot = asm_->cache_state()->stack_height(); in Execute() 108 asm_->Move(rm.dst, rm.src, rm.type); in Execute() 122 asm_->Spill(next_spill_slot, spill_reg, rm.type); in Execute() 138 asm_->LoadConstant(rl.dst, rl.type == kWasmI64 in Execute() 143 asm_->Fill(rl.dst, rl.value, rl.type); in Execute() 147 asm_->FillI64Half(rl.dst.gp(), rl.value); in Execute() 164 asm_->MoveStackValue(dst_index, src_index, src.type()); in TransferStackSlot() [all …]
|
D | liftoff-compiler.cc | 34 #define __ asm_. 151 void GetCode(CodeDesc* desc) { asm_.GetCode(nullptr, desc); } in GetCode() 413 safepoint_table_builder_.DefineSafepoint(&asm_, Safepoint::kSimple, 0, in GenerateOutOfLineCode() 432 safepoint_table_builder_.Emit(&asm_, __ GetTotalFrameSlotCount()); in FinishFunction() 440 asm_.AbortCompilation(); in OnFirstError() 559 if (emit_fn && (asm_.*emit_fn)(dst.gp(), src.gp())) return; in EmitI32UnOpWithCFallback() 573 if ((asm_.*emit_fn)(dst.fp(), src.fp())) return; in EmitFloatUnOpWithCFallback() 1437 LiftoffStackSlots stack_slots(&asm_); in GenerateRuntimeCall() 1448 safepoint_table_builder_.DefineSafepoint(&asm_, Safepoint::kSimple, 0, in GenerateRuntimeCall() 1572 safepoint_table_builder_.DefineSafepoint(&asm_, Safepoint::kSimple, 0, in GrowMemory() [all …]
|
D | liftoff-assembler.h | 669 explicit LiftoffStackSlots(LiftoffAssembler* wasm_asm) : asm_(wasm_asm) {} in LiftoffStackSlots() 695 LiftoffAssembler* const asm_; variable
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 932 asm_->Claim(RoundUp(slot_count, 2)); in Construct() 938 UseScratchRegisterScope temps(asm_); in Construct() 940 asm_->Ldr(scratch, liftoff::GetStackSlot(slot.src_index_)); in Construct() 941 asm_->Poke(scratch, poke_offset); in Construct() 945 asm_->Poke(liftoff::GetRegFromType(slot.src_.reg(), slot.src_.type()), in Construct() 952 asm_->Poke(zero_reg, poke_offset); in Construct() 954 UseScratchRegisterScope temps(asm_); in Construct() 957 asm_->Mov(scratch, int64_t{slot.src_.i32_const()}); in Construct() 958 asm_->Poke(scratch, poke_offset); in Construct()
|
/external/compiler-rt/lib/tsan/ |
D | analyze_libtsan.sh | 38 file=${OUTPUT_DIR}/asm_$f.s
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1368 asm_->lw(kScratchReg, in Construct() 1370 asm_->push(kScratchReg); in Construct() 1372 asm_->lw(kScratchReg, in Construct() 1375 asm_->push(kScratchReg); in Construct() 1381 asm_, slot.half_ == kLowWord ? src.reg().low() : src.reg().high(), in Construct() 1384 liftoff::push(asm_, src.reg(), src.type()); in Construct() 1389 asm_->li(kScratchReg, in Construct() 1392 asm_->push(kScratchReg); in Construct()
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 1230 asm_->ld(kScratchReg, liftoff::GetStackSlot(slot.src_index_)); in Construct() 1231 asm_->push(kScratchReg); in Construct() 1234 liftoff::push(asm_, src.reg(), src.type()); in Construct() 1237 asm_->li(kScratchReg, Operand(src.i32_const())); in Construct() 1238 asm_->push(kScratchReg); in Construct()
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1450 asm_->movl(kScratchRegister, liftoff::GetStackSlot(slot.src_index_)); in Construct() 1451 asm_->pushq(kScratchRegister); in Construct() 1457 asm_->pushq(liftoff::GetStackSlot(slot.src_index_)); in Construct() 1461 liftoff::push(asm_, src.reg(), src.type()); in Construct() 1464 asm_->pushq(Immediate(src.i32_const())); in Construct()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1625 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - 1)); in Construct() 1627 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - in Construct() 1633 asm_, slot.half_ == kLowWord ? src.reg().low() : src.reg().high(), in Construct() 1636 liftoff::push(asm_, src.reg(), src.type()); in Construct() 1641 asm_->push(Immediate(slot.half_ == kLowWord ? src.i32_const() in Construct()
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 347 asm_->BAILOUT("LiftoffStackSlots::Construct"); in Construct()
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 360 asm_->BAILOUT("LiftoffStackSlots::Construct"); in Construct()
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 360 asm_->BAILOUT("LiftoffStackSlots::Construct"); in Construct()
|
/external/elfutils/libasm/ |
D | ChangeLog | 83 * asm_*.c: Remove old-style function definitions.
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | README.md | 67 The hand-written assembly file at `asm_${GOOS}_${GOARCH}.s` implements system
|
/external/u-boot/scripts/ |
D | checkpatch.pl | 4964 $dstat =~ s/\b_*asm_*\s+_*volatile_*\b/asm_volatile/g;
|