Searched refs:d21 (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/arch/aarch64/ |
H A D | helpers_aarch64.S | 49 stp d20, d21, [sp, #-16]! 63 ldp d20, d21, [sp], #16
|
H A D | osr_aarch64.S | 65 ldp d20, d21, [x16], #16
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm64/ |
H A D | ets_napi_entry_point_aarch64.S | 155 ldp d20, d21, [x12, #8*12] 477 ldp d20, d21, [x12, #8*12]
|
H A D | ets_async_entry_point_aarch64.S | 145 ldp d20, d21, [x12, #8*12]
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | number_helper_test.cpp | 268 double d21 = -12.01234567890123456789; in HWTEST_F_L0() local 269 JSHandle<EcmaString> resultJSHandle21 = NumberHelper::DoubleToEcmaString(thread, d21); in HWTEST_F_L0()
|
Completed in 3 milliseconds