Home
last modified time | relevance | path

Searched refs:TruncateFloat32ToUint32 (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h326 const Operator* TruncateFloat32ToUint32(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h626 Node* TruncateFloat32ToUint32(Node* a) { in TruncateFloat32ToUint32() function
627 return AddNode(machine()->TruncateFloat32ToUint32(), a); in TruncateFloat32ToUint32()
Dopcodes.h618 V(TruncateFloat32ToUint32) \
Dmachine-operator.cc152 V(TruncateFloat32ToUint32, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc1496 return builder->mcgraph()->machine()->TruncateFloat32ToUint32(); in ConvertOp()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc334 V(TruncateFloat32ToUint32) \
1343 V(Float32, TruncateFloat32ToUint32, kS390_Float32ToUint32, \
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1282 V(TruncateFloat32ToUint32, kSSEFloat32ToUint32) \
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc751 V(TruncateFloat32ToUint32, kSSEFloat32ToUint32) \
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1368 V(TruncateFloat32ToUint32, kArmVcvtU32F32) \
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1201 V(TruncateFloat32ToUint32, kArm64Float32ToUint32) \