Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h237 const Operator* BitcastFloat32ToInt32();
Dopcodes.h288 V(BitcastFloat32ToInt32) \
Draw-machine-assembler.h494 Node* BitcastFloat32ToInt32(Node* a) { in BitcastFloat32ToInt32() function
495 return AddNode(machine()->BitcastFloat32ToInt32(), a); in BitcastFloat32ToInt32()
Dmachine-operator.cc161 V(BitcastFloat32ToInt32, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc719 op = m->BitcastFloat32ToInt32(); in Unop()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5994 m.Return(m.BitcastFloat32ToInt32( in TEST()