HomeSort by relevance Sort by last modified time
    Searched refs:Word32Sar (Results 1 - 12 of 12) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.h 50 Node* Word32Sar(Node* lhs, uint32_t rhs);
machine-operator-reducer.cc 69 Node* MachineOperatorReducer::Word32Sar(Node* lhs, uint32_t rhs) {
71 return graph()->NewNode(machine()->Word32Sar(), lhs, Uint32Constant(rhs));
117 return Int32Add(Word32Sar(quotient, mag.shift), Word32Shr(dividend, 31));
807 quotient = Word32Sar(quotient, 31);
810 quotient = Word32Sar(quotient, shift);
    [all...]
code-assembler.h 112 V(Word32Sar) \
machine-operator.h 218 const Operator* Word32Sar();
int64-lowering.cc 538 graph()->NewNode(machine()->Word32Sar(), input,
664 graph()->NewNode(machine()->Word32Sar(),
    [all...]
raw-machine-assembler.h 227 Node* Word32Sar(Node* a, Node* b) {
228 return AddNode(machine()->Word32Sar(), a, b);
opcodes.h 389 V(Word32Sar) \
simplified-lowering.cc     [all...]
machine-operator.cc 89 V(Word32Sar, Operator::kNoProperties, 2, 0, 1) \
    [all...]
wasm-compiler.cc 562 op = m->Word32Sar();
    [all...]
  /external/v8/src/builtins/
builtins-number.cc     [all...]
  /external/v8/src/interpreter/
interpreter.cc     [all...]

Completed in 956 milliseconds