| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
| D | handle_call_v4_imm4_id16_aarch64.S | 20 // x10 - gpr arg ptr, x11, x12, x13 - temps, x19 - method.shorty, lr - method 34 and w11, w5, #0xF 35 add x11, x7, x11, lsl #3 36 ldp x11, x12, [x11] 37 PUSH_ARG x11, x12, x10, x4, x3, x13, 10f 43 sub x11, x7, #(FRAME_VREGS_OFFSET - FRAME_ACC_OFFSET) 44 ldp x11, x12, [x11] 45 PUSH_ARG x11, x12, x10, x4, x3, x13, .Lload_reg_args 50 sub x11, x7, #(FRAME_VREGS_OFFSET - FRAME_ACC_OFFSET) 51 ldp x11, x12, [x11] [all …]
|
| D | handle_call_v4_v4_v4_imm4_id16_aarch64.S | 20 // x10 - gpr arg ptr, x11, x12, x13, x14 - temps, x19 - method.shorty, lr - method 28 and w14, w14, #0xF // w14 now contains acc position 38 and w11, w5, #0xF 39 lsr w5, w5, #0x4 // prepare w5 for next index read 40 add x11, x7, x11, lsl #3 41 ldp x11, x12, [x11] 42 PUSH_ARG x11, x12, x10, x4, x3, x13, .Lreg_1 49 sub x11, x7, #(FRAME_VREGS_OFFSET - FRAME_ACC_OFFSET) 50 ldp x11, x12, [x11] 51 PUSH_ARG x11, x12, x10, x4, x3, x13, .Lacc_1
|
| D | handle_initobj_v4_v4_id16_aarch64.S | 20 // x10 - gpr arg ptr, x11, x12, x13 - temps, x19 - method.shorty, lr - method 25 sub x11, x7, #(FRAME_VREGS_OFFSET - FRAME_ACC_OFFSET) 26 ldp x11, x12, [x11] 27 PUSH_ARG x11, x12, x10, x4, x3, x13, .Lloop_handle_initobj 37 and w11, w5, #0xF 38 add x11, x7, x11, lsl #3 39 ldp x11, x12, [x11] 40 PUSH_ARG x11, x12, x10, x4, x3, x13, 9f 47 add x11, x7, x11, lsl #3 48 ldp x11, x12, [x11] [all …]
|
| D | handle_call_v4_v4_id16_aarch64.S | 20 // x10 - gpr arg ptr, x11, x12, x13 - temps, x19 - method.shorty, lr - method 29 and w11, w5, #0xF 30 add x11, x7, x11, lsl #3 31 ldp x11, x12, [x11] 32 PUSH_ARG x11, x12, x10, x4, x3, x13, 9f 39 add x11, x7, x11, lsl #3 40 ldp x11, x12, [x11] 41 PUSH_ARG x11, x12, x10, x4, x3, x13, .Lloop_handle_call
|
| D | interpreter_to_compiled_code_bridge_aarch64.S | 50 and \tmp_reg, \arg_reg, #0xFFFFFFFF 142 tst w1, 0xf00 163 // truncate negative value to 0, leave positive value as is 169 bic x5, x5, 0xF 181 CFI_DEF_CFA(sp, 0) 197 CFI_REL_OFFSET(x19, 0) 206 tst w3, #0x1 242 // x10 - gpr arg ptr, x11, x12, x13, x14 - temps, x19 - method.shorty, lr - method 265 mov x11, x9 266 LOAD_FPR_ARGS x11 [all …]
|
| D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 27 CFI_DEF_CFA(sp, 0) 35 CFI_REL_OFFSET(x19, 0) 44 tst w3, #0x1 104 CFI_DEF_CFA(sp, 0) 118 CFI_DEF_CFA(sp, 0) 126 CFI_REL_OFFSET(x19, 0) 135 tst w4, #0x1 147 // x11, <- temp for moving user's args to stack 163 ldr x11, [x9, x10] 164 str x11, [sp, x10] [all …]
|
| D | proxy_entrypoint_aarch64.S | 33 CFI_DEF_CFA(sp, 0) 69 cmp w20, #0 70 beq 0f 74 0: 95 and w1, w1, #0xF 136 ldr x11, [THREAD_REG, #MANAGED_THREAD_EXCEPTION_OFFSET] 137 cmp x11, #0 139 ccmp w10, #0, #4, ne 163 ldp x0, x1, [fp, #-CALLER_REG0_OFFSET+8*0] 168 ldp x10, x11, [fp, #-CALLER_REG0_OFFSET+8*10]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | list.std_core_double_static.yaml | 20 …param_list: {"param1": "[(-1) as double, 0 as double, 1 as double, Byte.MAX_VALUE as double, Byte.… 24 …expected_test_data: "[(-1) as double, 0 as double, 1 as double, Byte.MAX_VALUE as double, Byte.MIN… 34 …param_list: {"param1": "[(-1) as double, 0 as double, 1 as double, Double.MAX_SAFE_INTEGER, Double… 49 …param_list: {"param1": '["+Infinity", "-Infinity", "Infinity", "+0", "-0", "0000.0", "-00001.5", "… 55 ….POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, 0, -0, 0, -1.5, -0.12, 0.1… 86 param_list: {"param1": '["+0", "-0", "0.0", "-0.12", "+0.12", "10", "100"]'}, 92 expected_test_data: "[0, -0, 0, -0, 0, 10, 100]", 105 …param_list: {"param1": '["0", "0", "0", "10", "10", "10", "FF", "255", "1000", "11111111", "11"]',… 111 expected_test_data: "[0, 0, 0, 2, 10, 16, 255, 255, 8, 255, 17]", 122 …m_list: {"param1": '["11", "11", " 11 ", " 11 ", "0x11", "0x11", " 0x11 ", " 0x11 ", " 0x11 ", " … [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tests/arch/aarch64/ |
| D | invokation_helper.S | 23 CFI_DEF_CFA(sp, 0) 26 // x9 - gprs, x10 - fprs, x11 - stack args, x12 - number of stack args, x13 - thread 29 mov x11, x2 36 CFI_REL_OFFSET(fp, 0) 55 ldp x9, x10, [x11], #16 70 CFI_DEF_CFA(sp, 0) 82 CFI_DEF_CFA(sp, 0) 86 CFI_REL_OFFSET(fp, 0) 101 CFI_DEF_CFA(sp, 0)
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/ |
| D | test-branch-elimination-expected.pa.txt | 1 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 …]
|
| D | test-under-try-catch-expected.pa.txt | 1 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 …]
|
| D | test-constant-propagation-expected.pa.txt | 1 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/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | DoubleTest.ets | 23 return 0; 27 let fails = 0; 47 "0x11", 48 "0o123", 49 "0b0101010", 50 "0b222", 51 "0x00 001", 52 "0x11 abacaba", 53 "0xR", 54 " 0x1", [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/ |
| D | test-raw-try-catch-expected.pa.txt | 1 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/ets_frontend/es2panda/test/bytecode/commonjs/ |
| D | test-commonjs-main-func-args-expected.txt | 1 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/libabckit/tests/mock/ |
| D | abckit_values_mock.cpp | 26 const uint8_t DEFAULT_U8 = 0x11; 27 const uint16_t DEFAULT_U16 = 0x1111; 28 const uint32_t DEFAULT_U32 = 0x11111111; 29 const int32_t DEFAULT_I32 = 0x11111112; 30 const uint64_t DEFAULT_U64 = 0x1111111122222222; 31 const int64_t DEFAULT_I64 = 0x1111111122222223; 32 const size_t DEFAULT_SIZE_T = 0x1111111133333333;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | dwarf.def | 48 DW_TAG(0x0000, null) 49 DW_TAG(0x0001, array_type) 50 DW_TAG(0x0002, class_type) 51 DW_TAG(0x0004, enumeration_type) 52 DW_TAG(0x0005, formal_parameter) 53 DW_TAG(0x000a, label) 54 DW_TAG(0x000b, lexical_block) 55 DW_TAG(0x000d, member) 56 DW_TAG(0x000f, pointer_type) 57 DW_TAG(0x0011, compile_unit) [all …]
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | disassembler_imm_tests.cpp | 24 panda_file::File::EntityId method_id {0x00}; 31 const uint8_t bytecode[] = {0x4f, 0x17}; in TEST() 34 EXPECT_EQ(static_cast<uint8_t>(inst.GetOpcode()), 0x4f); in TEST() 35 EXPECT_EQ(std::stoi(ins->GetId(0)), static_cast<int64_t>(0x17)); in TEST() 40 const uint8_t bytecode[] = {0x4d, 0xea}; in TEST() 43 EXPECT_EQ(static_cast<uint8_t>(inst.GetOpcode()), 0x4d); in TEST() 44 EXPECT_EQ(std::stoi(ins->GetId(0)), static_cast<int8_t>(-22)); in TEST() 49 const uint8_t bytecode[] = {0x62, 0x1e, 0x00, 0x00, 0x00}; in TEST() 52 EXPECT_EQ(static_cast<uint8_t>(inst.GetOpcode()), 0x62); in TEST() 53 EXPECT_EQ(std::get<int64_t>(ins->GetImm(0)), static_cast<int32_t>(0x1e)); in TEST() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm64/ |
| D | ets_async_entry_point_aarch64.S | 28 CFI_DEF_CFA(sp, 0) 33 CFI_REL_OFFSET(fp, 0) 47 CFI_REL_OFFSET(THREAD_REG, -((CFRAME_CALLEE_REGS_START_SLOT + 0) * 8)) 123 CFI_DEF_CFA(sp, 0) 126 ldr x11, [THREAD_REG, #MANAGED_THREAD_EXCEPTION_OFFSET] 127 cmp x11, #0 129 ccmp w10, #0, #4, ne 153 ldp x0, x1, [fp, #-CALLER_REG0_OFFSET+8*0] 158 ldp x10, x11, [fp, #-CALLER_REG0_OFFSET+8*10]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | ManyLocalOutRegInstruction.ets | 18 let x0 = 0; 29 let x11 = 11; 36 return x[0];
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API11/bytecode_feature/ |
| D | class_private_property_supported_compile_for_higher_or_equal_to_API16beta3_asm_version-expected.txt | 3 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 …]
|
| D | class_private_property_supported_compile_for_higher_or_equal_to_API11_asm_version-expected.txt | 1 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 …]
|
| D | class_private_property_supported_compile_for_higher_or_equal_to_API18_asm_version-expected.txt | 1 slotNum = 0x4 2 expectedProperty = 0x1 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 18 .function any .#~@0>#getPrivateField(any a0, any a1, any a2) { 22 ldprivateproperty 0x0, 0x0, 0x0 27 slotNum = 0x2 [all …]
|
| D | class_private_property_supported_compile_for_higher_or_equal_to_API12beta3_asm_version-expected.txt | 1 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_frontend/es2panda/test/parser/binder/api12beta2/ |
| D | test-func-naming-expected.txt | 1 slotNum = 0x0 10 slotNum = 0x0 19 slotNum = 0x0 28 slotNum = 0x0 37 slotNum = 0x0 46 slotNum = 0x0 55 slotNum = 0x11 60 definefunc 0x0, .aa, 0x0 61 stglobalvar 0x1, aa 62 definefunc 0x2, .name1, 0x0 [all …]
|