Searched refs:TruncateFloat32ToUint32 (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 792 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 D | machine-operator.h | 558 const Operator* TruncateFloat32ToUint32(TruncateKind kind);
|
H A D | opcodes.h | 717 V(TruncateFloat32ToUint32) \
|
H A D | machine-operator.cc | 853 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 D | wasm-compiler.cc | 1978 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 D | instruction-selector-s390.cc | 337 V(TruncateFloat32ToUint32) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 1750 V(TruncateFloat32ToUint32, kSSEFloat32ToUint32) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 1172 V(TruncateFloat32ToUint32, kIA32Float32ToUint32) \
|
Completed in 38 milliseconds