Home
last modified time | relevance | path

Searched full:v17 (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/
Dtest-nested-try-catch-expected.pa.txt209 mov v17, v11
235 mov v17, v11
283 mov v17, v5
293 mov v17, v4
312 mov v17, v5
322 mov v17, v4
340 mov v17, v5
359 mov v17, v5
397 mov v17, v5
407 mov v17, v4
[all …]
/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, …
76 …v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v16(vr15), v17(vr16), v18(vr17), v…
86 …0.u64 Parameter arg 0 -> (v27, v26, v25, v24, v9, v6, v17, v17, v18, v18, v19, v…
111 …v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v16(vr15), v17(vr16), 0xc(vr1), …
Dsimplify_sb_doc.md340 16.ref CallStatic 60290 std.core.StringBuilder::toString v5, ss -> (v17)
359 18.ref Intrinsic.StdCoreStringConcat2 v0, v1, ss -> (v17)
407 16.ref LoadAndInitClass 'std.core.StringBuilder' ss -> (v17)
409 18.void CallStatic 60220 std.core.StringBuilder::<ctor> v17, ss
410 22.ref Intrinsic.StdCoreSbAppendString v17, v8p, ss
411 25.ref Intrinsic.StdCoreSbAppendString v17, v9p, ss
412 28.ref CallStatic 60410 std.core.StringBuilder::toString v17, ss -> (v11p, v8p)
439 16.ref LoadAndInitClass 'std.core.StringBuilder' ss -> (v17)
441 18.void CallStatic 60220 std.core.StringBuilder::<ctor> v17, ss
442 22.ref Intrinsic.StdCoreSbAppendString v17, v4, ss
[all …]
Davoid-calculating-start-of-array.md36 …# [inst] 7.ref NewArray 181 v8(r21), v6(r2), v5 -> r21 (v31, v24, v17, v20, v27…
48 …# [inst] 7.ref NewArray 181 v8(r21), v6(r2), v5 -> r21 (v47, v17, v20, v27, v33…
Dcleanup_doc.md351 0.i64 Constant 0xc -> (v8, v4, v2, v15, v16, v17)
352 1.i64 Constant 0xd -> (v7, v5, v2, v15, v17)
388 18. IfImm NE b v17, 0x0
400 0.i64 Constant 0xc -> (v8, v4, v2, v15, v16, v17)
401 1.i64 Constant 0xd -> (v7, v5, v2, v15, v17)
433 18. IfImm NE b v17, 0x0
Dcse_doc.md190 …32.b CallStatic v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v1…
223 … v6, v7, v8, v9, v7, v9, v8, v6, v14, v15, v16, v17, v18, v19, v20, v21, v22, v14, v15, v16, 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, …
76 …v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v16(vr15), v17(vr16), v18(vr17), v…
86 …0.u64 Parameter arg 0 -> (v27, v26, v25, v24, v9, v6, v17, v17, v18, v18, v19, v…
111 …v9(vr9), v11(vr10), v12(vr11), v13(vr12), v14(vr13), v15(vr14), v16(vr15), v17(vr16), 0xc(vr1), …
Davoid-calculating-start-of-array.md36 …# [inst] 7.ref NewArray 181 v8(r21), v6(r2), v5 -> r21 (v31, v24, v17, v20, v27…
48 …# [inst] 7.ref NewArray 181 v8(r21), v6(r2), v5 -> r21 (v47, v17, v20, v27, v33…
Dcleanup_doc.md351 0.i64 Constant 0xc -> (v8, v4, v2, v15, v16, v17)
352 1.i64 Constant 0xd -> (v7, v5, v2, v15, v17)
388 18. IfImm NE b v17, 0x0
400 0.i64 Constant 0xc -> (v8, v4, v2, v15, v16, v17)
401 1.i64 Constant 0xd -> (v7, v5, v2, v15, v17)
433 18. IfImm NE b v17, 0x0
Ddraw_cfg.md92 …16.any Intrinsic.tryldglobalbyname v17 -> (v18) …
/arkcompiler/ets_runtime/test/aottest/pgo_math_round/
Dpgo_math_round.js18 let v17 = v15--; variable
19 const v18 = Math.round(v17);
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole4.js51 (function (v16 = () => v18, v17 = v16(), { argument
54 f0(v17[1] === undefined);
56 return f0(v17.length === 3);
/arkcompiler/ets_runtime/test/moduletest/flatten/
Dflatten.js25 const v17 = new Int32Array(); constant
32 v17.set(e21, e21);
/arkcompiler/runtime_core/tests/regression/
Dmath-partial-sums.pa73 fmovi.64 v17, 0.0 #a7
146 fadd2.64 v17
147 sta.64 v17
179 fadd2.64 v17
/arkcompiler/runtime_core/tests/benchmarks/
Dmath-partial-sums.pa72 fmovi.64 v17, 0.0 #a7
145 fadd2.64 v17
146 sta.64 v17
178 fadd2.64 v17
/arkcompiler/runtime_core/static_core/tests/benchmarks/
Dmath-partial-sums.pa72 fmovi.64 v17, 0.0 #a7
145 fadd2.64 v17
146 sta.64 v17
178 fadd2.64 v17
/arkcompiler/runtime_core/static_core/tests/regression/
Dmath-partial-sums.pa73 fmovi.64 v17, 0.0 #a7
146 fadd2.64 v17
147 sta.64 v17
179 fadd2.64 v17
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js86 const v17 = new BigUint64Array(35);
88 ...v17,
89 ...v17,
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md117 …orted instruction in alias analysis: 7.ref CatchPhi v10, v12, v12 -> (v19, v19, v18, v17, v17, v17)
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
DREADME.md117 …orted instruction in alias analysis: 7.ref CatchPhi v10, v12, v12 -> (v19, v19, v18, v17, v17, v17)
/arkcompiler/runtime_core/static_core/tests/checked/
Dosr.pa77 movi.64 v17, 18
100 add2.64 v17
Dosr_irtoc_test.pa293 movi.64 v17, 18
316 add2.64 v17
/arkcompiler/runtime_core/abc2program/tests/ts/
DHelloWorldDebugDumpExpected.txt613 sta v17 # line: 21 # column: 17
614 …defineclasswithbuffer 0x5, .#~@0=#HelloWorld, _GLOBAL_3375, 0x0, v17 # line: 21 # column…
623 sta v17 # line: 25 # column: 10
624 defineclasswithbuffer 0x8, .#~@1=#Lit, _GLOBAL_3384, 0x0, v17 # line: 25 # column: 10
633 sta v17 # line: 29 # column: 25
634 …callruntime.definesendableclass 0xb, .#~@2=#NestedLiteralArray, _GLOBAL_3425, 0x0, v17 # line: 29 …
647 sta v17 # line: 76 # column: 7
649 callargs2 0xe, v16, v17 # line: 76 # column: 0
659 sta v17 # line: 90 # column: 6
660 lda v17 # line: 90 # column: 6
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.range.yaml600 mov.64 v17, v35
616 mov.64 v16, v17
617 mov.64 v17, v18
631 mov.64 v16, v17
1265 mov.64 v17, v35
1281 mov.64 v16, v17
1282 mov.64 v17, v18
1296 mov.64 v16, v17
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_runner_test.cpp115 sta.64 v17
169 jeq v17, success_label

123