Searched refs:Int64Mul (Results 1 – 5 of 5) sorted by relevance
272 const Operator* Int64Mul(); in NON_EXPORTED_BASE()
343 Node* Int64Mul(Node* a, Node* b) { in Int64Mul() function344 return AddNode(machine()->Int64Mul(), a, b); in Int64Mul()
416 V(Int64Mul) \
117 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
615 op = m->Int64Mul(); in Binop()