Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h272 const Operator* Int64Mul(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h343 Node* Int64Mul(Node* a, Node* b) { in Int64Mul() function
344 return AddNode(machine()->Int64Mul(), a, b); in Int64Mul()
Dopcodes.h416 V(Int64Mul) \
Dmachine-operator.cc117 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Dwasm-compiler.cc615 op = m->Int64Mul(); in Binop()