Searched refs:Int64Sub (Results 1 – 5 of 5) sorted by relevance
337 Node* Int64Sub(Node* a, Node* b) { in Int64Sub() function338 return AddNode(machine()->Int64Sub(), a, b); in Int64Sub()352 Node* Int64Neg(Node* a) { return Int64Sub(Int64Constant(0), a); } in Int64Neg()
271 const Operator* Int64Sub(); in NON_EXPORTED_BASE()
395 V(Int64Sub) \
115 V(Int64Sub, Operator::kNoProperties, 2, 0, 1) \
544 op = m->Int64Sub(); in Binop()