/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | asm_caller.cpp | 33 static auto Abs(T param) in Abs() function 48 DEF(abs, Abs); \
|
H A D | inst_generator_test.cpp | 195 case Opcode::Abs: in FixParams() 691 case Opcode::Abs: in DoLogic() 929 OneTestSign(statGen, Opcode::Abs); in RandomTestsPart2()
|
H A D | bounds_analysis_test.cpp | 72 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 D | inst_generator.h | 200 {Opcode::Abs, numericTypes_},
|
H A D | inst_generator.cpp | 51 case Opcode::Abs: in GenerateGraph() 1134 case Opcode::Abs: in Generate()
|
H A D | const_folding_test.cpp | 452 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 D | vn_test.cpp | 235 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 D | builtins_math.h | 37 V("abs", Abs, 1, MathAbs) /* Math.abs ( x ) */ \ 93 static JSTaggedValue Abs(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_math.cpp | 26 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 D | lcr_opcodes.h | 63 V(Abs, ABS, GateFlags::NO_WRITE, 0, 0, 1) \
|
H A D | ir_builder.h | 107 V(Abs, (GateRef gate, GateRef e1)) \
|
H A D | circuit_builder.h | 147 V(Abs, Abs, MachineType::I32) \ 148 V(FAbs, Abs, MachineType::F64) \
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_math_test.cpp | 54 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 D | bounds_analysis.cpp | 81 * 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 D | bounds_analysis.h | 64 BoundsRange Abs() const;
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | inst_generator.h | 155 {Opcode::Abs, numeric_types_},
|
H A D | vn_test.cpp | 213 INST(14, Opcode::Abs).f32().Inputs(4); in TEST_F() 241 INST(14, Opcode::Abs).f32().Inputs(4); in TEST_F()
|
H A D | ir_builder_test.cpp | 454 INST(3, Opcode::Abs).f64().Inputs(2); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
H A D | lmir_builder.h | 403 Expr Abs(Type *type, Expr src);
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | encode.h | 40 DEF(Abs, UNARY_OPERATION) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | lmir_builder.cpp | 585 Expr LMIRBuilder::Abs(Type *type, Expr src) in Abs() function in maple::litecg::LMIRBuilder
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 557 V(Math, Abs) \
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
H A D | reg_acc_alloc_test.cpp | 265 * 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 D | const_folding.cpp | 293 ASSERT(inst->GetOpcode() == Opcode::Abs); in ConstFoldingAbs()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 537 reinterpret_cast<uintptr_t>(Math::Abs),
|