Home
last modified time | relevance | path

Searched defs:Int32Add (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc232 Node* MachineOperatorReducer::Int32Add(Node* lhs, Node* rhs) { in Int32Add() function in v8::internal::compiler::MachineOperatorReducer
Dcode-assembler.h997 TNode<Int32T> Int32Add(TNode<Int32T> left, TNode<Int32T> right) { in Int32Add() function
Draw-machine-assembler.h440 Node* Int32Add(Node* a, Node* b) { in Int32Add() function