/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 1747 int reverse_slot = 1; in EmitPrepareResults() local 1759 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 1761 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-riscv64.cc | 1699 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1701 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | code-generator-loong64.cc | 1545 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1547 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
D | instruction-selector-loong64.cc | 1726 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 1728 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2601 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 2603 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
D | code-generator-ppc.cc | 1163 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1165 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 1390 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 1392 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
D | code-generator-mips.cc | 1631 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1633 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2784 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 2786 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
D | code-generator-s390.cc | 1470 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1472 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 1770 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 1772 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
D | code-generator-arm.cc | 1760 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1762 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 1820 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 1822 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
D | code-generator-mips64.cc | 1730 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1732 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 1514 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 1516 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
D | code-generator-ia32.cc | 1750 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1752 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 1525 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1527 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
D | instruction-selector-arm64.cc | 2144 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 2146 g.UseImmediate(reverse_slot)); in EmitPrepareResults()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 2015 int reverse_slot = -output.location.GetLocation() - offset; in EmitPrepareResults() local 2016 InstructionOperand slot = g.UseImmediate(reverse_slot); in EmitPrepareResults()
|
D | code-generator-x64.cc | 2723 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 2725 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|