HomeSort by: relevance | last modified time | path
    Searched defs:ls1 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
s1.s 20 LSETUP ( ls1 , ls1 ) LC1 = P1;
21 ls1: R1 += 1; label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
s1.s 20 LSETUP ( ls1 , ls1 ) LC1 = P1;
21 ls1: R1 += 1; label
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 285 const line_span *ls1 = (const line_span *)p1; local
287 int first_line_cmp = compare (ls1->m_first_line, ls2->m_first_line);
290 return compare (ls1->m_last_line, ls2->m_last_line);
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 284 const line_span *ls1 = (const line_span *)p1; local
286 int first_line_cmp = compare (ls1->m_first_line, ls2->m_first_line);
289 return compare (ls1->m_last_line, ls2->m_last_line);
  /src/external/mit/isl/dist/
isl_coalesce.c 2866 isl_local_space *ls1, *ls2; local
2871 ls1 = isl_local_space_wrap(isl_basic_map_get_local_space(info1->bmap));
2877 if (!isl_local_space_div_is_known(ls1, i) ||
2885 div1 = isl_local_space_get_div(ls1, i);
2897 isl_local_space_free(ls1);
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 3467 int ls0, ls1, ms0, p, len;
3473 for (ls1 = ls0; ls1 < 32; ls1++)
3474 if ((mask & (1 << ls1)) != 0)
3477 for (ms0 = ls1; ms0 < 32; ms0++)
3483 if (ls1 == 32)
3498 len = ls1 - ls0;
3517 int ls0, ls1, ms0, p, len;
3523 for (ls1 = ls0; ls1 < HOST_BITS_PER_WIDE_INT; ls1++
3458 int ls0, ls1, ms0, p, len; local
3508 int ls0, ls1, ms0, p, len; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 3325 int ls0, ls1, ms0, p, len;
3331 for (ls1 = ls0; ls1 < 32; ls1++)
3332 if ((mask & (1 << ls1)) != 0)
3335 for (ms0 = ls1; ms0 < 32; ms0++)
3341 if (ls1 == 32)
3356 len = ls1 - ls0;
3375 int ls0, ls1, ms0, p, len;
3381 for (ls1 = ls0; ls1 < HOST_BITS_PER_WIDE_INT; ls1++
3316 int ls0, ls1, ms0, p, len; local
3366 int ls0, ls1, ms0, p, len; local
    [all...]

Completed in 46 milliseconds