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

  /external/libvpx/libvpx/vpx_dsp/arm/
subpel_variance_neon.c 68 const uint8x8_t out_hi = vrshrn_n_u16(d, FILTER_BITS); local
69 vst1q_u8(&output_ptr[j], vcombine_u8(out_lo, out_hi));
  /art/compiler/optimizing/
intrinsics_mips.cc 166 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
169 __ MoveFromFpuHigh(out_hi, in);
321 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
327 __ Wsbh(out_hi, TMP);
330 // use of the out_lo/out_hi wouldn't overlap with the use of
331 // in_lo/in_hi. Be very careful not to write to out_lo/out_hi
337 // to write to out_hi.
342 // write to out_lo/out_hi.
344 // __ Wsbh(out_hi, out_hi);
670 Register out_hi = locations->GetTemp(1).AsRegister<Register>(); local
823 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
1132 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
1197 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
1404 Register out_hi = invoke->GetLocations()->Out().AsRegisterPairHigh<Register>(); local
2438 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
2503 Register out_hi = locations->Out().AsRegisterPairHigh<Register>(); local
    [all...]
code_generator_arm_vixl.cc 1617 const vixl32::Register out_hi = HighRegisterFrom(out); local
1649 const vixl32::Register out_hi = HighRegisterFrom(out); local
4474 vixl32::Register out_hi = HighRegisterFrom(out); local
    [all...]
code_generator_arm_vixl.h 346 vixl::aarch32::Register out_hi);
    [all...]
intrinsics_arm_vixl.cc 691 vixl32::Register out_hi = HighRegisterFrom(out_loc); local
696 DCHECK(op1_hi.Is(out_hi));
700 __ Sbcs(temp, out_hi, op2_hi);
710 __ mov(cond, out_hi, op2_hi);
    [all...]
  /external/valgrind/none/tests/mips32/
mips32_dspr2.c 173 int out_hi = 0xdeadbeef; \
189 : "=&r" (out_hi), "=&r" (out_lo), "=&r" (dspCtrl) \
195 LOval, out_hi, out_lo, dspCtrl);\
    [all...]
mips32_dsp.c 158 int out_hi = 0xdeadbeef; \
174 : "=&r" (out_hi), "=&r" (out_lo), "=&r" (dspCtrl) \
180 out_hi, out_lo, dspCtrl); \
186 int out_hi = 0xdeadbeef; \
199 : "=&r" (out_hi), "=&r" (out_lo) \
204 0x%08x \n",instruction, RSval, RTval, HIval, LOval, out_hi, out_lo); \
    [all...]

Completed in 569 milliseconds