HomeSort by relevance Sort by last modified time
    Searched defs:Int32Div (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.cc 105 Node* MachineOperatorReducer::Int32Div(Node* dividend, int32_t divisor) {
812 quotient = Int32Div(quotient, Abs(divisor));
    [all...]
raw-machine-assembler.h 294 Node* Int32Div(Node* a, Node* b) {
295 return AddNode(machine()->Int32Div(), a, b);
simplified-lowering.cc     [all...]

Completed in 220 milliseconds