Home
last modified time | relevance | path

Searched refs:Uint64Div (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h540 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 Dgraph-assembler.h117 V(Uint64Div) \
H A Dmachine-operator.h512 const Operator* Uint64Div();
H A Dopcodes.h587 V(Uint64Div) \
H A Dmachine-operator.cc301 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
H A Dwasm-compiler.cc2940 return gasm_->Uint64Div(left, right); in BuildI64DivU()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1486 V(Word64, Uint64Div, kS390_DivU64, \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1503 V(Uint64Div, kArm64Udiv) \

Completed in 35 milliseconds