HomeSort by relevance Sort by last modified time
    Searched full:left_c (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred4_dspr2.c 45 int32_t tmp, above_c, above_l, above_r, left_c, left_r, left_l; local
49 "lw %[left_c], (%[left]) \n\t"
53 "preceu.ph.qbl %[left_l], %[left_c] \n\t"
54 "preceu.ph.qbr %[left_r], %[left_c] \n\t"
74 [above_r] "=&r" (above_r), [left_c] "=&r" (left_c),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred4_dspr2.c 48 int32_t tmp, above_c, above_l, above_r, left_c, left_r, left_l; local
52 "lw %[left_c], (%[left]) \n\t"
56 "preceu.ph.qbl %[left_l], %[left_c] \n\t"
57 "preceu.ph.qbr %[left_r], %[left_c] \n\t"
77 [above_r] "=&r" (above_r), [left_c] "=&r" (left_c),
  /external/llvm/test/CodeGen/WinEH/
wineh-cloning.ll 164 ; CHECK: br i1 [[b_C]], label %[[left_C:[^ ]+]], label %[[right_C:[^ ]+]]
169 ; CHECK: [[left_C]]:

Completed in 132 milliseconds