/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | copymem_msa.c | 19 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()
|
D | vp8_macros_msa.h | 243 #define LD4(psrc, stride, out0, out1, out2, out3) \ macro
|
/external/llvm/test/CodeGen/ARM/ |
D | ldrd-memoper.ll | 8 ; CHECK: Formed {{.*}} t2LDRD{{.*}} mem:LD4[%0] LD4[%0+4]
|
D | subreg-remat.ll | 8 ; %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/ |
D | 2010-05-12-FastAllocKills.ll | 9 ; %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/ |
D | dec_mips_dsp_r2.c | 731 static void LD4(uint8_t* dst) { // Down-Left in LD4() function 980 VP8PredLuma4[6] = LD4; in VP8DspInitMIPSdspR2()
|
D | dec.c | 297 static void LD4(uint8_t* dst) { // Down-Left in LD4() function 716 VP8PredLuma4[6] = LD4; in VP8DspInit()
|
D | enc.c | 392 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() function 517 LD4(I4LD4 + dst, top); in Intra4Preds()
|
D | enc_mips_dsp_r2.c | 831 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() function 1051 LD4(I4LD4 + dst, top); in Intra4Preds()
|
D | dec_sse2.c | 963 static void LD4(uint8_t* dst) { // Down-Left in LD4() function 1258 VP8PredLuma4[6] = LD4; in VP8DspInitSSE2()
|
D | enc_sse2.c | 836 static WEBP_INLINE void LD4(uint8_t* dst, const uint8_t* top) { // Down-Left in LD4() function 987 LD4(I4LD4 + dst, top); in Intra4Preds()
|
D | dec_neon.c | 1371 static void LD4(uint8_t* dst) { // Down-left in LD4() function 1616 VP8PredLuma4[6] = LD4; in VP8DspInitNEON()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | denoising_msa.c | 615 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/ |
D | dec.c | 308 static void LD4(uint8_t *dst) { // Down-Left in LD4() function 478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
|
D | enc.c | 399 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/ |
D | vp9_temporal_filter_msa.c | 41 LD4(frm1_ptr, stride, f0, f1, f2, f3); in temporal_filter_apply_8size_msa()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 580 // FCVT Rd, S/D = V6+LD4: 10 cycles
|
D | AArch64InstrInfo.td | 4941 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/ |
D | supported-instructions.md | 2622 ### LD4 ### subsection 2634 ### LD4 ### subsection
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 256 #define LD4(psrc, stride, out0, out1, out2, out3) { \ macro
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 846 def LD4 : WInst<"vld4", "4c", "QUlQldQdPlQPl">;
|