Home
last modified time | relevance | path

Searched full:v19 (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/
Dtest-nested-try-catch-expected.pa.txt219 sta v19
223 mov v26, v19
228 mov v20, v19
252 mov v41, v19
258 mov v34, v19
456 mov v41, v19
462 mov v34, v19
467 mov v26, v19
472 mov v20, v19
487 mov v34, v19
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarraynan/
Dtypedarraynan.js31 const v19 = new Uint32Array(v18,4); constant
32 v19[0]=-5;
38 v20.set(v19);
39 assert_equal(v19[0],4294967291);
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Keys/
DbuiltinArrayKeys.ts24 let v19 = v8.keys()
26 v19 = i22
28 v0[0] = v19
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Entries/
DbuiltinArrayEntries.ts24 let v19 = v8.entries()
26 v19 = i22
28 v0[0] = v19
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Values/
DbuiltinArrayValues.ts24 let v19 = v8.values()
26 v19 = i22
28 v0[0] = v19
/arkcompiler/runtime_core/static_core/compiler/docs/
Dlowering_doc.md51 …0.u64 Parameter arg 0 -> (v9, v8, v7, v6, v4, v5, v17, v17, v18, v18, v19, v20, …
54 1.i64 Constant 0xc -> (v7, v4, v19, v10)
76 …2(vr11), v13(vr12), v14(vr13), v15(vr14), v16(vr15), v17(vr16), v18(vr17), v19(vr18), v20(vr19), v…
86 …0.u64 Parameter arg 0 -> (v27, v26, v25, v24, v9, v6, v17, v17, v18, v18, v19, v…
89 1.i64 Constant 0xc -> (v19)
111 …10. SaveState v0(vr0), v20(vr19), v19(vr18), v18(vr17), v24(vr4), v25(vr5), v…
Dcse_doc.md190 … v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23…
223 …7, v8, v9, v7, v9, v8, v6, v14, v15, v16, v17, v18, v19, v20, v21, v22, v14, v15, v16, v17, v18, v…
/arkcompiler/runtime_core/compiler/docs/
Dlowering_doc.md51 …0.u64 Parameter arg 0 -> (v9, v8, v7, v6, v4, v5, v17, v17, v18, v18, v19, v20, …
54 1.i64 Constant 0xc -> (v7, v4, v19, v10)
76 …2(vr11), v13(vr12), v14(vr13), v15(vr14), v16(vr15), v17(vr16), v18(vr17), v19(vr18), v20(vr19), v…
86 …0.u64 Parameter arg 0 -> (v27, v26, v25, v24, v9, v6, v17, v17, v18, v18, v19, v…
89 1.i64 Constant 0xc -> (v19)
111 …10. SaveState v0(vr0), v20(vr19), v19(vr18), v18(vr17), v24(vr4), v25(vr5), v…
/arkcompiler/runtime_core/static_core/tests/benchmarks/
Dmath-partial-sums.pa74 fmovi.64 v19, 0.0 #a9
159 fadd2.64 v19
160 sta.64 v19
180 fadd2.64 v19
/arkcompiler/runtime_core/tests/benchmarks/
Dmath-partial-sums.pa74 fmovi.64 v19, 0.0 #a9
159 fadd2.64 v19
160 sta.64 v19
180 fadd2.64 v19
/arkcompiler/runtime_core/tests/regression/
Dmath-partial-sums.pa75 fmovi.64 v19, 0.0 #a9
160 fadd2.64 v19
161 sta.64 v19
181 fadd2.64 v19
/arkcompiler/runtime_core/static_core/tests/regression/
Dmath-partial-sums.pa75 fmovi.64 v19, 0.0 #a9
160 fadd2.64 v19
161 sta.64 v19
181 fadd2.64 v19
/arkcompiler/ets_runtime/test/aottest/construct_deopt_frame_stack_overflow2/
Dconstruct_deopt_frame_stack_overflow2.ts32 const v19 = f0(); constant
46 const v33 = f22(v19);
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole4.js58 var v19;
61 v19[18];
/arkcompiler/runtime_core/static_core/tests/checked/
Dosr.pa79 movi.64 v19, 20
102 add2.64 v19
Dosr_irtoc_test.pa295 movi.64 v19, 20
318 add2.64 v19
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dllvm_infer_flags.sts21 //! INST_NEXT /%v19 = add nsw i32 %v\d+, %v19.v/
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Darray-literal-1.js18 set: v19 => {print("set 0")} argument
Darray-literal-2.js17 set: v19 => {print("set 0")} argument
/arkcompiler/runtime_core/compiler/tests/js/
DregallocTest.js150 let v19 = v10 + v8;
156 let v25 = v19 + v23;
165 let v34 = v17 + v19;
262 let v131 = v19 + v16;
285 let v154 = v7 + v19;
380 let v249 = v194 + v19;
410 print(v19);
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js94 const v19 = new F7(); constant
95 F7(v19, v6);
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md117 …pported instruction in alias analysis: 7.ref CatchPhi v10, v12, v12 -> (v19, v19, v18, v17, v17, v…
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
DREADME.md117 …pported instruction in alias analysis: 7.ref CatchPhi v10, v12, v12 -> (v19, v19, v18, v17, v17, v…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.range.yaml517 mov.64 v19, v0
584 mov.64 v1, v19
585 mov.64 v2, v19
675 mov.64 v0, v19
676 mov.64 v1, v19
1182 mov.64 v19, v0
1249 mov.64 v1, v19
1250 mov.64 v2, v19
1340 mov.64 v0, v19
1341 mov.64 v1, v19
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dcall.virt.range.yaml480 mov.64 v19, v0
547 mov.64 v1, v19
548 mov.64 v2, v19
638 mov.64 v0, v19
639 mov.64 v1, v19

12