HomeSort by relevance Sort by last modified time
    Searched full:din1 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 60 dIn1 DN D1.S16
110 VLD4 {dIn0,dIn1,dIn2,dIn3},[pSrc]
122 VHADD dIn1RS,dIn1,dZero ;// (f1>>1) constZero is a register holding 0
125 VADD de3,dIn1,dIn3RS ;// e3 = d1 + (d3>>1)
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 66 dIn1 DN D1.S16
128 VLD4 {dIn0,dIn1,dIn2,dIn3},[pData]
138 VADD dRowSum1,dIn0,dIn1
140 VSUB dRowDiff1,dIn0,dIn1
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 137 dIn1 DN D1.S16
281 VTRN dIn0,dIn1
296 VHADD dIn1RS,dIn1,dZero ;// (f1>>1) constZero is a register holding 0
299 VADD de3,dIn1,dIn3RS ;// e3 = d1 + (d3>>1)
  /external/clang/test/CodeGen/
mult-alt-x86.c 8 double din1; variable
102 asm("foo %1,%0" : "=y" (dout0) : "y" (din1));
109 asm("foo %1,%0" : "=x" (dout0) : "x" (din1));
285 asm("foo %1,%0" : "=r,y,m" (dout0) : "r,y,m" (din1));
292 asm("foo %1,%0" : "=r,x,m" (dout0) : "r,x,m" (din1));
  /external/llvm/test/CodeGen/X86/
mult-alt-x86.ll 9 @din1 = common global double 0.000000e+000, align 8
109 %tmp = load double* @din1, align 8
117 %tmp = load double* @din1, align 8
279 %tmp = load double* @din1, align 8
286 %tmp = load double* @din1, align 8

Completed in 658 milliseconds