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