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

  /external/v8/test/mjsunit/asm/
int32div.js 9 function Int32Div(divisor) {
29 var div = Int32Div(divisor);
  /external/v8/src/compiler/
machine-operator-reducer.cc 90 Node* MachineOperatorReducer::Int32Div(Node* dividend, int32_t divisor) {
592 quotient = Int32Div(quotient, Abs(divisor));
662 Node* quotient = Int32Div(dividend, divisor);
    [all...]
raw-machine-assembler.h 258 Node* Int32Div(Node* a, Node* b) {
259 return AddNode(machine()->Int32Div(), a, b);
simplified-lowering.cc     [all...]

Completed in 181 milliseconds