Searched refs:Uint64Div (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 501 Node* Uint64Div(Node* a, Node* b) { in Uint64Div() function 502 return AddNode(machine()->Uint64Div(), a, b); in Uint64Div()
|
D | machine-operator.h | 425 const Operator* Uint64Div(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 579 V(Uint64Div) \
|
D | machine-operator.cc | 251 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
|
D | wasm-compiler.cc | 2576 return graph()->NewNode(mcgraph()->machine()->Uint64Div(), left, right, in BuildI64DivU()
|
/external/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 1572 V(Word64, Uint64Div, kS390_DivU64, \
|
/external/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 1414 V(Uint64Div, kArm64Udiv) \
|