Searched defs:Uint32Div (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
D | machine-operator-reducer.cc | 121 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer |
D | raw-machine-assembler.h | 306 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function |
D | simplified-lowering.cc | 3303 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering |