Home
last modified time | relevance | path

Searched refs:LD2 (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_mc_biw_msa.c116 LD2(src1_ptr, src2_stride, tpd0, tpd1); in hevc_biwgt_copy_4w_msa()
256 LD2(src0_ptr, src_stride, tp0, tp1); in hevc_biwgt_copy_8w_msa()
273 LD2(src0_ptr, src_stride, tp0, tp1); in hevc_biwgt_copy_8w_msa()
2013 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_biwgt_8t_4w_msa()
2016 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_biwgt_8t_4w_msa()
2468 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_biwgt_8t_12w_msa()
2471 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_biwgt_8t_12w_msa()
4570 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_biwgt_4t_4x2_msa()
4660 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_biwgt_4t_4x4_msa()
4663 LD2(src1_pt in hevc_hv_biwgt_4t_4x4_msa()
[all...]
H A Dhevc_mc_bi_msa.c79 LD2(src1_ptr, src2_stride, tpd0, tpd1); in hevc_bi_copy_4w_msa()
197 LD2(src0_ptr, src_stride, tp0, tp1); in hevc_bi_copy_8w_msa()
222 LD2(src0_ptr, src_stride, tp0, tp1); in hevc_bi_copy_8w_msa()
1694 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_bi_8t_4w_msa()
1697 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_bi_8t_4w_msa()
2057 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_bi_8t_12w_msa()
2060 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_bi_8t_12w_msa()
3824 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_bi_4t_4x2_msa()
3893 LD2(src1_ptr, src2_stride, tp0, tp1); in hevc_hv_bi_4t_4x4_msa()
3896 LD2(src1_pt in hevc_hv_bi_4t_4x4_msa()
[all...]
H A Dh264qpel_msa.c4192 LD2(dst, stride, tp0, tp1); in ff_avg_h264_qpel16_mc21_msa()
4228 LD2(dst, stride, tp2, tp3); in ff_avg_h264_qpel16_mc21_msa()
4323 LD2(dst, stride, tp0, tp1); in ff_avg_h264_qpel16_mc23_msa()
4358 LD2(dst, stride, tp2, tp3); in ff_avg_h264_qpel16_mc23_msa()
5209 LD2(dst, stride, tp0, tp1); in ff_avg_h264_qpel8_mc12_msa()
5288 LD2(dst, stride, tp0, tp1); in ff_avg_h264_qpel8_mc32_msa()
H A Dhevc_mc_uni_msa.c112 LD2(src, src_stride, out0, out1); in copy_width8_msa()
121 LD2(src, src_stride, out0, out1); in copy_width8_msa()
H A Dhevc_mc_uniw_msa.c209 LD2(src, src_stride, tp0, tp1); in hevc_uniwgt_copy_8w_msa()
234 LD2(src, src_stride, tp0, tp1); in hevc_uniwgt_copy_8w_msa()
/third_party/ffmpeg/libavutil/mips/
H A Dgeneric_macros_msa.h223 #define LD2(psrc, stride, out0, out1) \ macro
230 LD2((psrc), stride, out0, out1); \
231 LD2((psrc) + 2 * stride, stride, out2, out3); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11052 LoadSDNode *LD2 = dyn_cast<LoadSDNode>(getBuildPairElt(N, 1)); in CombineConsecutiveLoads() local
11058 std::swap(LD1, LD2); in CombineConsecutiveLoads()
11060 if (!LD1 || !LD2 || !ISD::isNON_EXTLoad(LD1) || !LD1->hasOneUse() || in CombineConsecutiveLoads()
11061 LD1->getAddressSpace() != LD2->getAddressSpace()) in CombineConsecutiveLoads()
11065 if (ISD::isNON_EXTLoad(LD2) && LD2->hasOneUse() && in CombineConsecutiveLoads()
11066 DAG.areNonVolatileConsecutiveLoads(LD2, LD1, LD1Bytes, 1)) { in CombineConsecutiveLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13067 LoadSDNode *LD2 = dyn_cast<LoadSDNode>(NextInput); in combineBVOfConsecutiveLoads() local
13070 if (IsRoundOfExtLoad && LD2->getExtensionType() != ISD::EXTLOAD) in combineBVOfConsecutiveLoads()
13073 if (!isConsecutiveLS(LD2, LD1, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads()
13075 if (!isConsecutiveLS(LD1, LD2, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads()

Completed in 137 milliseconds