HomeSort by relevance Sort by last modified time
    Searched full:roundfloat64toint32 (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/
opcodes.h 354 V(RoundFloat64ToInt32) \
raw-machine-assembler.h 551 Node* RoundFloat64ToInt32(Node* a) {
552 return AddNode(machine()->RoundFloat64ToInt32(), a);
code-assembler.h 134 V(RoundFloat64ToInt32) \
machine-operator.h 298 const Operator* RoundFloat64ToInt32();
effect-control-linearizer.cc 521 Node* value32 = graph()->NewNode(machine()->RoundFloat64ToInt32(), value);
    [all...]
machine-operator.cc 128 V(RoundFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
    [all...]
wasm-compiler.cc     [all...]
  /external/v8/test/unittests/compiler/
machine-operator-reducer-unittest.cc 463 // RoundFloat64ToInt32
469 machine()->RoundFloat64ToInt32(),
478 graph()->NewNode(machine()->RoundFloat64ToInt32(), Float64Constant(x)));
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 1127 milliseconds