Home
last modified time | relevance | path

Searched refs:Int64Sub (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.h337 Node* Int64Sub(Node* a, Node* b) { in Int64Sub() function
338 return AddNode(machine()->Int64Sub(), a, b); in Int64Sub()
352 Node* Int64Neg(Node* a) { return Int64Sub(Int64Constant(0), a); } in Int64Neg()
Dmachine-operator.h271 const Operator* Int64Sub(); in NON_EXPORTED_BASE()
Dopcodes.h395 V(Int64Sub) \
Dmachine-operator.cc115 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc544 op = m->Int64Sub(); in Binop()