Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h792 Node* TruncateFloat32ToUint32(Node* a, TruncateKind kind) { in TruncateFloat32ToUint32() function
793 return AddNode(machine()->TruncateFloat32ToUint32(kind), a); in TruncateFloat32ToUint32()
Dmachine-operator.h558 const Operator* TruncateFloat32ToUint32(TruncateKind kind); in NON_EXPORTED_BASE()
Dopcodes.h717 V(TruncateFloat32ToUint32) \
Dmachine-operator.cc1386 const Operator* MachineOperatorBuilder::TruncateFloat32ToUint32( in TruncateFloat32ToUint32() function in v8::internal::compiler::MachineOperatorBuilder
Dwasm-compiler.cc1978 return builder->mcgraph()->machine()->TruncateFloat32ToUint32( in ConvertOp()
1981 return builder->mcgraph()->machine()->TruncateFloat32ToUint32( in ConvertOp()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc337 V(TruncateFloat32ToUint32) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1172 V(TruncateFloat32ToUint32, kIA32Float32ToUint32) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc1750 V(TruncateFloat32ToUint32, kSSEFloat32ToUint32) \