Searched refs:Int64Div (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 274 const Operator* Int64Div(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 346 Node* Int64Div(Node* a, Node* b) { in Int64Div() function 347 return AddNode(machine()->Int64Div(), a, b); in Int64Div()
|
D | opcodes.h | 398 V(Int64Div) \
|
D | machine-operator.cc | 117 V(Int64Div, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2003 return graph()->NewNode(jsgraph()->machine()->Int64Div(), left, right, in BuildI64DivS()
|