Searched refs:Uint64Div (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 294 const Operator* Uint64Div(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 399 Node* Uint64Div(Node* a, Node* b) { in Uint64Div() function 400 return AddNode(machine()->Uint64Div(), a, b); in Uint64Div()
|
D | opcodes.h | 505 V(Uint64Div) \
|
D | machine-operator.cc | 132 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2455 return graph()->NewNode(mcgraph()->machine()->Uint64Div(), left, right, in BuildI64DivU()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1514 V(Word64, Uint64Div, kS390_DivU64, \
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1239 V(Uint64Div, kArm64Udiv) \
|