Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h289 const Operator* Int64Mul(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h369 Node* Int64Mul(Node* a, Node* b) { in Int64Mul() function
370 return AddNode(machine()->Int64Mul(), a, b); in Int64Mul()
Dopcodes.h502 V(Int64Mul) \
Dmachine-operator.cc127 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Dwasm-compiler.cc413 op = m->Int64Mul(); in Binop()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1508 V(Word64, Int64Mul, kS390_Mul64, MulOperandMode, ([&]() { \