Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/asm/
Duint32div.js9 function Uint32Div(divisor) { class
/external/v8/src/compiler/
Dmachine-operator-reducer.cc105 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer
Draw-machine-assembler.h259 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function
Dsimplified-lowering.cc1806 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering