Home
last modified time | relevance | path

Searched refs:Int32PairAdd (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h546 Node* Int32PairAdd(Node* a_low, Node* a_high, Node* b_low, Node* b_high) { in Int32PairAdd() function in v8::internal::compiler::RawMachineAssembler
547 return AddNode(machine()->Int32PairAdd(), a_low, a_high, b_low, b_high); in Int32PairAdd()
H A Dmachine-operator.h477 const Operator* Int32PairAdd();
H A Dopcodes.h754 V(Int32PairAdd) \
H A Dint64-lowering.cc450 NodeProperties::ChangeOp(node, machine()->Int32PairAdd()); in LowerNode()
H A Dmachine-operator.cc408 V(Int32PairAdd, Operator::kNoProperties, 4, 0, 2) \

Completed in 14 milliseconds