Home
last modified time | relevance | path

Searched refs:Uint64Div (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h277 const Operator* Uint64Div(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h373 Node* Uint64Div(Node* a, Node* b) { in Uint64Div() function
374 return AddNode(machine()->Uint64Div(), a, b); in Uint64Div()
Dopcodes.h419 V(Uint64Div) \
Dmachine-operator.cc122 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2163 jsgraph()->machine()->Uint64Div(), left, right, in BuildI64DivU()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1296 V(Uint64Div, kArm64Udiv) \