Home
last modified time | relevance | path

Searched refs:Int32MulHigh (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h455 Node* Int32MulHigh(Node* a, Node* b) { in Int32MulHigh() function in v8::internal::compiler::RawMachineAssembler
456 return AddNode(machine()->Int32MulHigh(), a, b); in Int32MulHigh()
H A Dmachine-operator.h490 const Operator* Int32MulHigh();
H A Dopcodes.h562 V(Int32MulHigh) \
H A Dmachine-operator.cc272 V(Int32MulHigh, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
H A Dmachine-operator-reducer.cc253 Node* quotient = graph()->NewNode(machine()->Int32MulHigh(), dividend, in Int32Div()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc355 V(Int32MulHigh) \
1423 V(Word32, Int32MulHigh, kS390_MulHigh32, \
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1595 V(Int32MulHigh, kArmSmmul) \

Completed in 23 milliseconds