Home
last modified time | relevance | path

Searched refs:LD4 (Results 1 – 21 of 21) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dcopymem_msa.c19 LD4(src, src_stride, src0, src1, src2, src3); in copy_8x4_msa()
28 LD4(src, src_stride, src0, src1, src2, src3); in copy_8x8_msa()
33 LD4(src, src_stride, src0, src1, src2, src3); in copy_8x8_msa()
Dvp8_macros_msa.h243 #define LD4(psrc, stride, out0, out1, out2, out3) \ macro
/external/llvm/test/CodeGen/ARM/
Dldrd-memoper.ll8 ; CHECK: Formed {{.*}} t2LDRD{{.*}} mem:LD4[%0] LD4[%0+4]
Dsubreg-remat.ll8 ; %vreg6:ssub_0<def> = VLDRS <cp#0>, 0, pred:14, pred:%noreg; mem:LD4[ConstantPool] DPR_VFP2:%vre…
34 ; %vreg2:ssub_0<def> = VLDRS <cp#0>, 0, pred:14, pred:%noreg, %vreg2<imp-def>; mem:LD4[ConstantPo…
/external/llvm/test/CodeGen/X86/
D2010-05-12-FastAllocKills.ll9 ; %reg1025<def> = MUL_Fp80m32 %reg1024, %RIP, 1, %reg0, <cp#0>, %reg0; mem:LD4[ConstantPool]
20 ; %FP2<def> = MUL_Fp80m32 %FP1, %RIP, 1, %reg0, <cp#0>, %reg0; mem:LD4[ConstantPool]
/external/webp/src/dsp/
Ddec_mips_dsp_r2.c731 static void LD4(uint8_t* dst) { // Down-Left in LD4() function
980 VP8PredLuma4[6] = LD4; in VP8DspInitMIPSdspR2()
Ddec.c297 static void LD4(uint8_t* dst) { // Down-Left in LD4() function
716 VP8PredLuma4[6] = LD4; in VP8DspInit()
Denc.c392 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() function
517 LD4(I4LD4 + dst, top); in Intra4Preds()
Denc_mips_dsp_r2.c831 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() function
1051 LD4(I4LD4 + dst, top); in Intra4Preds()
Ddec_sse2.c963 static void LD4(uint8_t* dst) { // Down-Left in LD4() function
1258 VP8PredLuma4[6] = LD4; in VP8DspInitSSE2()
Denc_sse2.c836 static WEBP_INLINE void LD4(uint8_t* dst, const uint8_t* top) { // Down-Left in LD4() function
987 LD4(I4LD4 + dst, top); in Intra4Preds()
Ddec_neon.c1371 static void LD4(uint8_t* dst) { // Down-left in LD4() function
1616 VP8PredLuma4[6] = LD4; in VP8DspInitNEON()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddenoising_msa.c615 LD4(sig_start, sig_stride, src0, src1, src2, src3); in vp8_denoiser_filter_uv_msa()
620 LD4(sig_start, sig_stride, src0, src1, src2, src3); in vp8_denoiser_filter_uv_msa()
/external/opencv3/3rdparty/libwebp/dsp/
Ddec.c308 static void LD4(uint8_t *dst) { // Down-Left in LD4() function
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
Denc.c399 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() function
524 LD4(I4LD4 + dst, top); in Intra4Preds()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_temporal_filter_msa.c41 LD4(frm1_ptr, stride, f0, f1, f2, f3); in temporal_filter_apply_8size_msa()
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td580 // FCVT Rd, S/D = V6+LD4: 10 cycles
DAArch64InstrInfo.td4941 defm LD4 : SIMDLd4Multiple<"ld4">;
4994 defm LD4 : SIMDLdSingleBTied<1, 0b001, "ld4", VecListFourb, GPR64pi4>;
4995 defm LD4 : SIMDLdSingleHTied<1, 0b011, 0, "ld4", VecListFourh, GPR64pi8>;
4996 defm LD4 : SIMDLdSingleSTied<1, 0b101, 0b00, "ld4", VecListFours, GPR64pi16>;
4997 defm LD4 : SIMDLdSingleDTied<1, 0b101, 0b01, "ld4", VecListFourd, GPR64pi32>;
5063 defm LD4 : SIMDLdSt4SingleAliases<"ld4">;
/external/vixl/doc/
Dsupported-instructions.md2622 ### LD4 ### subsection
2634 ### LD4 ### subsection
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h256 #define LD4(psrc, stride, out0, out1, out2, out3) { \ macro
/external/clang/include/clang/Basic/
Darm_neon.td846 def LD4 : WInst<"vld4", "4c", "QUlQldQdPlQPl">;