Searched refs:GetEffectiveAddressMemoryOperand (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 198 AddressingMode GetEffectiveAddressMemoryOperand( in GetEffectiveAddressMemoryOperand() function in v8::internal::compiler::X64OperandGenerator 417 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitLoadLane() 501 g.GetEffectiveAddressMemoryOperand(value, inputs, &input_count, reg_kind); in VisitLoad() 609 addressing_mode = g.GetEffectiveAddressMemoryOperand( in VisitStoreCommon() 653 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count, reg_kind); in VisitProtectedStore() 691 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitStoreLane() 743 g.GetEffectiveAddressMemoryOperand(right, inputs, &input_count); in VisitBinop() 852 g.GetEffectiveAddressMemoryOperand(value, inputs, &input_count); in VisitStackPointerGreaterThan() 906 AddressingMode mode = g.GetEffectiveAddressMemoryOperand( in TryMergeTruncateInt64ToInt32IntoLoad() 1116 AddressingMode mode = g.GetEffectiveAddressMemoryOperand( in TryMatchLoadWord64AndShiftRight() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 202 AddressingMode GetEffectiveAddressMemoryOperand( in GetEffectiveAddressMemoryOperand() function in v8::internal::compiler::IA32OperandGenerator 518 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitLoadLane() 586 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitLoadTransform() 599 g.GetEffectiveAddressMemoryOperand(value, inputs, &input_count); in VisitLoad() 737 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitStoreCommon() 783 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitStoreLane() 839 g.GetEffectiveAddressMemoryOperand(right, inputs, &input_count); in VisitBinop() 918 AddressingMode addressing_mode = g.GetEffectiveAddressMemoryOperand( in VisitStackPointerGreaterThan() 1485 AddressingMode mode = g.GetEffectiveAddressMemoryOperand( in EmitPrepareArguments() 1535 g.GetEffectiveAddressMemoryOperand(left, inputs, &input_count); in VisitCompareWithMemoryOperand()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 213 AddressingMode GetEffectiveAddressMemoryOperand( in GetEffectiveAddressMemoryOperand() function in v8::internal::compiler::S390OperandGenerator 470 AddressingMode mode = g.GetEffectiveAddressMemoryOperand( in GenerateRightOperands() 705 g.GetEffectiveAddressMemoryOperand(value, inputs, &input_count); in VisitLoad() 811 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitGeneralStore() 1645 AddressingMode addressing_mode = g.GetEffectiveAddressMemoryOperand( in VisitWordCompare() 1726 g.GetEffectiveAddressMemoryOperand(value, inputs, &input_count); in VisitLoadAndTest() 2815 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitLoadLane() 2890 g.GetEffectiveAddressMemoryOperand(node, inputs, &input_count); in VisitStoreLane()
|