Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h302 const Operator* RoundUint32ToFloat32();
Draw-machine-assembler.h563 Node* RoundUint32ToFloat32(Node* a) { in RoundUint32ToFloat32() function
564 return AddNode(machine()->RoundUint32ToFloat32(), a); in RoundUint32ToFloat32()
Dopcodes.h358 V(RoundUint32ToFloat32) \
Dmachine-operator.cc132 V(RoundUint32ToFloat32, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc694 op = m->RoundUint32ToFloat32(); in Unop()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc6320 m.Return(m.RoundUint32ToFloat32(m.Parameter(0))); in TEST()