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

  /external/v8/test/mjsunit/asm/
uint32div.js 9 function Uint32Div(divisor) {
25 var div = Uint32Div(divisor);
  /external/v8/src/compiler/
machine-operator-reducer.cc 106 Node* MachineOperatorReducer::Uint32Div(Node* dividend, uint32_t divisor) {
629 return Replace(Uint32Div(dividend, divisor));
692 Node* quotient = Uint32Div(dividend, divisor);
    [all...]
raw-machine-assembler.h 270 Node* Uint32Div(Node* a, Node* b) {
271 return AddNode(machine()->Uint32Div(), a, b);
simplified-lowering.cc     [all...]

Completed in 534 milliseconds