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

  /external/llvm/test/CodeGen/X86/
fast-isel-mem.ll 16 ; CHECK: movl L_src$non_lazy_ptr, %ecx
23 ; ATOM: movl L_src$non_lazy_ptr, %ecx
abi-isel.ll 68 ; DARWIN-32-DYNAMIC: movl L_src$non_lazy_ptr, [[EAX:%e..]]
78 ; DARWIN-32-PIC-NEXT: movl L_src$non_lazy_ptr-L0$pb([[EAX]]), [[ECX:%e..]]
337 ; DARWIN-32-DYNAMIC: movl L_src$non_lazy_ptr, [[EAX:%e.x]]
348 ; DARWIN-32-PIC-NEXT: movl L_src$non_lazy_ptr-L4$pb([[R0]]), [[R1:%e..]]
864 ; DARWIN-32-DYNAMIC: movl L_src$non_lazy_ptr, [[EAX:%e.x]]
874 ; DARWIN-32-PIC-NEXT: movl L_src$non_lazy_ptr-L12$pb([[EAX]]), [[ECX:%e.x]]
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
dwt.c 199 OPJ_INT32 * l_src = a+cas; local
202 *l_dest++ = *l_src;
203 l_src += 2;
207 l_src = a + 1 - cas;
210 *l_dest++=*l_src;
211 l_src += 2;
221 OPJ_INT32 * l_src = a+cas; local
224 *l_dest = *l_src;
226 l_src += 2;
230 l_src = a + 1 - cas
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 218 int *l_src, *l_dst; local
231 l_src = _layer_sizes->data.i;
233 _layer_sizes->step / sizeof(l_src[0]);
240 int n = l_src[i*l_step];
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2260 st_src_reg l_src = st_src_reg(l); local
    [all...]

Completed in 276 milliseconds