Home
last modified time | relevance | path

Searched refs:d3 (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/arch/aarch64/
H A Dhelpers_aarch64.S44 stp d2, d3, [sp, #-16]!
68 ldp d2, d3, [sp], #16
88 stp d2, d3, [sp, #-16]!
96 ldp d2, d3, [sp], #16
H A Dosr_aarch64.S56 ldp d2, d3, [x16], #16
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
H A Dtest-var-decl.js22 d3
/arkcompiler/ets_frontend/es2panda/test/parser/js/
H A Dtest-var-decl.js22 d3
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm64/
H A Dets_napi_entry_point_aarch64.S67 stp d2, d3, [sp, #-16]!
108 ldp d2, d3, [sp], #16
150 ldp d2, d3, [x12, #8*2]
222 // | m | | d3 | 22
240 // | | | Napi d3 | 38
318 stp d2, d3, [sp, #-16]!
369 ldp d2, d3, [lr], #16
472 ldp d2, d3, [x12, #8*2]
H A Dets_async_entry_point_aarch64.S77 stp d2, d3, [sp, #-16]!
140 ldp d2, d3, [x12, #8*2]
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp336 uint8_t d3 = data[UtfLength::THREE]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
338 ((d2 & utf::MASK_6BIT) << utf::DATA_WIDTH) | (d3 & utf::MASK_6BIT); in ConvertUtf8ToUtf16Pair()
533 uint8_t d3 = sp[UtfLength::THREE]; in ConvertUtf8ToUnicodeChar() local
536 ((d2 & BIT_MASK_2) == BIT_MASK_1) && ((d3 & BIT_MASK_2) == BIT_MASK_1)) { in ConvertUtf8ToUnicodeChar()
538 ((d2 & utf::MASK_6BIT) << utf::DATA_WIDTH) | (d3 & utf::MASK_6BIT), UtfLength::FOUR}; in ConvertUtf8ToUnicodeChar()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp80 uint8_t d3 = sp[CONST_3]; in ConvertMUtf8ToUtf16Pair() local
82 ((d2 & MASK_6BIT) << DATA_WIDTH) | (d3 & MASK_6BIT); in ConvertMUtf8ToUtf16Pair()
552 uint8_t d3 = data[UtfLength::THREE]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
554 ((d2 & MASK_6BIT) << DATA_WIDTH) | (d3 & MASK_6BIT); in ConvertUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/runtime/tests/arch/aarch64/
H A Dinvokation_helper.S48 ldp d2, d3, [x10], #16
/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.cpp86 uint8_t d3 = sp[CONST_3]; in ConvertMUtf8ToUtf16Pair() local
88 ((d2 & MASK_6BIT) << DATA_WIDTH) | (d3 & MASK_6BIT); in ConvertMUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
H A Dcompiled_code_to_interpreter_bridge_aarch64.S121 stp d2, d3, [sp, #-16]!
H A Dinterpreter_to_compiled_code_bridge_aarch64.S32 ldp d3, d2, [\begin_ptr, #-16]!
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dnumber_helper_test.cpp160 double d3 = 0.00000019045; in HWTEST_F_L0() local
161 JSHandle<EcmaString> resultJSHandle3 = NumberHelper::DoubleToEcmaString(thread, d3); in HWTEST_F_L0()
714 int64_t d3 = NumberHelper::DoubleToInt64(static_cast<double>(std::numeric_limits<int64_t>::max()) + 1); in HWTEST_F_L0() local
715 EXPECT_EQ(d3, std::numeric_limits<int64_t>::max()); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Di2c_bridge_test.cpp915 int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, in Void7Int8Double()
918 g_gCallResult = PrintFunc("void", __FUNCTION__, method, a0, a1, a2, a3, a4, a5, a6, d0, d1, d2, d3, d4, d5, d6, d7); in Void7Int8Double()
1083 int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, in Void8Int9Double()
1087 PrintFunc("void", __FUNCTION__, method, a0, a1, a2, a3, a4, a5, a6, a7, d0, d1, d2, d3, d4, d5, d6, d7, d8); in Void8Int9Double()
914 Void7Int8Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7) Void7Int8Double() argument
1082 Void8Int9Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8) Void8Int9Double() argument
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
H A Dinterpreter_to_compiled_code_bridge_armhf.S51 vldmia \begin_ptr!, {d3}
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1346 * let d3: Derive;
1349 * d3 = new DerivedTriple(5);//新建子类。
1352 * let i3:number = d3.Compute();
1661 * let d3: Derive;
1664 * d3 = new DerivedTriple(5);//新建子类。
1667 * let i3:number = d3.Compute();
1681 Local<Derive> d3 = DerivedTriple::New(vm_, NumberRef::New(vm_, num)); in HWTEST_F_L0() local
1685 Local<NumberRef> i3 = Derive::Compute(vm_, d3); in HWTEST_F_L0()

Completed in 15 milliseconds