/third_party/node/deps/v8/src/maglev/ |
D | maglev-code-gen-state.h | 141 inline MemOperand ToMemOperand(const compiler::InstructionOperand& operand) { in ToMemOperand() function 145 inline MemOperand ToMemOperand(const ValueLocation& location) { in ToMemOperand() function 146 return ToMemOperand(location.operand()); in ToMemOperand()
|
D | maglev-ir.cc | 631 __ movq(ToMemOperand(target()), source_reg); in GenerateCode() 634 MemOperand source_op = ToMemOperand(source()); in GenerateCode() 639 __ movq(ToMemOperand(target()), kScratchRegister); in GenerateCode()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 114 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::S390OperandConverter 3619 __ StoreU64(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 3623 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 3629 __ StoreU64(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 3686 __ StoreU64(dst, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 3702 __ StoreF32(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 3704 __ StoreF64(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 3715 __ StoreV128(g.ToSimd128Register(source), g.ToMemOperand(destination), in AssembleConstructFrame() 3727 __ StoreF64(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 3729 __ StoreF32(src, g.ToMemOperand(destination)); in AssembleConstructFrame() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 113 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::PPCOperandConverter 4278 __ StoreU64(src, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4282 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 4288 __ StoreU64(temp, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4354 __ StoreU64(dst, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4384 __ StoreF64(dst, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4386 __ StoreF32(dst, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4397 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 4410 __ StoreF64(src, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4412 __ StoreF32(src, g.ToMemOperand(destination), r0); in AssembleConstructFrame() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | code-generator-loong64.cc | 128 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::Loong64OperandConverter 2421 __ St_d(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 2425 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 2432 __ St_d(scratch, g.ToMemOperand(destination)); in AssembleConstructFrame() 2480 if (destination->IsStackSlot()) __ St_d(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 2483 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 2504 __ Fst_d(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 2514 __ Fst_d(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 2518 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 2525 __ Fst_d(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 125 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::MipsOperandConverter 4173 __ sw(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 4177 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 4183 __ sw(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4228 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 4231 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 4250 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 4263 __ st_b(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 4275 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 4277 __ swc1(src, g.ToMemOperand(destination)); in AssembleConstructFrame() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 127 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::MipsOperandConverter 4376 __ Sd(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 4380 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 4386 __ Sd(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4432 if (destination->IsStackSlot()) __ Sd(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 4435 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 4454 __ Sdc1(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 4467 __ st_b(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 4476 __ Sdc1(src, g.ToMemOperand(destination)); in AssembleConstructFrame() 4481 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 140 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::RiscvOperandConverter 4095 __ Sd(src, g.ToMemOperand(destination)); in AssembleMove() 4099 MemOperand src = g.ToMemOperand(source); in AssembleMove() 4105 __ Sd(temp, g.ToMemOperand(destination)); in AssembleMove() 4166 if (destination->IsStackSlot()) __ Sd(dst, g.ToMemOperand(destination)); in AssembleMove() 4169 MemOperand dst = g.ToMemOperand(destination); in AssembleMove() 4188 __ StoreDouble(dst, g.ToMemOperand(destination)); in AssembleMove() 4202 MemOperand dst = g.ToMemOperand(destination); in AssembleMove() 4218 __ StoreFloat(src, g.ToMemOperand(destination)); in AssembleMove() 4221 __ StoreDouble(src, g.ToMemOperand(destination)); in AssembleMove() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 242 MemOperand ToMemOperand(InstructionOperand* op, TurboAssembler* tasm) const { in ToMemOperand() function in v8::internal::compiler::Arm64OperandConverter 3378 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove() 3393 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleMove() 3408 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleMove() 3409 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove() 3440 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleMove() 3492 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleSwap() 3519 MemOperand src = g.ToMemOperand(source, tasm()); in AssembleSwap() 3520 MemOperand dst = g.ToMemOperand(destination, tasm()); in AssembleSwap()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 150 MemOperand ToMemOperand(InstructionOperand* op) const { in ToMemOperand() function in v8::internal::compiler::ArmOperandConverter 3946 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 3966 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 3987 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 3988 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 4025 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 4052 __ vstr(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4085 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame() 4120 MemOperand src = g.ToMemOperand(source); in AssembleConstructFrame() 4121 MemOperand dst = g.ToMemOperand(destination); in AssembleConstructFrame()
|