Home
last modified time | relevance | path

Searched refs:RoundUint64ToFloat64 (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h304 const Operator* RoundUint64ToFloat64();
Draw-machine-assembler.h569 Node* RoundUint64ToFloat64(Node* a) { in RoundUint64ToFloat64() function
570 return AddNode(machine()->RoundUint64ToFloat64(), a); in RoundUint64ToFloat64()
Dopcodes.h360 V(RoundUint64ToFloat64) \
Dmachine-operator.cc134 V(RoundUint64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc874 op = m->RoundUint64ToFloat64(); in Unop()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc6194 m.Return(m.RoundUint64ToFloat64(m.Parameter(0))); in TEST()