Searched refs:_mm_maskmoveu_si128 (Results 1 – 4 of 4) sorted by relevance
/external/libavc/encoder/x86/ |
D | ih264e_intra_modes_eval_ssse3.c | 771 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)pu1_dst); in ih264e_evaluate_intra_4x4_modes_ssse3() 773 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)(pu1_dst + dst_strd)); in ih264e_evaluate_intra_4x4_modes_ssse3() 775 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)(pu1_dst + dst_strd2)); in ih264e_evaluate_intra_4x4_modes_ssse3() 777 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)(pu1_dst + dst_strd3)); in ih264e_evaluate_intra_4x4_modes_ssse3()
|
/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 721 _mm_maskmoveu_si128(A, B, C); in test_mm_maskmoveu_si128()
|
/external/clang/lib/Headers/ |
D | emmintrin.h | 2204 _mm_maskmoveu_si128(__m128i __d, __m128i __n, char *__p) in _mm_maskmoveu_si128() function
|
/external/libhevc/common/x86/ |
D | ihevc_inter_pred_filters_ssse3_intr.c | 3558 …_mm_maskmoveu_si128(s3, mask_4x32b, (char *)(pu1_dst + offset)); /* pu1_dst[col] = pu1_src[col]; */ in ihevc_inter_pred_chroma_copy_ssse3() 3564 …_mm_maskmoveu_si128(s3, mask_4x32b, (char *)(pu1_dst + dst_strd + offset)); /* pu1_dst[col] = pu1_… in ihevc_inter_pred_chroma_copy_ssse3()
|