/arkcompiler/runtime_core/disassembler/tests/sources/ |
D | instructions.pa | 27 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/libpandabase/tests/ |
D | utf_test.cpp | 221 const std::vector<uint8_t> v2 {0x7f, 0x00}; variable 222 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) < 0); 227 const std::vector<uint8_t> v2 {0x00}; variable 228 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) > 0); 233 const std::vector<uint8_t> v2 {0x7f, 0x00}; variable 234 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) == 0); 239 const std::vector<uint8_t> v2 {0x01, 0x70, 0x00}; variable 240 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) > 0); 245 const std::vector<uint8_t> v2 {0x01, 0x73, 0x00}; variable 246 EXPECT_TRUE(CompareMUtf8ToMUtf8(v1.data(), v2.data()) < 0); [all …]
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | math-cordic.pa | 26 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 …]
|
D | math-spectral-norm.pa | 21 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 …]
|
D | access-fannkuch.pa | 34 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 …]
|
D | access-nbody.pa | 43 fmovi.64 v2, -4.395717154909567 44 call test, v0, v1, v2 51 movi v2, 5 56 newarr v4, v2, Body[] 134 fmovi.64 v2, -1.16032004402742839e+00 160 fmovi.64 v2, 4.12479856412430479e+00 186 fmovi.64 v2, -1.51111514016986312e+01 212 fmovi.64 v2, -2.59193146099879641e+01 236 fmovi.64 v2, 0.0 268 fmovi.64 v2, 0.0 #pz [all …]
|
D | access-nsieve.pa | 17 movi v2, 1854053 18 call test, v0, v1, v2, v0 33 movi v2, 0 #sum 46 add2 v2 47 sta v2 52 lda v2 58 movi v2, 0 #count 70 lda v2 85 inci v2, 1 86 lda v2
|
D | access-binary-trees.pa | 37 sta v2 42 add2 v2 43 sta v2 45 add2 v2 64 sta v2 68 call.short bottomUpTree, v2, v3 72 sta v2 76 call.short bottomUpTree, v2, v3 100 mov v2, a0 #minDepth 101 lda v2 [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | genericClasses3.ts | 30 let v2: C <string>; variable 31 AssertType(v2, "C<string>"); 33 let y = v2.x; // should be 'string' 35 AssertType(v2.x, "string"); 37 let u = v2.a; // should be 'string' 39 AssertType(v2.a, "string"); 41 let z = v2.b; 43 AssertType(v2.b, "string");
|
D | generics0.ts | 25 let v2: G<string>; variable 26 AssertType(v2, "G<string>"); 28 let z = v2.x; // 'y' should be of type 'string' 30 AssertType(v2.x, "string");
|
D | contextualSignatureInstantiation3.ts | 63 let v2: number[][]; variable 64 AssertType(v2, "number[][]"); 66 let v2 = xs.map(singleton); // Error if not number[][] variable 67 AssertType(v2, "number[][]"); 72 let v2 = map(xs, singleton); // Error if not number[][] variable 73 AssertType(v2, "number[][]");
|
/arkcompiler/runtime_core/tests/cts-assembly/ |
D | obj-14.pa | 42 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 …]
|
D | arrays-01.pa | 22 movi v2, 0 27 starr.64 v1, v2 28 inci v2, 1 29 lda v2 33 sta v2 38 jne v2, exit_failure 39 inci v2, -1 40 lda v2
|
D | math-54.pa | 72 movi v2, -56 73 call msub_i32, v0, v1, v2 79 movi v2, -56 80 call msub_i32_var0, v0, v1, v2 86 movi v2, -56 87 call msub_i32_var1, v0, v1, v2 93 movi.64 v2, 19 94 call msub_i64, v0, v1, v2 101 movi.64 v2, 19 102 call msub_i64_var0, v0, v1, v2 [all …]
|
D | arrays-06.pa | 106 movi v2, 0 #sum 114 add2 v2 115 sta v2 123 call.short foo2, a0, v2 124 add2 v2 131 movi v2, 0 #sum 139 add2 v2 140 sta v2 149 add2 v2 156 movi v2, 0 #sum [all …]
|
D | literalarrays-04.pa | 28 sta v2 31 fsub2 v2 32 sta v2 33 call.short abs, v2, v2 34 sta v2 36 fcmpl v2
|
D | literalarrays-03.pa | 28 sta.64 v2 31 fsub2.64 v2 32 sta.64 v2 33 call.short abs, v2, v2 34 sta.64 v2 36 fcmpl.64 v2
|
D | arrays-02.pa | 44 movi v2, 0 48 starr v1, v2 49 inci v2, 1 50 lda v2 54 sta v2 58 jne v2, exit_failure 59 inci v2, -1 60 lda v2
|
D | arrays-03.pa | 46 movi v2, 0 51 fstarr.64 v1, v2 52 inci v2, 1 53 lda v2 57 sta v2 60 lda v2 63 lda v2 72 inci v2, -1 73 lda v2
|
D | arrays-04.pa | 46 movi v2, 0 51 fstarr.32 v1, v2 52 inci v2, 1 53 lda v2 57 sta v2 60 lda v2 63 lda v2 72 inci v2, -1 73 lda v2
|
D | intrinsics-04.pa | 22 sta.64 v2 23 call.short abs, v2, v2 29 sta.64 v2 30 call.short abs, v2, v2
|
/arkcompiler/ets_runtime/test/typeinfer/callirangedyn/ |
D | callirangedyn.ts | 20 v2:string; 23 constructor(v1:number, v2:string, v3:boolean, v4:number) { 25 this.v2 = v2; 30 function foo(v1:number, v2:string, v3:boolean, v4:number):A 32 let a = new A(v1, v2, v3, v4);
|
/arkcompiler/runtime_core/tests/regression/ |
D | fmod.pa | 25 fmovi.64 v2, 1.2999999999999998 26 call fmod, v0, v1, v2 31 fmovi.64 v2, -1.6999999999999993 32 call fmod, v0, v1, v2 37 fmovi.64 v2, 2.1 38 call fmod, v0, v1, v2 43 fmovi.64 v2, 1.6999999999999993 44 call fmod, v0, v1, v2 49 fmovi.64 v2, 0.0 50 call fmod, v0, v1, v2
|
/arkcompiler/runtime_core/disassembler/tests/ |
D | instructions_test.cpp.in | 53 EXPECT_TRUE(body_g.find("\tmov.64 v2, v3") != std::string::npos); 73 EXPECT_TRUE(body_g.find("\tsta.obj v2") != std::string::npos); 81 EXPECT_TRUE(body_g.find("\tucmp v2") != std::string::npos); 94 EXPECT_TRUE(body_g.find("\tjeq v2, jump_label_0") != std::string::npos); 95 EXPECT_TRUE(body_g.find("\tjne v2, jump_label_0") != std::string::npos); 96 EXPECT_TRUE(body_g.find("\tjlt v2, jump_label_0") != std::string::npos); 97 EXPECT_TRUE(body_g.find("\tjgt v2, jump_label_0") != std::string::npos); 98 EXPECT_TRUE(body_g.find("\tjle v2, jump_label_0") != std::string::npos); 99 EXPECT_TRUE(body_g.find("\tjge v2, jump_label_0") != std::string::npos); 107 EXPECT_TRUE(body_g.find("\tadd2 v2") != std::string::npos); [all …]
|
/arkcompiler/ets_runtime/test/moduletest/ictest/ |
D | ictest.js | 37 const v2 = ("string").match(ArrayBuffer) constant 42 this.concat(ArrayBuffer, v2, ArrayBuffer); 43 return v2 112 let v2 = new c2(); variable 115 v2.y = 42;
|