HomeSort by relevance Sort by last modified time
    Searched refs:tmp5 (Results 51 - 58 of 58) sorted by null

1 23

  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve8_msa.c 371 v8u16 hz_out0, hz_out1, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
419 tmp5 = __msa_dotp_u_h(vec0, filt_vt);
433 SRARI_H4_UH(tmp5, tmp6, tmp7, tmp8, FILTER_BITS);
434 PCKEV_B2_SB(tmp6, tmp5, tmp8, tmp7, out0, out1);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c 270 int16x8_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp16_0, tmp16_1, local
303 tmp3, tmp4, tmp5, tmp6, tmp7);
305 IDCT8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
306 TRANSPOSE8x8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, src0, src1, src2,
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 2309 Register tmp5 = t2; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 2316 Register tmp5 = a6; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 2353 __m128 tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; local
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 3283 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond"); local
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 561 IRAtom *tmp1, *tmp2, *tmp3, *tmp4, *tmp5, *tmp6; local
568 tmp5 = assignNew('V', mce, Ity_I64, binop(Iop_Or64, tmp1, tmp3));
571 return assignNew('V', mce, Ity_I128, binop(Iop_64HLto128, tmp6, tmp5));
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 1780 IRTemp t0, t1, t2, t3, tmp5, tmp6; local
    [all...]

Completed in 314 milliseconds

1 23