Searched refs:Uint64Div (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 278 const Operator* Uint64Div(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 373 Node* Uint64Div(Node* a, Node* b) { in Uint64Div() function 374 return AddNode(machine()->Uint64Div(), a, b); in Uint64Div()
|
D | opcodes.h | 400 V(Uint64Div) \
|
D | machine-operator.cc | 121 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2034 jsgraph()->machine()->Uint64Div(), left, right, in BuildI64DivU()
|