Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h792 Node* TruncateFloat32ToUint32(Node* a, TruncateKind kind) { in TruncateFloat32ToUint32() function in v8::internal::compiler::RawMachineAssembler
793 return AddNode(machine()->TruncateFloat32ToUint32(kind), a); in TruncateFloat32ToUint32()
H A Dmachine-operator.h558 const Operator* TruncateFloat32ToUint32(TruncateKind kind);
H A Dopcodes.h717 V(TruncateFloat32ToUint32) \
H A Dmachine-operator.cc853 Operator::kPure, "TruncateFloat32ToUint32", 1, in ArchitectureDefaultTruncateFloat32ToUint32Operator()
863 Operator::kPure, "TruncateFloat32ToUint32", 1, in SetOverflowToMinTruncateFloat32ToUint32Operator()
1386 const Operator* MachineOperatorBuilder::TruncateFloat32ToUint32( in TruncateFloat32ToUint32() function in v8::internal::compiler::MachineOperatorBuilder
H A 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/
H A Dinstruction-selector-s390.cc337 V(TruncateFloat32ToUint32) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc1750 V(TruncateFloat32ToUint32, kSSEFloat32ToUint32) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1172 V(TruncateFloat32ToUint32, kIA32Float32ToUint32) \

Completed in 38 milliseconds