Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h274 const Operator* Int64Div(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h346 Node* Int64Div(Node* a, Node* b) { in Int64Div() function
347 return AddNode(machine()->Int64Div(), a, b); in Int64Div()
Dopcodes.h398 V(Int64Div) \
Dmachine-operator.cc117 V(Int64Div, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2003 return graph()->NewNode(jsgraph()->machine()->Int64Div(), left, right, in BuildI64DivS()