HomeSort by relevance Sort by last modified time
    Searched refs:tmp_lo (Results 1 - 4 of 4) sorted by null

  /external/webp/src/dsp/
enc_sse41.c 318 const __m128i tmp_lo = _mm_shuffle_epi8(out0, kCst_lo); local
324 const __m128i out_z0 = _mm_or_si128(tmp_lo, tmp_8);
  /art/compiler/optimizing/
intrinsics_mips.cc 670 Register tmp_lo = TMP; local
673 __ Srl(tmp_lo, in_lo, 1);
678 __ And(tmp_lo, tmp_lo, AT);
679 __ Subu(tmp_lo, in_lo, tmp_lo);
686 __ And(out_lo, tmp_lo, AT);
687 __ Srl(tmp_lo, tmp_lo, 2);
688 __ And(tmp_lo, tmp_lo, AT)
    [all...]
intrinsics_arm.cc 845 Register tmp_lo = locations->GetTemp(1).AsRegister<Register>(); \/\/ Value in memory. local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 12092 IRTemp tmp_lo = newTemp( Ity_I64 ); local
    [all...]

Completed in 218 milliseconds