Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc105 Node* MachineOperatorReducer::Int32Div(Node* dividend, int32_t divisor) { in Int32Div() function in v8::internal::compiler::MachineOperatorReducer
Draw-machine-assembler.h320 Node* Int32Div(Node* a, Node* b) { in Int32Div() function
Dsimplified-lowering.cc3542 Node* SimplifiedLowering::Int32Div(Node* const node) { in Int32Div() function in v8::internal::compiler::SimplifiedLowering