Searched refs:Uint64Div (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 540 Node* Uint64Div(Node* a, Node* b) { in Uint64Div() function in v8::internal::compiler::RawMachineAssembler 541 return AddNode(machine()->Uint64Div(), a, b); in Uint64Div()
|
H A D | graph-assembler.h | 117 V(Uint64Div) \
|
H A D | machine-operator.h | 512 const Operator* Uint64Div();
|
H A D | opcodes.h | 587 V(Uint64Div) \
|
H A D | machine-operator.cc | 301 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
|
H A D | wasm-compiler.cc | 2940 return gasm_->Uint64Div(left, right); in BuildI64DivU()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1486 V(Word64, Uint64Div, kS390_DivU64, \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1503 V(Uint64Div, kArm64Udiv) \
|
Completed in 35 milliseconds