Home
last modified time | relevance | path

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

123

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-operator.h352 const Operator* BitcastFloat32ToInt32(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h674 Node* BitcastFloat32ToInt32(Node* a) { in BitcastFloat32ToInt32() function
675 return AddNode(machine()->BitcastFloat32ToInt32(), a); in BitcastFloat32ToInt32()
H A Dopcodes.h612 V(BitcastFloat32ToInt32) \
H A Dmachine-operator.cc167 V(BitcastFloat32ToInt32, Operator::kNoProperties, 1, 0, 1) \
H A Dwasm-compiler.cc660 op = m->BitcastFloat32ToInt32(); in Unop()
1107 value = graph()->NewNode(m->BitcastFloat32ToInt32(), node); in BuildChangeEndiannessStore()
1256 value = graph()->NewNode(m->BitcastFloat32ToInt32(), node); in BuildChangeEndiannessLoad()
2073 value = graph()->NewNode(m->BitcastFloat32ToInt32(), value); in Throw()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Ddata-view.tq110 extern macro BitcastFloat32ToInt32(float32): uint32;
727 buffer, bufferIndex, BitcastFloat32ToInt32(floatValue),
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Ddata-view.tq109 extern macro BitcastFloat32ToInt32(float32): uint32;
725 buffer, bufferIndex, BitcastFloat32ToInt32(floatValue),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator.h431 const Operator* BitcastFloat32ToInt32(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h769 Node* BitcastFloat32ToInt32(Node* a) { in BitcastFloat32ToInt32() function
770 return AddNode(machine()->BitcastFloat32ToInt32(), a); in BitcastFloat32ToInt32()
H A Dopcodes.h712 V(BitcastFloat32ToInt32) \
H A Dgraph-assembler.h32 V(BitcastFloat32ToInt32) \
H A Dsimd-scalar-lowering.cc1069 machine()->BitcastFloat32ToInt32(), rep[i]) in LowerNode()
1731 graph()->NewNode(machine()->BitcastFloat32ToInt32(), replacements[i]); in Float32ToInt32()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Ddata-view.tq113 extern macro BitcastFloat32ToInt32(float32): uint32;
752 buffer, bufferIndex, BitcastFloat32ToInt32(floatValue),
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Draw-machine-assembler.h778 Node* BitcastFloat32ToInt32(Node* a) { in BitcastFloat32ToInt32() function
779 return AddNode(machine()->BitcastFloat32ToInt32(), a); in BitcastFloat32ToInt32()
H A Dmachine-operator.h497 const Operator* BitcastFloat32ToInt32(); in NON_EXPORTED_BASE()
H A Dopcodes.h727 V(BitcastFloat32ToInt32) \
H A Dgraph-assembler.h32 V(BitcastFloat32ToInt32) \
H A Dsimd-scalar-lowering.cc1415 machine()->BitcastFloat32ToInt32(), rep[i]) in LowerNode()
2361 graph()->NewNode(machine()->BitcastFloat32ToInt32(), replacements[i]); in Float32ToInt32()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Draw-machine-assembler.h840 Node* BitcastFloat32ToInt32(Node* a) { in BitcastFloat32ToInt32() function
841 return AddNode(machine()->BitcastFloat32ToInt32(), a); in BitcastFloat32ToInt32()
H A Dmachine-operator.h584 const Operator* BitcastFloat32ToInt32(); in NON_EXPORTED_BASE()
H A Dgraph-assembler.h33 V(BitcastFloat32ToInt32) \
H A Dopcodes.h735 V(BitcastFloat32ToInt32) \
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc330 V(BitcastFloat32ToInt32) \
1333 V(Float32, BitcastFloat32ToInt32, kS390_BitcastFloat32ToInt32, \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc331 V(BitcastFloat32ToInt32) \
1378 V(Float32, BitcastFloat32ToInt32, kS390_BitcastFloat32ToInt32, \
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc332 V(BitcastFloat32ToInt32) \
1296 V(Float32, BitcastFloat32ToInt32, kS390_BitcastFloat32ToInt32, \

123