Searched defs:Uint32Div (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/mjsunit/asm/ | ||
D | uint32div.js | 9 function Uint32Div(divisor) { class |
/external/v8/src/compiler/ | ||
D | machine-operator-reducer.cc | 105 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) { in Uint32Div() function in v8::internal::compiler::MachineOperatorReducer |
D | raw-machine-assembler.h | 259 Node* Uint32Div(Node* a, Node* b) { in Uint32Div() function |
D | simplified-lowering.cc | 1806 Node* SimplifiedLowering::Uint32Div(Node* const node) { in Uint32Div() function in v8::internal::compiler::SimplifiedLowering |