Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h1012 TNode<Int32T> Int32Sub(TNode<Int32T> left, TNode<Int32T> right) { in Int32Sub() function
1090 TNode<Int32T> Int32Sub(TNode<Int32T> left, int right) { in Int32Sub() function
Dmachine-operator-reducer.cc238 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) { in Int32Sub() function in v8::internal::compiler::MachineOperatorReducer
Draw-machine-assembler.h446 Node* Int32Sub(Node* a, Node* b) { in Int32Sub() function