Home
last modified time | relevance | path

Searched refs:vext1 (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
1930 vext1 = vext_u8(src_tmp_1st, src_tmp_2nd, 1); in ihevc_intra_pred_luma_mode_18_34_neonintr()
1935 vst1_u8(pu1_dst_tmp, vext1); in ihevc_intra_pred_luma_mode_18_34_neonintr()
1983 vext1 = vext_u8(src_tmp_2nd, src_tmp_1st, 7); in ihevc_intra_pred_luma_mode_18_34_neonintr()
1988 vst1_u8(pu1_dst_tmp, vext1); in ihevc_intra_pred_luma_mode_18_34_neonintr()
/external/llvm/test/CodeGen/AArch64/
Darm64-vext.ll446 define <16 x i8> @vext1(<16 x i8> %_a) nounwind {
447 ; CHECK-LABEL: vext1: