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

  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 787 __m128i temp_lo = _mm_adds_epi16(x3x0_lo, _mm_min_epi16(x1_lo, x2_lo)); local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm.cc 646 locations->AddTemp(Location::RequiresRegister()); // Temp_lo.
706 Register temp_lo = locations->GetTemp(0).AsRegister<Register>(); local
713 __ ldrexd(temp_lo, temp_hi, IP);
714 __ strexd(temp_lo, value_lo, value_hi, IP);
715 __ cmp(temp_lo, ShifterOperand(0));
    [all...]

Completed in 159 milliseconds