Home
last modified time | relevance | path

Searched full:v2 (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/arkcompiler/ets_frontend/es2panda/test/bytecode/ts/ic/
Dic-slot-16-overflow-expected.txt16 mov v2, a2
17 lda v2
21 lda v2
25 lda v2
29 lda v2
33 lda v2
37 lda v2
41 lda v2
45 lda v2
49 lda v2
[all …]
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa27 mov.64 v2, v3
47 sta.obj v2
59 ucmp v2
72 jeq v2, label
73 jne v2, label
74 jlt v2, label
75 jgt v2, label
76 jle v2, label
77 jge v2, label
85 add2 v2
[all …]
/arkcompiler/runtime_core/tests/benchmarks/
Dmath-cordic.pa26 sta.64 v2 #total
41 movi v2, 0 #loop_counter
44 lda v2
49 inci v2, 1
58 fmovi.64 v2, 0.0 #y
75 lda.64 v2
86 fadd2.64 v2
87 sta.64 v2
99 call.short FLOAT, v2, v1
104 lda.64 v2
[all …]
Daccess-fannkuch.pa34 newarr v2, v0, i32[] #perm1
42 call.short init, v2, v2
58 ldarr v2
65 ldarr v2
73 ldarr v2
74 starr v2, v13
80 starr v2, v7
94 call.short init2, v1, v2
131 call.short init2, v4, v2
138 ldarr v2
[all …]
/arkcompiler/runtime_core/static_core/tests/benchmarks/
Dmath-cordic.pa26 sta.64 v2 #total
41 movi v2, 0 #loop_counter
44 lda v2
49 inci v2, 1
58 fmovi.64 v2, 0.0 #y
75 lda.64 v2
86 fadd2.64 v2
87 sta.64 v2
99 call.short FLOAT, v2, v1
104 lda.64 v2
[all …]
Daccess-fannkuch.pa34 newarr v2, v0, i32[] #perm1
42 call.short init, v2, v2
58 ldarr v2
65 ldarr v2
73 ldarr v2
74 starr v2, v13
80 starr v2, v7
94 call.short init2, v1, v2
131 call.short init2, v4, v2
138 ldarr v2
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/
Dsub_arr_val.params.yaml16 v2: c'\u0041'
17 exp: 'v2 - v1'
21 v2: c'\u0001'
22 exp: "v1 - v2 - c' '"
26 v2: c'\uFFFF'
27 exp: 'v1 - v2'
31 v2: c'\u0000'
32 exp: 'v2 - v1'
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
Dsub_arr_ref.params.yaml16 v2: c'\u0041'
17 exp: 'v2 - v1'
21 v2: c'\u0001'
22 exp: "v1 - v2 - c' '"
26 v2: c'\uFFFF'
27 exp: 'v1 - v2'
31 v2: c'\u0000'
32 exp: 'v2 - v1'
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
Dsub_func_val.params.yaml16 v2: c'\u0041'
17 exp: 'sub(v2, v1)'
21 v2: c'\u0001'
22 exp: "sub(v1, v2) - c' '"
26 v2: c'\uFFFF'
27 exp: 'sub(v1, v2)'
31 v2: c'\u0000'
32 exp: 'sub(v2, v1)'
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
Dsub_func_ref.params.yaml16 v2: c'\u0041'
17 exp: 'sub(v2, v1)'
21 v2: c'\u0001'
22 exp: "sub(v1, v2) - c' '"
26 v2: c'\uFFFF'
27 exp: 'sub(v1, v2)'
31 v2: c'\u0000'
32 exp: 'sub(v2, v1)'
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/
Dadd_arr_ref.params.yaml16 v2: c'\u0021'
17 exp: 'v1 + v2'
21 v2: c'\u0001'
22 exp: "v1 + v2 + c' '"
26 v2: c'\uFFFF'
27 exp: "v1 + v2"
31 v2: c'\u0001'
32 exp: "v1 + v2"
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
Dadd_arr_val.params.yaml16 v2: c'\u0021'
17 exp: 'v1 + v2'
21 v2: c'\u0001'
22 exp: "v1 + v2 + c' '"
26 v2: c'\uFFFF'
27 exp: "v1 + v2"
31 v2: c'\u0001'
32 exp: "v1 + v2"
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
Dadd_func_ref.params.yaml16 v2: c'\u0021'
17 exp: 'add(v1, v2)'
21 v2: c'\u0001'
22 exp: "add(v1, v2) + c' '"
26 v2: c'\uFFFF'
27 exp: "add(v1, v2)"
31 v2: c'\u0001'
32 exp: "add(v1, v2)"
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
Dadd_func_val.params.yaml16 v2: c'\u0021'
17 exp: 'add(v1, v2)'
21 v2: c'\u0001'
22 exp: "add(v1, v2) + c' '"
26 v2: c'\uFFFF'
27 exp: "add(v1, v2)"
31 v2: c'\u0001'
32 exp: "add(v1, v2)"
36 v2: c'\u000F'
41 v2: c'\u0101'
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dobj-14.pa42 sta.obj v2
43 call.short IO.printString, v2, v2
54 sta.obj v2
60 # v1[v3] = v2
61 lda.obj v2
75 # (for int v2=0; v2 != v0; v2++)
76 movi v2, 0
92 # v6[v2] = v5
94 starr.obj v6, v2
96 inci v2, 1
[all …]
/arkcompiler/runtime_core/tests/cts-assembly/
Dobj-14.pa42 sta.obj v2
43 call.short IO.printString, v2, v2
54 sta.obj v2
60 # v1[v3] = v2
61 lda.obj v2
75 # (for int v2=0; v2 != v0; v2++)
76 movi v2, 0
92 # v6[v2] = v5
94 starr.obj v6, v2
96 inci v2, 1
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/conditional/
Dcond_func_val.params.yaml16 v2: c'\u0021'
17 exp: foo(true, v1, v2)
21 v2: c'\u0021'
22 exp: foo(false, v1, v2) + v
26 v2: c'\u0021'
27 exp: '" " + foo(false, v1, v2) + v1'
31 v2: c'\u0021'
32 exp: "c' ' + foo(false, v1, v2) + v1"
36 v2: c'\u0021'
37 exp: "c' ' + foo(false, v2 + v1, v2 - v1)"
[all …]
Dcond_func_ref.params.yaml16 v2: c'\u0021'
17 exp: foo(true, v1, v2)
21 v2: c'\u0021'
22 exp: foo(false, v1, v2) + v1
26 v2: c'\u0021'
27 exp: '" " + foo(false, v1, v2) + v1'
31 v2: c'\u0021'
32 exp: "c' ' + foo(false, v1, v2) + v1"
36 v2: c'\u0021'
37 exp: "c' ' + foo(false, v2 + v1, v2 - v1)"
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfp.yaml48 mov.64 v2, a1 # v2 - value for calculation
55 fmul2.64 v2
70 fmovi.64 v2, 1.5707909877360093 # A1 coefficient
71 fmul2.64 v2 # x*A1
73 movi v2, 3
74 call.short pow, v2, v1 # acc = x^3
75 fmovi.64 v2, -0.6458926627154391 # A3
76 fmul2.64 v2 # acc = A3 * x^3
79 movi v2,5
80 call.short pow, v2, v1 # acc = x^5
[all …]
Dfstarr.32.yaml28 - sig: fstarr.32 v1:in:f32[], v2:in:i32
36 - sig: fstarr.32 v1:in:f32[], v2:in:i32
63 call.short f1, v1, v2
70 - sig: fstarr.32 v1:in:f32[], v2:in:i32
108 - sig: fstarr.32 v1:in:f32[], v2:in:i32
122 call.short f1, v1, v2
239 fstarr.32 v1, v2
247 movi v2, 0
251 movi v2, 0
255 # v2 is not initialized
[all …]
Dfstarr.64.yaml28 - sig: fstarr.64 v1:in:f64[], v2:in:i32
36 - sig: fstarr.64 v1:in:f64[], v2:in:i32
64 call.short f1, v1, v2
71 - sig: fstarr.64 v1:in:f64[], v2:in:i32
109 - sig: fstarr.64 v1:in:f64[], v2:in:i32
123 call.short f1, v1, v2
238 fstarr.64 v1, v2
246 movi v2, 0
250 movi v2, 0
254 # v2 is not initialized
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfp.yaml48 mov.64 v2, a1 # v2 - value for calculation
55 fmul2.64 v2
70 fmovi.64 v2, 1.5707909877360093 # A1 coefficient
71 fmul2.64 v2 # x*A1
73 movi v2, 3
74 call.short pow, v2, v1 # acc = x^3
75 fmovi.64 v2, -0.6458926627154391 # A3
76 fmul2.64 v2 # acc = A3 * x^3
79 movi v2,5
80 call.short pow, v2, v1 # acc = x^5
[all …]
Dcall.virt.range.yaml32 movi v2, 0xd
33 shl v1, v2
38 movi v2, 0x11
39 ashr v1, v2
44 movi v2, 0x5
45 shl v1, v2
259 mov v2, v5
371 mov v2, v10
427 mov.obj v2, a0
428 ldobj.64 v2, R.f6
[all …]
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/
Dtest-raw-try-catch-expected.pa.txt14 mov v2, v4
23 mov v2, v8
36 mov v2, v8
42 mov v2, v9
50 mov v2, v5
59 mov v2, v0
83 callarg1 0x15, v2
152 sta v2
154 lda v2
162 sta v2
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dutf_test.cpp236 const std::vector<uint8_t> v2 {0x7fU, 0x00U}; in TEST() local
237 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) < 0L); in TEST()
242 const std::vector<uint8_t> v2 {0x00U}; in TEST() local
243 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) > 0L); in TEST()
248 const std::vector<uint8_t> v2 {0x7fU, 0x00U}; in TEST() local
249 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) == 0U); in TEST()
254 const std::vector<uint8_t> v2 {0x01U, 0x70U, 0x00U}; in TEST() local
255 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) > 0L); in TEST()
260 const std::vector<uint8_t> v2 {0x01U, 0x73U, 0x00U}; in TEST() local
261 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) < 0L); in TEST()
[all …]

12345678910>>...39