Home
last modified time | relevance | path

Searched refs:Float32Neg (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/ia32/
H A Dinstruction-codes-ia32.h93 V(Float32Neg) \
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dmachine-operator-unittest.cc236 PURE(Float32Neg, 1, 0, 1), // --
H A Dnode-test-utils.cc2301 IS_UNOP_MATCHER(Float32Neg)
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-operator.h416 const Operator* Float32Neg(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h484 Node* Float32Neg(Node* a) { return AddNode(machine()->Float32Neg(), a); } in Float32Neg() function
H A Dopcodes.h505 V(Float32Neg) \
H A Dmachine-operator.cc181 V(Float32Neg, Operator::kNoProperties, 1, 0, 1) \
H A Dmachine-operator-reducer.cc349 NodeProperties::ChangeOp(node, machine()->Float32Neg()); in Reduce()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator.h495 const Operator* Float32Neg(); in NON_EXPORTED_BASE()
H A Draw-machine-assembler.h582 Node* Float32Neg(Node* a) { return AddNode(machine()->Float32Neg(), a); } in Float32Neg() function
H A Dopcodes.h569 V(Float32Neg) \
H A Dmachine-operator.cc257 V(Float32Neg, Operator::kNoProperties, 1, 0, 1) \
H A Dmachine-operator-reducer.cc484 NodeProperties::ChangeOp(node, machine()->Float32Neg()); in Reduce()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Draw-machine-assembler.h591 Node* Float32Neg(Node* a) { return AddNode(machine()->Float32Neg(), a); } in Float32Neg() function
H A Dmachine-operator.h561 const Operator* Float32Neg(); in NON_EXPORTED_BASE()
H A Dopcodes.h584 V(Float32Neg) \
H A Dmachine-operator.cc310 V(Float32Neg, Operator::kNoProperties, 1, 0, 1) \
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Draw-machine-assembler.h647 Node* Float32Neg(Node* a) { return AddNode(machine()->Float32Neg(), a); } in Float32Neg() function
H A Dmachine-operator.h656 const Operator* Float32Neg(); in NON_EXPORTED_BASE()
H A Dopcodes.h590 V(Float32Neg) \
H A Dmachine-operator.cc360 V(Float32Neg, Operator::kNoProperties, 1, 0, 1) \
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-run-machops.cc3894 m.Return(m.AddNode(m.machine()->Float32Neg(), m.Parameter(0))); in TEST()
4194 m.Return(m.Float32Neg(m.Float32Mul(m.Parameter(0), m.Parameter(1)))); in TEST()
4214 m.Return(m.Float32Mul(m.Float32Neg(m.Parameter(0)), m.Parameter(1))); in TEST()
4234 m.Return(m.Float32Mul(m.Parameter(0), m.Float32Neg(m.Parameter(1)))); in TEST()
4255 m.Float32Mul(m.Float32Neg(m.Parameter(0)), m.Float32Neg(m.Parameter(1)))); in TEST()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/arm64/
H A Dinstruction-selector-arm64-unittest.cc4992 TEST_F(InstructionSelectorTest, Float32Neg) { in TEST_F() argument
4996 Node* const n = m.AddNode(m.machine()->Float32Neg(), m.Parameter(0)); in TEST_F()
5028 Node* const n2 = m.AddNode(m.machine()->Float32Neg(), n1); in TEST_F()
5063 Node* const n1 = m.AddNode(m.machine()->Float32Neg(), p0); in TEST_F()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc771 V(Float32Neg, kAVXFloat32Neg, kSSEFloat32Neg) \
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/arm/
H A Dinstruction-selector-arm-unittest.cc3198 TEST_F(InstructionSelectorTest, Float32Neg) { in TEST_F() argument
3202 Node* const n = m.AddNode(m.machine()->Float32Neg(), m.Parameter(0)); in TEST_F()

12