Home
last modified time | relevance | path

Searched +full:0 +full:xd (Results 1 – 25 of 86) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe111.md18 A = 0xa,
19 B = 0xb,
21 D = 0xd,
22 E // 0xe inferred
26 A = 0xa,
27 B = "0xb",
28 C = 0xc,
29 D = "0xd"
40 A = 0xa,
41 B = 0xb,
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule111.sts17 A = 0xa,
18 B = 0xb,
20 D = 0xd,
21 E // 0xe inferred
25 A = 0xa,
26 B = "0xb",
27 C = 0xc,
28 D = "0xd"
/arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_ohmurl_project/
Dtest-import-exec-expected.pa.txt1 slotNum = 0x0
7 stmodulevar 0x0
9 stmodulevar 0x1
15 slotNum = 0x0
21 stmodulevar 0x0
27 slotNum = 0x0
33 stmodulevar 0x0
39 slotNum = 0x0
45 stmodulevar 0x5
47 stmodulevar 0x6
[all …]
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/
Dtest-raw-try-catch-expected.pa.txt1 slotNum = 0x1a
6 ldai 0x8
8 ldai 0x9
12 ldai 0x1
20 ldai 0x2
24 tryldglobalbyname 0x0, print
25 callarg1 0x1, v8
33 ldai 0x4
37 tryldglobalbyname 0x3, print
38 callarg1 0x4, v7
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Doptimize_bytecode_test.cpp58 stglobalvar 0x0, "j"
60 stglobalvar 0x1, "n"
62 stglobalvar 0x2, "n"
63 ldglobalvar 0x3, "n"
70 eq 0x4, v1
73 stglobalvar 0x5, "j"
74 tryldglobalbyname 0x6, "console"
76 ldobjbyname 0x7, "log"
78 ldglobalvar 0x9, "n"
80 ldglobalvar 0xa, "j"
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md131 auto succ = bb->GetSuccessor(0);
189 BB 0
191 0.i64 Constant 0xc -> (v3)
192 1.i64 Constant 0xd -> (v2)
195 BB 2 preds: [bb 0]
208 BB 0
210 1.i64 Constant 0xd -> (v2)
213 BB 2 preds: [bb 0]
227 BB 0
229 0.i64 Parameter arg 0 -> (v6p, v3, v2, v4)
[all …]
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcleanup_doc.md131 auto succ = bb->GetSuccessor(0);
189 BB 0
191 0.i64 Constant 0xc -> (v3)
192 1.i64 Constant 0xd -> (v2)
195 BB 2 preds: [bb 0]
208 BB 0
210 1.i64 Constant 0xd -> (v2)
213 BB 2 preds: [bb 0]
227 BB 0
229 0.i64 Parameter arg 0 -> (v6p, v3, v2, v4)
[all …]
/arkcompiler/ets_frontend/es2panda/test/bytecode/commonjs/
Dtest-commonjs-main-func-args-expected.txt1 slotNum = 0x3
8 createobjectwithbuffer 0x0, _1
11 definepropertybyname 0x1, a, v1
16 slotNum = 0x11
21 tryldglobalbyname 0x0, Reflect
23 ldobjbyname 0x1, apply
25 definefunc 0x3, .#*#, 0x5
27 createemptyarray 0x4
30 stownbyindex 0x5, v3, 0x0
32 stownbyindex 0x7, v3, 0x1
[all …]
/arkcompiler/runtime_core/tests/regression/
Dloop-peeling.pa17 movi v0, 0x12
19 movi v0, 0x0
23 movi v1, 0x1
28 movi v1, 0xd
31 inci v3, 0x1
36 movi v1, 0x5
43 ldai 0
/arkcompiler/runtime_core/static_core/tests/regression/
Dloop-peeling.pa17 movi v0, 0x12
19 movi v0, 0x0
23 movi v1, 0x1
28 movi v1, 0xd
31 inci v3, 0x1
36 movi v1, 0x5
43 ldai 0
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-under-try-catch-expected.pa.txt1 slotNum = 0x14
6 ldai 0x1
8 ldai 0x3
12 ldai 0x0
22 tryldglobalbyname 0x2, print
27 callarg1 0x3, v3
32 ldai 0x2
35 tryldglobalbyname 0x5, print
38 stricteq 0x6, v3
41 callarg1 0x7, v3
[all …]
Dtest-branch-elimination-expected.pa.txt1 slotNum = 0x1d
6 tryldglobalbyname 0x2, print
11 callarg1 0x3, v1
16 slotNum = 0x13
21 tryldglobalbyname 0x10, print
26 callarg1 0x11, v1
31 slotNum = 0x17
36 tryldglobalbyname 0x14, print
41 callarg1 0x15, v1
46 slotNum = 0x17
[all …]
Dtest-constant-propagation-expected.pa.txt1 slotNum = 0x23
6 ldai 0x1
8 ldlexvar 0x0, 0x0
11 stlexvar 0x0, 0x0
12 ldlexvar 0x0, 0x0
16 greater 0x9, v1
19 tryldglobalbyname 0xa, print
24 callarg1 0xb, v2
27 tryldglobalbyname 0xd, print
32 callarg1 0xe, v2
[all …]
/arkcompiler/ets_frontend/es2panda/test/version_control/API11/bytecode_feature/
Din_obj_syntax_supported_compile_for_below_API12beta3_asm_version-expected.txt1 slotNum = 0x4
6 ldlexvar 0x0, 0x1
7 callruntime.callinit 0x0, a2
9 stprivateproperty 0x2, 0x0, 0x0, a2
15 slotNum = 0xd
21 newlexenv 0x2
26 defineclasswithbuffer 0x0, .InObjSyntax, _1, 0x1, v1
28 ldobjbyname 0x1, prototype
29 definemethod 0x3, .instance_initializer, 0x0
30 stlexvar 0x0, 0x1
[all …]
Din_obj_syntax_supported_compile_for_higher_or_equal_to_API16beta3_asm_version-expected.txt3 slotNum = 0x3
4 .function any .#~@0<#getPrivateProperty(any a0, any a1, any a2, any a3) {
8 testin 0x0, 0x0, 0x0
9 callruntime.isfalse 0x2
20 slotNum = 0x4
21 .function any .#~@0=#InObjSyntax(any a0, any a1, any a2, any a3) {
24 ldlexvar 0x0, 0x1
25 callruntime.callinit 0x0, a2
27 stprivateproperty 0x2, 0x0, 0x0, a2
33 slotNum = 0x2
[all …]
Din_obj_syntax_supported_compile_for_higher_or_equal_to_API12beta3_asm_version-expected.txt1 slotNum = 0x3
3 .function any .#~@0<#getPrivateProperty(any a0, any a1, any a2, any a3) {
7 testin 0x0, 0x0, 0x0
8 callruntime.isfalse 0x2
19 slotNum = 0x4
21 .function any .#~@0=#InObjSyntax(any a0, any a1, any a2, any a3) {
24 ldlexvar 0x0, 0x1
25 callruntime.callinit 0x0, a2
27 stprivateproperty 0x2, 0x0, 0x0, a2
33 slotNum = 0x2
[all …]
Dclass_private_property_supported_compile_for_higher_or_equal_to_API16beta3_asm_version-expected.txt3 slotNum = 0x4
4 .function any .#~@0=#TestPrivateProperty(any a0, any a1, any a2, any a3) {
7 ldlexvar 0x0, 0x1
8 callruntime.callinit 0x0, a2
10 stprivateproperty 0x2, 0x0, 0x0, a2
16 slotNum = 0x2
17 .function any .#~@0>#getPrivateField(any a0, any a1, any a2) {
21 ldprivateproperty 0x0, 0x0, 0x0
26 slotNum = 0x2
27 .function any .#~@0>#instance_initializer(any a0, any a1, any a2) {
[all …]
Dclass_private_property_supported_compile_for_below_API12beta3_asm_version-expected.txt1 slotNum = 0x4
6 ldlexvar 0x0, 0x1
7 callruntime.callinit 0x0, a2
9 stprivateproperty 0x2, 0x0, 0x0, a2
15 slotNum = 0x11
21 newlexenv 0x2
26 defineclasswithbuffer 0x0, .TestPrivateProperty, _1, 0x1, v1
28 ldobjbyname 0x1, prototype
29 definemethod 0x3, .instance_initializer, 0x0
30 stlexvar 0x0, 0x1
[all …]
Dclass_private_property_supported_compile_for_higher_or_equal_to_API12beta3_asm_version-expected.txt1 slotNum = 0x4
3 .function any .#~@0=#TestPrivateProperty(any a0, any a1, any a2, any a3) {
6 ldlexvar 0x0, 0x1
7 callruntime.callinit 0x0, a2
9 stprivateproperty 0x2, 0x0, 0x0, a2
15 slotNum = 0x2
17 .function any .#~@0>#getPrivateField(any a0, any a1, any a2) {
21 ldprivateproperty 0x0, 0x0, 0x0
26 slotNum = 0x2
28 .function any .#~@0>#instance_initializer(any a0, any a1, any a2) {
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp36 if (label.GetLabelOrder() == 0xFFFFFFFF) { in EmitBBHeaderLabel()
53 if (!labelName.empty() && labelName.at(0) != '@') { in EmitBBHeaderLabel()
113 for (uint32 i = 0; i < opndNum; ++i) { in RecordRegInfo()
150 DEBUG_ASSERT(0, "unexpected preg"); in RecordRegInfo()
189 if (CGOptions::GetFuncAlignPow() != 0) { in Run()
291 for (size_t i = 0; i < arrayConst->GetConstVec().size(); i++) { in Run()
413 uint32 index = 0; in EmitAArch64Insn()
414 uint32 commaNum = 0; in EmitAArch64Insn()
415 for (uint32 i = 0; i < format.length(); ++i) { in EmitAArch64Insn()
417 if (c >= '0' && c <= '5') { in EmitAArch64Insn()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cc.def16 CONDCODE(EQ, 0x0) /* equal */
17 CONDCODE(NE, 0x1) /* not equal */
18 CONDCODE(CS, 0x2) /* carry set (== HS) */
19 CONDCODE(HS, 0x2) /* unsigned higher or same (== CS) */
20 CONDCODE(CC, 0x3) /* carry clear (== LO) */
21 CONDCODE(LO, 0x3) /* Unsigned lower (== CC) */
22 CONDCODE(MI, 0x4) /* Minus or negative result */
23 CONDCODE(PL, 0x5) /* positive or zero result */
24 CONDCODE(VS, 0x6) /* overflow */
25 CONDCODE(VC, 0x7) /* no overflow */
[all …]
/arkcompiler/runtime_core/libpandafile/
Dtypes.yaml17 code: 0x0
22 code: 0x01
27 code: 0x02
34 code: 0x03
42 code: 0x04
50 code: 0x05
58 code: 0x06
66 code: 0x07
74 code: 0x08
82 code: 0x09
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/binder/api12beta2/
Dtest-func-naming-expected.txt1 slotNum = 0x0
10 slotNum = 0x0
19 slotNum = 0x0
28 slotNum = 0x0
37 slotNum = 0x0
46 slotNum = 0x0
55 slotNum = 0x11
60 newlexenv 0x2
62 stlexvar 0x0, 0x0
64 stlexvar 0x0, 0x1
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/inline-property/
Dinline-property4-expected.txt1 slotNum = 0xa
2 expectedProperty = 0x5
8 stobjbyname 0x0, prop, a2
11 ldai 0x1
14 stobjbyvalue 0x2, a2, v1
18 stobjbyvalue 0x4, a2, v0
19 ldlexvar 0x0, 0x0
22 stobjbyvalue 0x6, a2, v0
23 ldlexvar 0x0, 0x1
26 stobjbyvalue 0x8, a2, v0
[all …]
Dinline-property3-expected.txt1 slotNum = 0x2
2 expectedProperty = 0x1
4 .function any .#~@0=#HelloWorld(any a0, any a1, any a2) {
8 stobjbyname 0x0, str, a2
14 slotNum = 0x4
15 expectedProperty = 0x1
21 stobjbyname 0x0, str2, a2
23 stobjbyname 0x2, str2, a2
29 slotNum = 0xf
30 expectedProperty = 0x3
[all …]

1234