Home
last modified time | relevance | path

Searched refs:v5 (Results 1 – 25 of 75) sorted by relevance

123

/arkcompiler/runtime_core/tests/checked/
Dconst_array_test.pa60 movi v5, 0x0
61 jne v5, loop_error_1
64 movi v5, 0x1
65 jne v5, loop_error_2
68 movi v5, 0x0
69 jne v5, loop_error_3
72 movi v5, 0x2
73 jne v5, loop_error_4
76 movi v5, 0x3
77 jne v5, loop_error_5
[all …]
/arkcompiler/ets_runtime/test/moduletest/ictest/
Dictest.js51 for (let v5 =0; v5 < 400;v5++) {
74 for (let v5 =0;v5 < 400; v5++) {
82 for (let v5 =0; v5 < 400;v5++) {
113 for (let v5 = 0;v5 < 2; v5++) {
114 print(v5);
/arkcompiler/ets_runtime/test/moduletest/fortest/
Dfortest.js39 const v5 = new F0(); constant
42 this.__proto__ = v5;
46 v5[v29] = index;
48 for (let k in v5) {
49 print(k, v5[k]);
55 } catch (v5) {
56 print(v5)
/arkcompiler/runtime_core/tests/benchmarks/
Daccess-nbody.pa79 movi v5, 0
81 lda v5
84 inci v5, 1
141 sta.64 v5
167 sta.64 v5
193 sta.64 v5
219 sta.64 v5
239 fmovi.64 v5, 0.0
276 sta.obj v5
277 ldobj v5, Body.mass
[all …]
Dcontrolflow-recursive.pa28 movi v5, 3
29 call.short ack, v5, v4
32 movi v5, 17
33 add v5, v4
34 sta v5
35 call.short fib, v5, v5
41 sta v5
49 call tak, v5, v6, v7, v5
130 sta v5
131 call tak, v3, v4, v5, a0
Dbitops-nsieve-bits.pa26 movi v5, 0 #loop counter
36 inci v5, 1
37 lda v5
71 sta v5
73 shl2 v5
74 sta v5
78 and2 v5
93 sta v5
95 shl2 v5
97 sta v5
[all …]
Dmath-spectral-norm.pa42 sta.64 v5
43 call.short Math.absF64, v5, v5
45 fcmpl.64 v5
60 fmovi.64 v5, 0.0 #vv
102 fadd2.64 v5
103 sta.64 v5
109 fdiv2.64 v5
136 sta.64 v5
139 fmul2.64 v5
170 sta.64 v5
[all …]
D3d-morph.pa32 movi v5, 0 #loop counter
34 lda v5
39 lda v5
44 inci v5, 1
48 movi v5, 0
52 lda v5
55 add2 v5
61 inci v5, 1
89 sta.64 v5 #PI2nx
119 fmul2.64 v5
Dbitops-3bit-bits-in-byte.pa27 movi v5, 0 #loop2 counter
29 lda v5
32 call.short fast3bitlookup, v5, v5
35 inci v5, 1
36 lda v5
Dbitops-bits-in-byte.pa27 movi v5, 0 #loop2_counter
29 lda v5
32 call.short bitsinbyte, v5, v0
35 inci v5, 1
36 lda v5
Dmath-partial-sums.pa36 mov v5, a0 #loop counter
39 call.short partial, v5, v0
42 lda v5
44 sta v5
171 fmovi.64 v5, 0.0
172 fcmpl.64 v5
/arkcompiler/runtime_core/tests/cts-assembly/
Dobj-14.pa82 # v5=allocString()[0] + print v5
89 sta.obj v5
90 #call.short IO.printString, v5, v5
92 # v6[v2] = v5
93 lda.obj v5
113 sta.obj v5
114 call.short IO.printString, v5, v5
Dtst-select.pa167 movi v5, 1001
170 jne v5, error_0
176 jne v5, error_3
178 jne v5, error_4
184 jne v5, error_7
186 jne v5, error_8
192 jne v5, error_11
200 jne v5, error_12
206 jne v5, error_15
208 jne v5, error_16
[all …]
Dinitobj-03.pa45 sta.obj v5
46 ldobj v5, R.field1
48 ldobj v5, R.field2
50 ldobj v5, R.field3
52 ldobj v5, R.field4
54 ldobj v5, R.field5
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferenceOptionalProperties.ts85 let v5: Required<Partial<{ a: string, b: string }>>; variable
86 AssertType(v5, "Required<Partial<{ a: string; b: string; }>>");
90 let v5: { a: string, b: string }; variable
91 AssertType(v5, "Required<Partial<{ a: string; b: string; }>>");
DinferenceOptionalPropertiesStrict.ts85 let v5: Required<Partial<{ a: string, b: string }>>; variable
86 AssertType(v5, "Required<Partial<{ a: string; b: string; }>>");
90 let v5: { a: string, b: string }; variable
91 AssertType(v5, "Required<Partial<{ a: string; b: string; }>>");
DcapturedLetConstInLoop4.ts23 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8, "string");
24 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7, "string");
25 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6, "string");
26 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5, "string");
38 AssertType(v5, "number");
42 return v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8;
171 let v5 = x; variable
172 AssertType(v5, "number");
176 AssertType((function() { return x + y + v5}), "() => number");
177 AssertType(function() { return x + y + v5}, "() => number");
[all …]
DcapturedLetConstInLoop4_ES6.ts23 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8, "string");
24 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7, "string");
25 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6, "string");
26 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5, "string");
38 AssertType(v5, "number");
42 return v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8;
171 let v5 = x; variable
172 AssertType(v5, "number");
176 AssertType((function() { return x + y + v5}), "() => number");
177 AssertType(function() { return x + y + v5}, "() => number");
[all …]
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js54 const v5 = new Proxy(v0, {}); constant
55 const {...v1} = v5;
56 print(v5.value);
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole2.js27 var v5;
35 v5[5];
Dsafe_hole1.js33 var v5;
41 v5[5];
Dsafe_hole3.js28 f0.aarEq = function f2(v5, v6, v7 = `Expected «${v6}» to be «${v5}».`){}; argument
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Dbinary.pa44 mov v5, v0
50 or v5, v3
53 sta v5
54 or v5, v4
Daccess-nsieve.pa23 newarr v5, v6, u1[]
35 starr.8 v5, v9
43 ldarr.8 v5
50 starr.8 v5, v11
/arkcompiler/runtime_core/tests/regression/
Dmath-partial-sums.pa37 mov v5, a0 #loop counter
40 call.short partial, v5, v0
43 lda v5
45 sta v5
172 fmovi.64 v5, 0.0
173 fcmpl.64 v5

123