Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h294 const Operator* Uint64Div(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h399 Node* Uint64Div(Node* a, Node* b) { in Uint64Div() function
400 return AddNode(machine()->Uint64Div(), a, b); in Uint64Div()
Dopcodes.h505 V(Uint64Div) \
Dmachine-operator.cc132 V(Uint64Div, Operator::kNoProperties, 2, 1, 1) \
Dwasm-compiler.cc2455 return graph()->NewNode(mcgraph()->machine()->Uint64Div(), left, right, in BuildI64DivU()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1514 V(Word64, Uint64Div, kS390_DivU64, \
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1239 V(Uint64Div, kArm64Udiv) \