Home
last modified time | relevance | path

Searched refs:ReplaceFloat64 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.cc358 return ReplaceFloat64(m.right().Value() - m.right().Value()); in Reduce()
361 return ReplaceFloat64(m.left().Value() + m.right().Value()); in Reduce()
373 return ReplaceFloat64(m.right().Value() - m.right().Value()); in Reduce()
377 return ReplaceFloat64(m.left().Value() - m.left().Value()); in Reduce()
380 return ReplaceFloat64(m.left().Value() - m.right().Value()); in Reduce()
413 return ReplaceFloat64(m.right().Value() - m.right().Value()); in Reduce()
416 return ReplaceFloat64(m.left().Value() * m.right().Value()); in Reduce()
432 return ReplaceFloat64(m.right().Value() - m.right().Value()); in Reduce()
436 return ReplaceFloat64(m.left().Value() - m.left().Value()); in Reduce()
439 return ReplaceFloat64(m.left().Value() / m.right().Value()); in Reduce()
[all …]
Dsimplified-operator-reducer.h39 Reduction ReplaceFloat64(double value); in NON_EXPORTED_BASE()
Dsimplified-operator-reducer.cc82 if (m.HasValue()) return ReplaceFloat64(m.Value()); in Reduce()
236 Reduction SimplifiedOperatorReducer::ReplaceFloat64(double value) { in ReplaceFloat64() function in v8::internal::compiler::SimplifiedOperatorReducer
Dmachine-operator-reducer.h63 Reduction ReplaceFloat64(volatile double value) { in NON_EXPORTED_BASE()