Home
last modified time | relevance | path

Searched full:arithmetic (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/ets-func-tests/
Dets-func-tests-excluded-TSAN.txt2 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-BigInt-1.ets
3 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-negative-number-2.ets
4 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-union.ets
5 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-zero-negative.ets
6 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-zero.ets
7 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands.ets
8 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-3-operands.ets
9 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-4-operands.ets
10 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-equal-zero-negative-number.ets
11 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-equal-zero.ets
[all …]
Dets-func-tests-excluded-JIT-REPEATS.txt2 spec/03.types/References_Types/Bigint/bigint-arithmetic-module.ets
3 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-2-union.ets
4 spec/03.types/References_Types/Bigint/bigint-arithmetic-mul-2-operands-zero-negative-number.ets
5 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-1.ets
6 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-2-BigInt.ets
7 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-zero-negative.ets
8 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-equal-zero-negative-number.ets
9 spec/03.types/References_Types/Bigint/bigint-arithmetic-comparison.ets
10 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-2-BigInt-1.ets
11 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-equal.ets
[all …]
Dets-func-tests-excluded-DI.txt27 spec/03.types/References_Types/Bigint/bigint-arithmetic-comparison-18.ets
28 spec/03.types/References_Types/Bigint/bigint-arithmetic-comparison-19.ets
29 spec/03.types/References_Types/Bigint/bigint-arithmetic-expr-4-operands-4.ets
30 spec/03.types/References_Types/Bigint/bigint-arithmetic-expr-4-operands-5-1.ets
31 spec/03.types/References_Types/Bigint/bigint-arithmetic-dec-2.ets
32 spec/03.types/References_Types/Bigint/bigint-arithmetic-dec.ets
33 spec/03.types/References_Types/Bigint/bigint-arithmetic-expr-4-operands-4-1.ets
34 spec/03.types/References_Types/Bigint/bigint-arithmetic-expr-4-operands-5.ets
35 spec/03.types/References_Types/Bigint/bigint-arithmetic-inc-2.ets
36 spec/03.types/References_Types/Bigint/bigint-arithmetic-inc.ets
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/arithmetic/
Dbininst_shifts_imm_static.cpp22 #include "ut/isa/isa_dynamic/arithmetic/helpers_arithmetic.h"
41 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_imm_static.abc", in TEST_F()
42 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_imm_static_modified.abc", "foo", in TEST_F()
44 helpers::arithmetic::TransformIrBinInstrWithImmValid(graph, g_statG->iCreateAShrI); in TEST_F()
47 … helpers::arithmetic::CreateBBSchemaForBinaryWithImm(ABCKIT_ISA_API_STATIC_OPCODE_ASHRI)); in TEST_F()
57 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_imm_static.abc", in TEST_F()
58 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_imm_static_modified.abc", "foo", in TEST_F()
60 helpers::arithmetic::TransformIrBinInstrWithImmValid(graph, g_statG->iCreateShrI); in TEST_F()
63 … helpers::arithmetic::CreateBBSchemaForBinaryWithImm(ABCKIT_ISA_API_STATIC_OPCODE_SHRI)); in TEST_F()
73 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_imm_static.abc", in TEST_F()
[all …]
Dunaryinst_static.cpp22 #include "ut/isa/isa_dynamic/arithmetic/helpers_arithmetic.h"
38 …auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/unaryinst_sta… in ValidTest()
43 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/unaryinst_static.abc", in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/unaryinst_static_modified.abc", "foo", in ValidTest()
46 helpers::arithmetic::TransformIrUnaryInstValid(graph, unaryInstToCheck); in ValidTest()
50 helpers::arithmetic::CreateBBSchemaForUnary(expectedOpcode)); in ValidTest()
54 …output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/unaryinst_static_m… in ValidTest()
Dbininst_logical_static.cpp22 #include "ut/isa/isa_dynamic/arithmetic/helpers_arithmetic.h"
38 …auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logic… in ValidTest()
43 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logical_static.abc", in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logical_static_modified.abc", "foo", in ValidTest()
46 helpers::arithmetic::TransformIrBinInstrValid(graph, binaryInstToCheck); in ValidTest()
51 helpers::arithmetic::CreateBBSchemaForBinary(expectedOpcode)); in ValidTest()
56 …helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logical_static_modi… in ValidTest()
Dbininst_shifts_static.cpp22 #include "ut/isa/isa_dynamic/arithmetic/helpers_arithmetic.h"
38 …auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shift… in ValidTest()
43 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_static.abc", in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_static_modified.abc", "foo", in ValidTest()
46 helpers::arithmetic::TransformIrBinInstrValid(graph, binaryInstToCheck); in ValidTest()
50 helpers::arithmetic::CreateBBSchemaForBinary(expectedOpcode)); in ValidTest()
54 …output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_shifts_sta… in ValidTest()
Dbininst_logical_imm_static.cpp22 #include "ut/isa/isa_dynamic/arithmetic/helpers_arithmetic.h"
39 …helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logical_imm_static.… in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logical_imm_static.abc", in ValidTest()
45 … ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logical_imm_static_modified.abc", "foo", in ValidTest()
47 helpers::arithmetic::TransformIrBinInstrWithImmValid(graph, binaryInstToCheck); in ValidTest()
50 helpers::arithmetic::CreateBBSchemaForBinaryWithImm(expectedOpcode)); in ValidTest()
56 …helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_logical_imm_static_… in ValidTest()
Dbininst_imm_static.cpp22 #include "ut/isa/isa_dynamic/arithmetic/helpers_arithmetic.h"
38 …auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_imm_s… in ValidTest()
43 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_imm_static.abc", in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_imm_static_modified.abc", "foo", in ValidTest()
46 helpers::arithmetic::TransformIrBinInstrWithImmValid(graph, binaryInstToCheck); in ValidTest()
49 helpers::arithmetic::CreateBBSchemaForBinaryWithImm(expectedOpcode)); in ValidTest()
54 …output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_imm_static… in ValidTest()
Dbininst_static.cpp22 #include "ut/isa/isa_dynamic/arithmetic/helpers_arithmetic.h"
38 …auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_stati… in ValidTest()
43 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_static.abc", in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_static_modified.abc", "foo", in ValidTest()
46 helpers::arithmetic::TransformIrBinInstrValid(graph, binaryInstToCheck); in ValidTest()
51 helpers::arithmetic::CreateBBSchemaForBinary(expectedOpcode)); in ValidTest()
55 …output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arithmetic/bininst_static_mod… in ValidTest()
/arkcompiler/runtime_core/taihe/
DREADME.md9 // idl/integer.arithmetic.taihe
15 // 发布 API 为 libinteger.so,源码位于 author/integer.arithmetic.impl.cpp
16 #include "integer.arithmetic.impl.hpp"
28 #include "integer.arithmetic.abi.hpp"
34 auto [quo, rem] = arithmetic::divmod_i32(a, b);
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp143 while (*mutf8_in != '\0') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes()
144 if (*mutf8_in >= MASK1) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes()
147 mutf8_in += 1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes()
161 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8()
163 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8()
169 … mutf8_out[mutf8_pos++] = ch.ch[c]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8()
186 *utf16_out++ = p_hi; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16()
188 *utf16_out++ = p_lo; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16()
190 mutf8_in += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16()
204 mutf8_in += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16()
[all …]
Dleb128.h43 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned()
47 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned()
102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
105 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
109 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
113 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
117 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
143 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeSigned()
176 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned()
182 out[i++] = byte; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned()
[all …]
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp101 table -= 2U; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
104 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
106 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
110 table--; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
111 table[1] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
114 table -= 2U; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
115 table[1] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
116 table[2U] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
119 table--; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot()
[all …]
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp28 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
61 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
246 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpResult()
262 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState()
273 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState()
299 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopRegExpState()
344 *pp += 1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
348 cptr += WIDE_CHAR_SIZE; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
353 cptr += WIDE_CHAR_SIZE; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
370 cptr += WIDE_CHAR_SIZE; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekChar()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp103 while (*mutf8In != '\0') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes()
104 if (*mutf8In >= MASK1) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes()
107 mutf8In += 1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes()
126 *utf16Out++ = p_hi; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16()
128 *utf16Out++ = p_lo; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16()
130 mutf8In += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16()
144 mutf8In += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16()
156 *utf16Out++ = p_hi; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16()
162 *utf16Out++ = p_lo; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16()
193 mutf81 += n1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CompareMUtf8ToMUtf8()
[all …]
Dleb128.h44 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned()
49 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned()
71 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
74 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
81 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
87 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
93 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
115 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeSigned()
148 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned()
154 out[i++] = byte; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned()
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h129 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpWordBoundary()
149 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineStart()
163 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineEnd()
178 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveStart()
190 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveEnd()
204 … &captureResultList_[i]; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveReset()
372 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference()
374 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference()
446 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvanceOffset()
466 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject-references-iterator-inl.h37 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate()
40 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate()
59 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate()
67 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate()
167 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences()
169 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences()
182 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences()
184 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences()
205 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateObjectReferences()
207 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateObjectReferences()
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/
Ddyn_chunk.h90 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU64()
96 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU32()
102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU32()
108 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU16()
114 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU16()
120 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU8()
126 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU8()
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/arithmetic/
Dbininst_logical_dynamic.cpp39 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_log… in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_logical_dynamic.abc", in ValidTest()
45 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_logical_dynamic_modified.abc", "foo", in ValidTest()
47 helpers::arithmetic::TransformIrBinInstrValid(graph, binaryInstToCheck, 4, 3); in ValidTest()
52 helpers::arithmetic::CreateBBSchemaForDynBinary(expectedOpcode)); in ValidTest()
57 …ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_logical_dynamic_modified.abc", "bininst_logi… in ValidTest()
Dbininst_shifts_dynamic.cpp39 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_shi… in ValidTest()
44 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_shifts_dynamic.abc", in ValidTest()
45 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_shifts_dynamic_modified.abc", "foo", in ValidTest()
47 helpers::arithmetic::TransformIrBinInstrValid(graph, binaryInstToCheck, 4, 3); in ValidTest()
51 helpers::arithmetic::CreateBBSchemaForDynBinary(expectedOpcode)); in ValidTest()
56 …ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arithmetic/bininst_shifts_dynamic_modified.abc", "bininst_shift… in ValidTest()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp_8.cpp62 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
64 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
68 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
83 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
85 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
111 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ExtractGroups()
113 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ExtractGroups()
118 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ExtractGroups()
Dregexp_16.cpp62 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
64 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
68 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
84 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
86 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute()
112 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ExtractGroups()
114 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ExtractGroups()
119 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ExtractGroups()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
Ddyn_chunk.h109 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU32()
115 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU32()
121 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU16()
127 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU16()
133 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU8()
139 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU8()

12345678910>>...20