Home
last modified time | relevance | path

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

123

/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/js/opt-try-catch-func/
Dtest-raw-try-catch-expected.pa.txt3 slotNum = 0x1a
7 ldai 0x8
9 ldai 0x9
13 ldai 0x1
21 ldai 0x2
25 tryldglobalbyname 0x0, print
26 callarg1 0x1, v8
34 ldai 0x4
38 tryldglobalbyname 0x3, print
39 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.txt3 slotNum = 0x3
9 createobjectwithbuffer 0x0, _1
12 definepropertybyname 0x1, a, v1
18 slotNum = 0x11
22 tryldglobalbyname 0x0, Reflect
24 ldobjbyname 0x1, apply
26 definefunc 0x3, .#*#, 0x5
28 createemptyarray 0x4
31 stownbyindex 0x5, v3, 0x0
33 stownbyindex 0x7, v3, 0x1
[all …]
/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/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/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-under-try-catch-expected.pa.txt3 slotNum = 0x14
7 ldai 0x1
9 ldai 0x3
13 ldai 0x0
23 tryldglobalbyname 0x2, print
28 callarg1 0x3, v3
33 ldai 0x2
36 tryldglobalbyname 0x5, print
39 stricteq 0x6, v3
42 callarg1 0x7, v3
[all …]
Dtest-constant-propagation-expected.pa.txt3 slotNum = 0x23
7 ldai 0x1
9 ldlexvar 0x0, 0x0
12 stlexvar 0x0, 0x0
13 ldlexvar 0x0, 0x0
17 greater 0x9, v1
20 tryldglobalbyname 0xa, print
25 callarg1 0xb, v2
28 tryldglobalbyname 0xd, print
33 callarg1 0xe, v2
[all …]
Dtest-branch-elimination-expected.pa.txt3 slotNum = 0x28
7 tryldglobalbyname 0x4, print
12 callarg1 0x5, v1
18 slotNum = 0x1a
22 tryldglobalbyname 0x17, print
27 callarg1 0x18, v1
33 slotNum = 0x20
37 tryldglobalbyname 0x1d, print
42 callarg1 0x1e, v1
48 slotNum = 0x20
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/binder/api12beta2/
Dtest-func-naming-expected.txt3 slotNum = 0x0
12 slotNum = 0x0
21 slotNum = 0x0
30 slotNum = 0x0
39 slotNum = 0x0
48 slotNum = 0x0
57 slotNum = 0x11
61 newlexenv 0x2
63 stlexvar 0x0, 0x0
65 stlexvar 0x0, 0x1
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp44 * .word 0xFFFFFFFF in EmitFastLSDA()
48 (void)emitter->Emit("\t.word 0xFFFFFFFF\n"); in EmitFastLSDA()
54 emitter->Emit(cgFunc.GetExitBB(0)->GetLabIdx()); in EmitFastLSDA()
70 if (label.GetLabelOrder() == 0xFFFFFFFF) { in EmitBBHeaderLabel()
87 if (!labelName.empty() && labelName.at(0) != '@') { in EmitBBHeaderLabel()
145 for (uint32 i = 0; i < opndNum; ++i) { in RecordRegInfo()
182 DEBUG_ASSERT(0, "unexpected preg"); in RecordRegInfo()
221 if (CGOptions::GetFuncAlignPow() != 0) { in Run()
335 for (size_t i = 0; i < arrayConst->GetConstVec().size(); i++) { in Run()
458 uint32 index = 0; 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/
Dif-block-name-js-expected.txt3 slotNum = 0x0
12 slotNum = 0x0
21 slotNum = 0x0
30 slotNum = 0x0
39 slotNum = 0x0
48 slotNum = 0xd
52 newlexenv 0x2
54 stlexvar 0x0, 0x0
56 stlexvar 0x0, 0x1
57 definefunc 0x0, .#*#, 0x0
[all …]
Dif-block-name-ts-expected.txt3 slotNum = 0x0
12 slotNum = 0x0
21 slotNum = 0x0
30 slotNum = 0x0
39 slotNum = 0x0
48 slotNum = 0xd
52 newlexenv 0x2
54 stlexvar 0x0, 0x0
56 stlexvar 0x0, 0x1
57 definefunc 0x0, .#*#, 0x0
[all …]
Dloop-scope-name-js-expected.txt3 slotNum = 0x0
12 slotNum = 0x0
16 ldai 0x1
21 slotNum = 0x0
30 slotNum = 0x0
39 slotNum = 0x0
48 slotNum = 0x0
57 slotNum = 0x24
62 newlexenv 0x2
64 stlexvar 0x0, 0x0
[all …]
Dloop-scope-name-ts-expected.txt3 slotNum = 0x0
12 slotNum = 0x0
16 ldai 0x1
21 slotNum = 0x0
30 slotNum = 0x0
39 slotNum = 0x0
48 slotNum = 0x0
57 slotNum = 0x24
62 newlexenv 0x2
64 stlexvar 0x0, 0x0
[all …]
Dnamespace-scope-name-ts-expected.txt3 slotNum = 0x1
7 definefunc 0x0, .#&A*#foo, 0x0
13 slotNum = 0x1
17 definefunc 0x0, .#&A^1*#foo, 0x0
23 slotNum = 0x1
27 definefunc 0x0, .#&A^2*#foo, 0x0
33 slotNum = 0x0
42 slotNum = 0x0
51 slotNum = 0x0
60 slotNum = 0x0
[all …]
Dduplicated-index-hex-name-ts-expected.txt3 slotNum = 0x0
12 slotNum = 0x0
21 slotNum = 0x0
30 slotNum = 0x0
39 slotNum = 0x0
48 slotNum = 0x0
57 slotNum = 0x0
66 slotNum = 0x0
75 slotNum = 0x0
84 slotNum = 0x0
[all …]
Dduplicated-index-hex-name-js-expected.txt3 slotNum = 0x0
12 slotNum = 0x0
21 slotNum = 0x0
30 slotNum = 0x0
39 slotNum = 0x0
48 slotNum = 0x0
57 slotNum = 0x0
66 slotNum = 0x0
75 slotNum = 0x0
84 slotNum = 0x0
[all …]
/arkcompiler/ets_frontend/es2panda/test/bytecode/js/destructuring/
Dtest-array-pattern-iterator-close-expected.txt3 slotNum = 0x2e
8 createarraywithbuffer 0x0, _1
9 getiterator 0x1
11 ldobjbyname 0x3, next
24 callruntime.istrue 0x5
28 callthis0 0x7, v0
31 ldobjbyname 0x9, done
35 callruntime.isfalse 0xb
46 ldobjbyname 0xd, value
69 sttoglobalrecord 0xf, a
[all …]
/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.h72 static constexpr uint8_t MASK_KEY[] = {0xa, 0xb, 0xc, 0xd};

123