Home
last modified time | relevance | path

Searched full:v14 (Results 1 – 25 of 106) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/compiler/docs/
Dvn_doc.md89 6.u64 Add v0, v1 -> (v14)
90 7.u32 Sub v1, v0 -> (v14)
91 8.f32 Mul v4, v5 -> (v14)
92 9.f64 Div v3, v2 -> (v14)
93 10.u32 Sub v1, v0 -> (v14)
94 11.f64 Div v3, v2 -> (v14)
95 12.f32 Mul v4, v5 -> (v14)
96 13.u64 Add v0, v1 -> (v14)
119 6.u64 Add v0, v1 -> (v14, v14)
120 7.u32 Sub v1, v0 -> (v14, v14)
[all …]
Dbalance_expressions_doc.md106 10. Add v3, v9 -> v11, v14 // s10 = d + (c + (a + b))
110 13. Add v11, v12 -> v14 // (e + s10) + (f + g)
113 15. Return v14
115 …o expressions: `v8-v10` (critical path is 3) and `v11-v14` (critical path is 3). Moreover, `v11-v1…
129 10. Add v8, v9 -> v11, v14 // s10 = ((d + c) + (a + b))
133 13. Add v11, v12 -> v14 // (e + s10) + (f + g)
136 15. Return v14
Dlowering_doc.md52 11.f64 Parameter arg 1 -> (v13, v14, v10)
57 21.f64 Constant 1.2 -> (v13, v14, v10)
76 …vr5), v6(vr6), v7(vr7), v8(vr8), v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v…
87 11.f64 Parameter arg 1 -> (v13, v14, v10)
92 21.f64 Constant 1.2 -> (v13, v14)
111 …5), v6(vr6), v26(vr7), v27(vr8), v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v…
Dscheduler_doc.md220 10.u64 Add v8, v9 -> (v14)
223 13.u64 Add v11, v12 -> (v14)
225 15.u64 Return v14
251 10.u64 Add v8, v9 -> (v14)
252 13.u64 Add v11, v12 -> (v14)
254 15.u64 Return v14
Dpeephole_doc.md69 9. Mul v12, v13 -> v14 // (x+2)*(y+y)
75 11.Return v14
/arkcompiler/runtime_core/compiler/docs/
Dvn_doc.md89 6.u64 Add v0, v1 -> (v14)
90 7.u32 Sub v1, v0 -> (v14)
91 8.f32 Mul v4, v5 -> (v14)
92 9.f64 Div v3, v2 -> (v14)
93 10.u32 Sub v1, v0 -> (v14)
94 11.f64 Div v3, v2 -> (v14)
95 12.f32 Mul v4, v5 -> (v14)
96 13.u64 Add v0, v1 -> (v14)
119 6.u64 Add v0, v1 -> (v14, v14)
120 7.u32 Sub v1, v0 -> (v14, v14)
[all …]
Dlowering_doc.md52 11.f64 Parameter arg 1 -> (v13, v14, v10)
57 21.f64 Constant 1.2 -> (v13, v14, v10)
76 …vr5), v6(vr6), v7(vr7), v8(vr8), v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v…
87 11.f64 Parameter arg 1 -> (v13, v14, v10)
92 21.f64 Constant 1.2 -> (v13, v14)
111 …5), v6(vr6), v26(vr7), v27(vr8), v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v…
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/
Dtest-nested-try-catch-expected.pa.txt210 mov v14, v11
236 mov v14, v11
283 mov v14, v5
293 mov v14, v4
312 mov v14, v5
322 mov v14, v4
340 mov v14, v5
359 mov v14, v5
397 mov v14, v5
407 mov v14, v4
[all …]
/arkcompiler/ets_runtime/test/moduletest/flatten/
Dflatten.js22 const v14 = new Uint8ClampedArray(521); constant
23 let v16 = v14[1973679951];
24 v16 ||= v14;
26 const v18 = v14.join(v16);
/arkcompiler/ets_runtime/test/aottest/lower_jscode_0001/
Dlower_jscode_0001.ts23 let v14;
24 try { v14 = v2.forEach(1024, v2); } catch (e) {}
29 v14--;
30 const v20 = 42 << v14;
/arkcompiler/ets_runtime/test/jittest/lower_jscode_0001/
Dlower_jscode_0001.ts23 let v14;
24 try { v14 = v2.forEach(1024, v2); } catch (e) {}
29 v14--;
30 const v20 = 42 << v14;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/Type_undefined/
Dcomplex-type.ets65 let v14 = new C11()
66 v14.n = 10101;
67 v14.s = "42";
68 result += check((callMe(v14) as ComplexClass).n === 2);
69 result += check((callMe(v14) as ComplexClass).s === "10101");
/arkcompiler/runtime_core/tests/benchmarks/
Daccess-fannkuch.pa66 sta v14 #perm0
79 lda v14
109 sta v14 #temp
115 lda v14
Dmath-partial-sums.pa69 fmovi.64 v14, 0.0 #a4
129 fadd2.64 v14
130 sta.64 v14
169 fadd2.64 v14
/arkcompiler/runtime_core/static_core/tests/benchmarks/
Daccess-fannkuch.pa66 sta v14 #perm0
79 lda v14
109 sta v14 #temp
115 lda v14
Dmath-partial-sums.pa69 fmovi.64 v14, 0.0 #a4
129 fadd2.64 v14
130 sta.64 v14
169 fadd2.64 v14
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.range.yaml360 mov.64 v14, v0
375 mov.64 v6, v14
376 mov.64 v7, v14
425 mov.64 v0, v14
426 mov.64 v1, v14
597 mov.64 v14, v31
613 mov.64 v13, v14
614 mov.64 v14, v15
628 mov.64 v13, v14
629 mov.64 v14, v15
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dcall.virt.range.yaml323 mov.64 v14, v0
338 mov.64 v6, v14
339 mov.64 v7, v14
388 mov.64 v0, v14
389 mov.64 v1, v14
559 mov.64 v14, v31
575 mov.64 v13, v14
576 mov.64 v14, v15
590 mov.64 v13, v14
591 mov.64 v14, v15
[all …]
/arkcompiler/ets_runtime/test/moduletest/nextinternalslowpath/
Dnextinternalslowpath.js28 getOwnPropertyDescriptor(v13, v14) { argument
32 return Reflect.getOwnPropertyDescriptor(v13, v14);
/arkcompiler/runtime_core/tests/regression/
Dmath-partial-sums.pa70 fmovi.64 v14, 0.0 #a4
130 fadd2.64 v14
131 sta.64 v14
170 fadd2.64 v14
/arkcompiler/runtime_core/static_core/tests/regression/
Dmath-partial-sums.pa70 fmovi.64 v14, 0.0 #a4
130 fadd2.64 v14
131 sta.64 v14
170 fadd2.64 v14
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole3.js38 getOwnPropertyDescriptor(v13, v14) { argument
39 v11.push(`gopd ${v14}`);
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js59 const v14 = new BigUint64Array(31);
61 ...v14,
62 ...v14,
/arkcompiler/runtime_core/static_core/tests/checked/
Dosr.pa74 movi.64 v14, 15
97 add2.64 v14
/arkcompiler/runtime_core/compiler/tests/js/
DregallocTest.js145 let v14 = v9 + v13;
175 let v44 = v33 + v14;
202 let v71 = v37 + v14;
226 let v95 = v57 + v14;
252 let v121 = v14 + v21;
255 let v124 = v3 + v14;
340 let v209 = v14 + v90;
405 print(v14);

12345