Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h323 const Operator* RoundUint32ToFloat32(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h608 Node* RoundUint32ToFloat32(Node* a) { in RoundUint32ToFloat32() function
609 return AddNode(machine()->RoundUint32ToFloat32(), a); in RoundUint32ToFloat32()
Dopcodes.h505 V(RoundUint32ToFloat32) \
Dmachine-operator.cc151 V(RoundUint32ToFloat32, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc772 op = m->RoundUint32ToFloat32(); in Unop()