Home
last modified time | relevance | path

Searched refs:Abs (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dasm_caller.cpp33 static auto Abs(T param) in Abs() function
48 DEF(abs, Abs); \
H A Dinst_generator_test.cpp195 case Opcode::Abs: in FixParams()
691 case Opcode::Abs: in DoLogic()
929 OneTestSign(statGen, Opcode::Abs); in RandomTestsPart2()
H A Dbounds_analysis_test.cpp72 BoundsRange res1 = r1.Abs(); in TEST_F()
77 BoundsRange res2 = r2.Abs(); in TEST_F()
82 BoundsRange res3 = r3.Abs(); in TEST_F()
87 BoundsRange res4 = r4.Abs(); in TEST_F()
H A Dinst_generator.h200 {Opcode::Abs, numericTypes_},
H A Dinst_generator.cpp51 case Opcode::Abs: in GenerateGraph()
1134 case Opcode::Abs: in Generate()
H A Dconst_folding_test.cpp452 INST(1U, Opcode::Abs).s64().Inputs(0U); in TEST_F()
472 INST(1U, Opcode::Abs).s32().Inputs(0U); in TEST_F()
491 INST(1U, Opcode::Abs).f32().Inputs(0U); in TEST_F()
510 INST(1U, Opcode::Abs).f64().Inputs(0U); in TEST_F()
H A Dvn_test.cpp235 INST(14U, Opcode::Abs).f32().Inputs(4U); in SRC_GRAPH()
265 INST(14U, Opcode::Abs).f32().Inputs(4U); in OUT_GRAPH()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.h37 V("abs", Abs, 1, MathAbs) /* Math.abs ( x ) */ \
93 static JSTaggedValue Abs(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_math.cpp26 JSTaggedValue BuiltinsMath::Abs(EcmaRuntimeCallInfo *argv) in Abs() function in panda::ecmascript::builtins::BuiltinsMath
29 BUILTINS_API_TRACE(argv->GetThread(), Math, Abs); in Abs()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_opcodes.h63 V(Abs, ABS, GateFlags::NO_WRITE, 0, 0, 1) \
H A Dir_builder.h107 V(Abs, (GateRef gate, GateRef e1)) \
H A Dcircuit_builder.h147 V(Abs, Abs, MachineType::I32) \
148 V(FAbs, Abs, MachineType::F64) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp54 HWTEST_F_L0(BuiltinsMathTest, Abs) in HWTEST_F_L0()
62 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
77 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
92 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
107 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
124 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
140 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
156 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
172 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0()
188 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInf in HWTEST_F_L0()
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp81 * Abs current range. Type of current range is saved.
86 BoundsRange BoundsRange::Abs() const in Abs() function in ark::compiler::BoundsRange
806 CalcNewBoundsRangeUnary<Opcode::Abs>(v, inst); in VisitAbs()
1352 } else if constexpr (OPC == Opcode::Abs) { in CalcNewBoundsRangeUnary()
1353 range = range0.Abs(); in CalcNewBoundsRangeUnary()
H A Dbounds_analysis.h64 BoundsRange Abs() const;
/arkcompiler/runtime_core/compiler/tests/
H A Dinst_generator.h155 {Opcode::Abs, numeric_types_},
H A Dvn_test.cpp213 INST(14, Opcode::Abs).f32().Inputs(4); in TEST_F()
241 INST(14, Opcode::Abs).f32().Inputs(4); in TEST_F()
H A Dir_builder_test.cpp454 INST(3, Opcode::Abs).f64().Inputs(2); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h403 Expr Abs(Type *type, Expr src);
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h40 DEF(Abs, UNARY_OPERATION) \
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp585 Expr LMIRBuilder::Abs(Type *type, Expr src) in Abs() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h557 V(Math, Abs) \
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dreg_acc_alloc_test.cpp265 * Test Abs and Sqrt instructions.
279 INST(3U, Opcode::Abs).f64().Inputs(2U); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp293 ASSERT(inst->GetOpcode() == Opcode::Abs); in ConstFoldingAbs()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp537 reinterpret_cast<uintptr_t>(Math::Abs),

Completed in 57 milliseconds

12