Home
last modified time | relevance | path

Searched refs:vext2 (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c1903 uint8x8_t src_tmp_1st, src_tmp_2nd, vext1, vext2, vext3, vext4, vext5, vext6, vext7; in ihevc_intra_pred_luma_mode_18_34_neonintr() local
1934 vext2 = vext_u8(src_tmp_1st, src_tmp_2nd, 2); in ihevc_intra_pred_luma_mode_18_34_neonintr()
1939 vst1_u8(pu1_dst_tmp, vext2); in ihevc_intra_pred_luma_mode_18_34_neonintr()
1987 vext2 = vext_u8(src_tmp_2nd, src_tmp_1st, 6); in ihevc_intra_pred_luma_mode_18_34_neonintr()
1992 vst1_u8(pu1_dst_tmp, vext2); in ihevc_intra_pred_luma_mode_18_34_neonintr()
/external/llvm/test/CodeGen/AArch64/
Darm64-vext.ll454 define <2 x i64> @vext2(<2 x i64> %p0, <2 x i64> %p1) nounwind readnone ssp {
456 ; CHECK-LABEL: vext2: