Home
last modified time | relevance | path

Searched defs:Uint32Div (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.cc121 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
Draw-machine-assembler.h306 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
Dsimplified-lowering.cc3303 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering