Home
last modified time | relevance | path

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

12345678910>>...41

/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/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 …]
Dmath-spectral-norm.pa21 fmovi.64 v2, 8.909361304388094
22 call test, v0, v1, v2, v0
57 newarr v2, v0, f64[] #w
69 fstarr.64 v2, v6
80 call AtAu, v1, v3, v2, v1
81 call AtAu, v3, v1, v2, v1
122 movi v2, 0 #loop_counter
135 call.short A, v4, v2
147 fstarr.64 a1, v2
148 inci v2, 1
[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 …]
Dmath-spectral-norm.pa21 fmovi.64 v2, 8.909361304388094
22 call test, v0, v1, v2, v0
57 newarr v2, v0, f64[] #w
69 fstarr.64 v2, v6
80 call AtAu, v1, v3, v2, v1
81 call AtAu, v3, v1, v2, v1
122 movi v2, 0 #loop_counter
135 call.short A, v4, v2
147 fstarr.64 a1, v2
148 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/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_func_ref.params.yaml16 v2: c'\u0021'
17 exp: 'add(v1, v2)'
21 v2: c'\u0001'
22 exp: "(add(v1, v2) + c' ') as Char"
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_arr_val.params.yaml17 v2: c'\u0021'
18 exp: 'v1 + v2'
23 v2: c'\u0001'
24 exp: "v1 + v2 + c' '"
29 v2: c'\uFFFF'
30 exp: "(v1 + v2) as char"
35 v2: c'\u0001'
36 exp: "(v1 + v2) as char"
41 v2: c'\u000F'
46 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' ') as char"
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/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/
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_ref.params.yaml16 v2: c'\u0041'
17 exp: 'sub(v2, v1)'
21 v2: c'\u0001'
22 exp: "(sub(v1, v2) - c' ') as Char"
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_arr_val.params.yaml17 v2: c'\u0041'
18 exp: 'v2 - v1'
23 v2: c'\u0001'
24 exp: "v1 - v2 - c' '"
29 v2: c'\uFFFF'
30 exp: 'v1 - v2'
35 v2: c'\u0000'
36 exp: '(v2 - v1) as char'
41 v2: c'\u000F'
47 v2: c'\u0101'
[all …]
Dsub_func_val.params.yaml17 v2: c'\u0041'
18 exp: 'sub(v2, v1)'
23 v2: c'\u0001'
24 exp: "(sub(v1, v2) - c' ') as char"
29 v2: c'\uFFFF'
30 exp: 'sub(v1, v2)'
35 v2: c'\u0000'
36 exp: 'sub(v2, v1)'
41 v2: c'\u000F'
47 v2: c'\u0101'
[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/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.yaml17 v2: c'\u0021'
18 exp: foo(true, v1, v2)
23 v2: c'\u0021'
24 exp: (foo(false, v1, v2) +v1) as char
29 v2: c'\u0021'
30 exp: '" " + foo(false, v1, v2) + v1'
35 v2: c'\u0021'
36 exp: "(c' ' + foo(false, v1, v2) + v1) as char"
41 v2: c'\u0021'
42 exp: "(c' ' + foo(false, (v2 + v1) as char, (v2 - v1) as char)) as char"
[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) as Char"
26 v2: c'\u0021'
27 exp: '" " + foo(false, v1, v2) + v1'
31 v2: c'\u0021'
32 exp: "(c' ' + foo(false, v1, v2) + v1) as Char"
36 v2: c'\u0021'
37 exp: "(c' ' + foo(false, (v2 + v1) as Char, (v2 - v1) as Char)) as Char"
[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 …]
/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/tests/irtoc-interpreter-tests/
Dmultiarray.pa20 movi v2, 0x4
22 initobj.short i32[][].ctor, v2, v3
24 mov v2, v0
28 jle v2, jump_label_0
31 lda v2
36 add v3, v2
41 inci v2, 0x1
45 mov v2, v0
49 jle v2, jump_label_4
52 lda v2
[all …]

12345678910>>...41