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

  /external/libvpx/libvpx/vpx_dsp/arm/
subpel_variance_neon.c 90 const uint8x8_t out_hi = vrshrn_n_u16(d, FILTER_BITS); local
91 vst1q_u8(output_ptr + j, vcombine_u8(out_lo, out_hi));
  /art/compiler/optimizing/
intrinsics_mips.cc 167 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
170 __ MoveFromFpuHigh(out_hi, in);
320 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
326 __ Wsbh(out_hi, TMP);
329 // use of the out_lo/out_hi wouldn't overlap with the use of
330 // in_lo/in_hi. Be very careful not to write to out_lo/out_hi
336 // to write to out_hi.
341 // write to out_lo/out_hi.
343 // __ Wsbh(out_hi, out_hi);
668 Register out_hi = locations->GetTemp(1).AsRegister<Register>(); local
820 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
1127 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
1192 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
1399 Register out_hi = invoke->GetLocations()->Out().AsRegisterPairHigh<Register>(); local
2423 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
2488 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
    [all...]
intrinsics_arm_vixl.cc 681 vixl32::Register out_hi = HighRegisterFrom(out_loc); local
686 DCHECK(op1_hi.Is(out_hi));
690 __ Sbcs(temp, out_hi, op2_hi);
700 __ mov(cond, out_hi, op2_hi);
    [all...]
code_generator_arm_vixl.cc 1599 const vixl32::Register out_hi = HighRegisterFrom(out); local
1631 const vixl32::Register out_hi = HighRegisterFrom(out); local
4286 vixl32::Register out_hi = HighRegisterFrom(out); local
    [all...]

Completed in 254 milliseconds