Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc328 OPTIONAL_ENTRY(Float32Neg, 1, 0, 1), // --
/external/v8/src/compiler/
Dmachine-operator.h368 const OptionalOperator Float32Neg();
Dopcodes.h368 V(Float32Neg) \
Dmachine-operator.cc384 V(Float32Neg, Operator::kNoProperties, 1, 0, 1) \
Draw-machine-assembler.h418 Node* Float32Neg(Node* a) { return Float32Sub(Float32Constant(-0.0f), a); } in Float32Neg() function
Dwasm-compiler.cc649 if (m->Float32Neg().IsSupported()) { in Unop()
650 op = m->Float32Neg().op(); in Unop()
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc3062 TEST_F(InstructionSelectorTest, Float32Neg) { in TEST_F() argument
3066 Node* const n = m.AddNode(m.machine()->Float32Neg().op(), m.Parameter(0)); in TEST_F()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc3912 TEST_F(InstructionSelectorTest, Float32Neg) { in TEST_F() argument
3916 Node* const n = m.AddNode(m.machine()->Float32Neg().op(), m.Parameter(0)); in TEST_F()
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc598 WASM_EXEC_TEST(Float32Neg) { in WASM_EXEC_TEST() argument
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc3574 if (!m.machine()->Float32Neg().IsSupported()) return; in TEST()
3575 m.Return(m.AddNode(m.machine()->Float32Neg().op(), m.Parameter(0))); in TEST()