Home
last modified time | relevance | path

Searched refs:vt1 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c91 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()
162 mb_dq_coeff[16] = __msa_copy_s_h((v8i16)vt1, 0); in vp8_short_inv_walsh4x4_msa()
[all …]
/external/clang/test/SemaObjCXX/
Ddecltype.mm21 decltype(foo)::value_type vt1;
/external/v8/test/cctest/
Dtest-types.cc359 for (ValueIterator vt1 = T.values.begin(); vt1 != T.values.end(); ++vt1) { in Constant() local
361 Handle<i::Object> value1 = *vt1; in Constant()
913 for (ValueIterator vt1 = T.values.begin(); vt1 != T.values.end(); ++vt1) { in Is2() local
915 Handle<i::Object> value1 = *vt1; in Is2()
1132 for (ValueIterator vt1 = T.values.begin(); vt1 != T.values.end(); ++vt1) { in NowIs() local
1134 Handle<i::Object> value1 = *vt1; in NowIs()
1280 for (ValueIterator vt1 = T.values.begin(); vt1 != T.values.end(); ++vt1) { in Maybe() local
1282 Handle<i::Object> value1 = *vt1; in Maybe()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_tri.c481 struct brw_indirect vt1 = brw_indirect(1, 0); in brw_clip_test() local
491 brw_MOV(p, get_addr_reg(vt1), brw_address(c->reg.vertex[1])); in brw_clip_test()
494 brw_MOV(p, v1, deref_4f(vt1, hpos_offset)); in brw_clip_test()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td1237 class VOPC_Profile<ValueType vt0, ValueType vt1 = vt0> : VOPProfile <[i1, vt0, vt1, untyped]> {