/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 91 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in idct4x4_addblk_msa() local 103 VP8_IDCT_1D_W(hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3); in idct4x4_addblk_msa() 104 SRARI_W4_SW(vt0, vt1, vt2, vt3, 3); in idct4x4_addblk_msa() 105 TRANSPOSE4x4_SW_SW(vt0, vt1, vt2, vt3, vt0, vt1, vt2, vt3); in idct4x4_addblk_msa() 111 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in idct4x4_addblk_msa() 149 v4i32 hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; in vp8_short_inv_walsh4x4_msa() local 158 BUTTERFLY_4(a1, d1, c1, b1, vt0, vt1, vt3, vt2); in vp8_short_inv_walsh4x4_msa() 159 ADD4(vt0, 3, vt1, 3, vt2, 3, vt3, 3, vt0, vt1, vt2, vt3); in vp8_short_inv_walsh4x4_msa() 160 SRA_4V(vt0, vt1, vt2, vt3, 3); in vp8_short_inv_walsh4x4_msa() 164 mb_dq_coeff[48] = __msa_copy_s_h((v8i16)vt3, 0); in vp8_short_inv_walsh4x4_msa() [all …]
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.cc | 2054 const VRegister& vt3, in ld1() argument 2056 USE(vt2, vt3); in ld1() 2057 VIXL_ASSERT(AreSameFormat(vt, vt2, vt3)); in ld1() 2058 VIXL_ASSERT(AreConsecutive(vt, vt2, vt3)); in ld1() 2065 const VRegister& vt3, in ld1() argument 2068 USE(vt2, vt3, vt4); in ld1() 2069 VIXL_ASSERT(AreSameFormat(vt, vt2, vt3, vt4)); in ld1() 2070 VIXL_ASSERT(AreConsecutive(vt, vt2, vt3, vt4)); in ld1() 2108 const VRegister& vt3, in ld3() argument 2110 USE(vt2, vt3); in ld3() [all …]
|
D | macro-assembler-a64.h | 2539 const VRegister& vt3, in Ld1() argument 2543 ld1(vt, vt2, vt3, src); in Ld1() 2547 const VRegister& vt3, in Ld1() argument 2552 ld1(vt, vt2, vt3, vt4, src); in Ld1() 2591 const VRegister& vt3, in Ld3() argument 2595 ld3(vt, vt2, vt3, src); in Ld3() 2599 const VRegister& vt3, in Ld3() argument 2604 ld3(vt, vt2, vt3, lane, src); in Ld3() 2608 const VRegister& vt3, in Ld3r() argument 2612 ld3r(vt, vt2, vt3, src); in Ld3r() [all …]
|
D | assembler-a64.h | 2792 const VRegister& vt3, 2798 const VRegister& vt3, 2830 const VRegister& vt3, 2836 const VRegister& vt3, 2843 const VRegister& vt3, 2849 const VRegister& vt3, 2856 const VRegister& vt3, 2864 const VRegister& vt3, 3064 const VRegister& vt3, 3070 const VRegister& vt3, [all …]
|
/external/clang/test/SemaObjCXX/ |
D | decltype.mm | 23 decltype(self.bar)::value_type vt3;
|
/external/vixl/doc/ |
D | supported-instructions.md | 2523 const VRegister& vt3, 2542 const VRegister& vt3, 2597 const VRegister& vt3, 2608 const VRegister& vt3, 2618 const VRegister& vt3, 2628 const VRegister& vt3, 2640 const VRegister& vt3, 2651 const VRegister& vt3, 3784 const VRegister& vt3, 3803 const VRegister& vt3, [all …]
|