Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h325 const Operator* RoundUint64ToFloat64(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h614 Node* RoundUint64ToFloat64(Node* a) { in RoundUint64ToFloat64() function
615 return AddNode(machine()->RoundUint64ToFloat64(), a); in RoundUint64ToFloat64()
Dopcodes.h507 V(RoundUint64ToFloat64) \
Dmachine-operator.cc153 V(RoundUint64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc954 op = m->RoundUint64ToFloat64(); in Unop()