Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dlinear_order_test.cpp47 for (uint32_t i = 0; i < count; i++) { in UpdateBranchTaken()
56 for (uint32_t i = 0; i < count; i++) { in UpdateBranchNotTaken()
107 movi v0, 0xa in TEST_F()
108 movi v1, 0x0 in TEST_F()
117 addi 0x1 in TEST_F()
120 addi 0x1 in TEST_F()
133 UpdateBranchTaken(0xF); in TEST_F()
152 movi v0, 0x64 in TEST_F()
153 movi v1, 0x0 in TEST_F()
161 jump_label_2: inci v1, 0x1 in TEST_F()
[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/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/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/runtime_core/tests/cts-generator/cts-template/
Dinci.yaml32 movi v0, 0
36 ldai 0
44 - values: ['0', '0x0']
45 - values: ['1', '0x1']
46 - values: ['-1', '0xFFFFFFFF']
47 - values: ['0x7', '0x7']
48 - values: ['-0x7', '0xFFFFFFF9']
49 - values: ['0x8', '0xFFFFFFF8']
50 - values: ['-0x8', '0xFFFFFFF8']
51 - values: ['0xF', '0xFFFFFFFF']
[all …]
Dmodi.yaml34 ldai 0
36 movi v0, 0
38 ldai 0
48 - values: ["0xF"]
49 - values: ["-0xF"]
50 - values: ["0x7F"]
51 - values: ["-0x7F"]
52 - values: ["0x80"]
53 - values: ["-0x80"]
54 - values: ["0xFF"]
[all …]
Dcall.virt.range.yaml32 movi v2, 0xd
38 movi v2, 0x11
44 movi v2, 0x5
129 - movi v0, 0
136 - fmovi.64 v0, 0
141 - movi.64 v0, 0
221 ldai 0
268 movi v0, 0x1
277 movi v0, 0x1
286 movi v0, 0x1
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp26 static const uint64_t HWORD_MASK = 0xFFFF;
30 if ((imm == 0ULL) || (imm == ~0ULL) || in Create()
31 … ((width != RegXSize) && (((imm >> width) != 0) || (imm == (~0ULL >> (RegXSize - width)))))) { in Create()
47 // Second, determine the rotation to make the element be: 0^m 1^n. in Create()
48 unsigned int cto = 0; in Create()
49 unsigned int i = 0; in Create()
68 // Encode in Immr the number of RORs it would take to get *from* 0^m 1^n in Create()
75 // bits [0, n] and ones above that. in Create()
91 uint32_t op = 0; in Ldp()
123 uint32_t op = 0; in Stp()
[all …]
/arkcompiler/runtime_core/runtime/tests/
Dmethod_test.cpp55 movi v0, 0x64 # offset 0x0, size 3 in VerifyLineNumber()
56 mov v1, v0 # offset 0x3, size 2 in VerifyLineNumber()
57 mod v0, v1 # offset 0x5, size 2 in VerifyLineNumber()
58 sta v0 # offset 0x7, size 2 in VerifyLineNumber()
59 mov v2, v0 # offset 0x9, size 2 in VerifyLineNumber()
60 mov v0, v1 # offset 0xb, size 2 in VerifyLineNumber()
61 sta v0 # offset 0xd, size 2 in VerifyLineNumber()
62 mov v2, v0 # offset 0xf, size 2 in VerifyLineNumber()
63 mov v0, v1 # offset 0x11, size 2 in VerifyLineNumber()
64 lda v0 # offset 0x13, size 2 in VerifyLineNumber()
[all …]
/arkcompiler/runtime_core/tests/checked/
Dinline.pa51 ldai 0
96 ldai 0
110 movi v1, 0
113 jle v1, lbl # jump to 0 offset, never happens
114 ldai 0
162 ldai 0
175 ldai 0
196 ldai 0
363 ldai 0x5
371 ldai 0x6
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js20]};${r[1]};${r[2]}m`};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new… class
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp129 if (value == 0) { in EncodeJump()
135 if (value < 0) { in EncodeJump()
137 } else { // if (value > 0) in EncodeJump()
219 relocation->addend = 0; in EncodeJump()
221 static constexpr uint32_t CALL_WITH_ZERO_OFFSET = 0x14000000; in EncodeJump()
250 relocation->addend = 0; in MakeCall()
252 static constexpr uint32_t CALL_WITH_ZERO_OFFSET = 0x94000000; in MakeCall()
299 if (intptr_t res = helpers::ToSigned(pc) + offset; res < 0) { in LoadPcRelative()
443 constexpr uint32_t INF_MASK = 0xff000000; in EncodeIsInf()
452 constexpr uint64_t INF_MASK = 0xffe0000000000000; in EncodeIsInf()
[all …]