Home
last modified time | relevance | path

Searched refs:d29 (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/
Didct_dequant_full_2x_neon.c23 int32x2_t d28, d29, d30, d31; in idct_dequant_full_2x_neon() local
30 d28 = d29 = d30 = d31 = vdup_n_s32(0); in idct_dequant_full_2x_neon()
57 d29 = vld1_lane_s32((const int32_t *)dst0, d29, 0); in idct_dequant_full_2x_neon()
59 d29 = vld1_lane_s32((const int32_t *)dst1, d29, 1); in idct_dequant_full_2x_neon()
156 vreinterpret_u8_s32(d29))); in idct_dequant_full_2x_neon()
163 d29 = vreinterpret_s32_u8(vqmovun_s16(q5)); in idct_dequant_full_2x_neon()
173 vst1_lane_s32((int32_t *)dst0, d29, 0); in idct_dequant_full_2x_neon()
175 vst1_lane_s32((int32_t *)dst1, d29, 1); in idct_dequant_full_2x_neon()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersSave.S277 stp d28,d29, [x0, #0x1F0]
DUnwindRegistersRestore.S304 ldp d28,d29, [x0, #0x1F0]