/external/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2438 int reverse_slot = 1; in EmitPrepareResults() local 2452 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 2454 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-ppc.cc | 1227 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1229 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 1363 int reverse_slot = 0; in EmitPrepareResults() local 1375 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 1377 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-mips.cc | 1688 int reverse_slot = i.InputInt32(0) + 1; in AssembleArchInstruction() local 1690 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2894 int reverse_slot = 1; in EmitPrepareResults() local 2908 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 2910 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-s390.cc | 1676 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1678 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 1278 int reverse_slot = 1; in EmitPrepareResults() local 1292 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 1294 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-ia32.cc | 1847 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1849 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 1677 int reverse_slot = 1; in EmitPrepareResults() local 1691 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 1693 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-arm.cc | 1829 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1831 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 1730 int reverse_slot = 1; in EmitPrepareResults() local 1744 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 1746 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-mips64.cc | 1824 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1826 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 2026 int reverse_slot = 1; in EmitPrepareResults() local 2042 g.UseImmediate(reverse_slot)); in EmitPrepareResults() 2044 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-arm64.cc | 1427 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 1429 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 1830 int reverse_slot = 1; in EmitPrepareResults() local 1844 InstructionOperand slot = g.UseImmediate(reverse_slot); in EmitPrepareResults() 1847 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
|
D | code-generator-x64.cc | 2360 int reverse_slot = i.InputInt32(0); in AssembleArchInstruction() local 2362 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
|