Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Ddata-view.tq126 extern macro BitcastFloat32ToInt32(float32): uint32;
778 buffer, bufferIndex, BitcastFloat32ToInt32(floatValue),
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h840 Node* BitcastFloat32ToInt32(Node* a) { in BitcastFloat32ToInt32() function
841 return AddNode(machine()->BitcastFloat32ToInt32(), a); in BitcastFloat32ToInt32()
Dmachine-operator.h584 const Operator* BitcastFloat32ToInt32(); in NON_EXPORTED_BASE()
Dopcodes.h737 V(BitcastFloat32ToInt32) \
Dgraph-assembler.h31 V(BitcastFloat32ToInt32) \
Dmachine-operator.cc346 V(BitcastFloat32ToInt32, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h341 V(BitcastFloat32ToInt32, Uint32T, Float32T) \
Dwasm-compiler.cc1192 op = m->BitcastFloat32ToInt32(); in Unop()
1652 value = gasm_->BitcastFloat32ToInt32(node); in BuildChangeEndiannessStore()
1770 value = gasm_->BitcastFloat32ToInt32(node); in BuildChangeEndiannessLoad()
2503 value = gasm_->BitcastFloat32ToInt32(value); in Throw()
Deffect-control-linearizer.cc5508 Node* result = __ BitcastFloat32ToInt32(value); in BuildReverseBytes()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc333 V(BitcastFloat32ToInt32) \
1298 V(Float32, BitcastFloat32ToInt32, kS390_BitcastFloat32ToInt32, \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc1563 V(BitcastFloat32ToInt32, kArmVmovU32F32) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1159 V(BitcastFloat32ToInt32, kIA32BitcastFI) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc1472 V(BitcastFloat32ToInt32, kArm64Float64ExtractLowWord32) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc1761 V(BitcastFloat32ToInt32, kX64BitcastFI) \
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc5643 Branch(Int32LessThan(UncheckedCast<Int32T>(BitcastFloat32ToInt32(value)), in TryFloat32ToSmi()