Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h303 const Operator* RoundUint64ToFloat32();
Draw-machine-assembler.h566 Node* RoundUint64ToFloat32(Node* a) { in RoundUint64ToFloat32() function
567 return AddNode(machine()->RoundUint64ToFloat32(), a); in RoundUint64ToFloat32()
Dopcodes.h359 V(RoundUint64ToFloat32) \
Dmachine-operator.cc133 V(RoundUint64ToFloat32, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc862 op = m->RoundUint64ToFloat32(); in Unop()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc6284 m.Return(m.RoundUint64ToFloat32(m.Parameter(0))); in TEST()