Home
last modified time | relevance | path

Searched full:w (Results 1 – 25 of 143) sorted by relevance

123456

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dststatic.64.yaml83 .record W {
92 W fW
94 W[] fWArray
96 .function void W.object_function(W a0) {
108 - W.fu1
113 - W.fi8
118 - W.fu16
123 - W.fi16
128 - W.fi32
133 - W.fi64
[all …]
Dldstatic.64.yaml80 .record W {
89 W fW
91 W[] fWArray
93 .function void W.object_function(W a0) {
104 - W.fu1
109 - W.fi8
114 - W.fu16
119 - W.fi16
124 - W.fi32
129 - W.fi64
[all …]
Dststatic.yaml83 .record W {
92 W fW
94 W[] fWArray
96 .function void W.object_function(W a0) {
108 - W.fu1
113 - W.fi8
118 - W.fu16
123 - W.fi16
128 - W.fi32
133 - W.fi64
[all …]
Dldstatic.obj.yaml111 .record W {
120 W fW
122 W[] fWArray
124 .function void W.object_function(W a0) {
135 - W.fu1
140 - W.fi8
145 - W.fu16
150 - W.fi16
155 - W.fi32
160 - W.fi64
[all …]
Dldstatic.yaml79 .record W {
88 W fW
90 W[] fWArray
92 .function void W.object_function(W a0) {
103 - W.fu1
108 - W.fi8
113 - W.fu16
118 - W.fi16
123 - W.fi32
128 - W.fi64
[all …]
Dldobj.obj.yaml258 .record W {
259 W static_field <static>
260 W[] static_array <static>
262 .function void W.ctor(W a0) <ctor> {
265 .function void W.object_function(W a0) {
269 W random_field_name
276 initobj W.ctor
282 - W.static_field
288 - W.static_array
294 - W.field_not_exists
[all …]
Dldobj.v.obj.yaml252 .record W {
253 W static_field <static>
254 W[] static_array <static>
256 .function void W.ctor(W a0) <ctor> {
259 .function void W.object_function(W a0) {
263 W random_field_name
270 initobj W.ctor
276 - W.static_field
282 - W.static_array
288 - W.field_not_exists
[all …]
Dststatic.obj.yaml126 .record W {
135 W fW
137 W[] fWArray
139 .function void W.object_function(W a0) {
151 - W.fu1
156 - W.fi8
161 - W.fu16
166 - W.fi16
171 - W.fi32
176 - W.fi64
[all …]
Dldobj.64.yaml292 .record W {
295 .function void W.ctor(W a0) <ctor> {
306 initobj W.ctor
311 - W.static_field
319 - W.field_not_exists
349 .record W {
352 .function void W.ctor(W a0) <ctor> {
363 initobj W.ctor
368 - W.static_field
376 - W.field_not_exists
Dldobj.v.64.yaml292 .record W {
295 .function void W.ctor(W a0) <ctor> {
306 initobj W.ctor
311 - W.static_field
319 - W.field_not_exists
349 .record W {
352 .function void W.ctor(W a0) <ctor> {
363 initobj W.ctor
368 - W.static_field
376 - W.field_not_exists
Dstobj.obj.yaml281 .record W {
282 W static_field <static>
283 W[] static_array <static>
285 .function void W.ctor(W a0) <ctor> {
288 .function void W.foo(W a0) {
293 W random_field_name
301 initobj W.ctor
308 - W.static_field
311 - W.static_array
314 - W.field_not_exists
[all …]
Dstobj.v.obj.yaml297 .record W {
298 W static_field <static>
299 W[] static_array <static>
301 .function void W.foo(W a0) {
305 W random_field
312 newobj v0, W
318 - W.static_field
321 - W.static_array
324 - W.field_not_exists
328 - W.foo
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_1828.pa14 .record W {
17 .function void W.ctor(W a0) <ctor> {
22 initobj.short W.ctor
25 stobj v0, W.static_field
Dbug_2086_1.pa37 .record W {
40 .function void W.ctor(W a0) <ctor> {
51 initobj.short W.ctor
53 ldobj.64 v0, W.static_field
Dbug_1833.pa14 .record W {
17 .function void W.ctor(W a0) <ctor> {
26 initobj.short W.ctor
Dbug_2086_2.pa37 .record W {
40 .function void W.ctor(W a0) <ctor> {
51 initobj.short W.ctor
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp103 __ Cmp(argc.W(), Immediate(0)); in PushArgsWithArgv()
109 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgv()
113 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushArgsWithArgv()
114 __ Cbnz(argc.W(), &loopBeginning); in PushArgsWithArgv()
121 __ Cmp(argc.W(), Immediate(0)); in PushUndefinedWithArgc()
131 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushUndefinedWithArgc()
132 __ Cbnz(argc.W(), &loopBeginning); in PushUndefinedWithArgc()
Dasm_interpreter_call.cpp77 Register argcRegister(X4, W); in AsmInterpEntryDispatch()
83 Register functionTypeRegister(X18, W); in AsmInterpEntryDispatch()
86 __ And(functionTypeRegister, bitFieldRegister.W(), LogicalImmediate::Create(0xFF, RegWSize)); in AsmInterpEntryDispatch()
87 __ Mov(tempRegister.W(), Immediate(static_cast<int64_t>(JSType::JS_FUNCTION_FIRST))); in AsmInterpEntryDispatch()
88 __ Cmp(functionTypeRegister, tempRegister.W()); in AsmInterpEntryDispatch()
90 __ Mov(tempRegister.W(), Immediate(static_cast<int64_t>(JSType::JS_FUNCTION_LAST))); in AsmInterpEntryDispatch()
91 __ Cmp(functionTypeRegister, tempRegister.W()); in AsmInterpEntryDispatch()
270 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), Immediate(argc)); in JSCallCommonSlowPath()
272 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), argcRegister.W()); in JSCallCommonSlowPath()
656 Register opcode(X6, W); in ResumeRspAndDispatch()
[all …]
/arkcompiler/runtime_core/verification/util/tests/
Dobj_pool_test.cpp64 auto w = pool.New(); in TEST() local
73 auto w = pool.New(); in TEST() local
105 auto w = pool.New(); in TEST() local
120 auto w = pool.New(); in TEST() local
158 w = std::move(e); in TEST()
166 EXPECT_EQ((*w).a, 2); in TEST()
182 auto w = pool.New(); in TEST() local
184 q = std::move(w); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb182 @i32_types ||= %w[BOOL UINT8 INT8 UINT16 INT16 UINT32 INT32]
186 @i64_types ||= %w[INT64 UINT64]
190 @f32_types ||= %w[FLOAT32]
194 @f64_types ||= %w[FLOAT64]
206 @void_types ||= %w[VOID]
210 @cc_cases ||= %w[EQ NE LT LE GT GE]
316 %w[NullCheck BoundsCheck ZeroCheck NegativeCheck SafePoint
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp145 __ Mov(Register(X4).W(), Immediate(0xff0000ff)); in HWTEST_F_L0()
159 __ Mov(Register(X1, W), Register(X2, W)); in HWTEST_F_L0()
176 __ Ldp(Register(X3).W(), Register(X4).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
201 __ Ldr(Register(X3).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
202 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, PREINDEX)); in HWTEST_F_L0()
203 __ Ldrb(Register(X1).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
204 __ Ldrh(Register(X1).W(), MemoryOperand(Register(SP), 8, PREINDEX)); in HWTEST_F_L0()
205 __ Ldrh(Register(X1).W(), MemoryOperand(Register(SP), 8, OFFSET)); in HWTEST_F_L0()
292 Register count(X2, W); in HWTEST_F_L0()
333 __ Cbz(Register(X3).W(), &label1); in HWTEST_F_L0()
/arkcompiler/runtime_core/runtime/asm_defines/
Ddefines_generator.rb26 defines = data.scan /"\^\^(\w+) [#\$]?([-+]?\d+)\^\^"/
27 File.open(output_file, "w") do |file|
/arkcompiler/runtime_core/cross_values/
Dcross_values_generator.rb31 defines = data.scan /"\^\^(\w+) [#\$]?([-+]?\d+)\^\^"/
41 File.open(output_file, "w") do |file|
/arkcompiler/ets_runtime/test/typeinfer/lex_env_var_multiple/
Dlex_env_var_multiple.ts45 function w():any {
52 return w();
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb66 "int" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64],
67 "float" => %w[f32 f64],
68 "number" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64],
69 "real" => %w[bool i8 i16 i32 i64 u8 u16 u32 u64 f32 f64 ref ptr]

123456