Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h324 const Operator* RoundUint64ToFloat32(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h611 Node* RoundUint64ToFloat32(Node* a) { in RoundUint64ToFloat32() function
612 return AddNode(machine()->RoundUint64ToFloat32(), a); in RoundUint64ToFloat32()
Dopcodes.h506 V(RoundUint64ToFloat32) \
Dmachine-operator.cc152 V(RoundUint64ToFloat32, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc942 op = m->RoundUint64ToFloat32(); in Unop()