Searched refs:Uint64Div (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 277 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 | 419 V(Uint64Div) \
|
D | machine-operator.cc | 122 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2163 jsgraph()->machine()->Uint64Div(), left, right, in BuildI64DivU()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1296 V(Uint64Div, kArm64Udiv) \
|