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

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
s1.s 20 LSETUP ( ls1 , ls1 ) LC1 = P1;
21 ls1: R1 += 1; label
se_loop_lr.S 352 LD32_LABEL(r0, ls1);
355 ls1:R6 += 2;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
s1.s 20 LSETUP ( ls1 , ls1 ) LC1 = P1;
21 ls1: R1 += 1; label
se_loop_lr.S 352 LD32_LABEL(r0, ls1);
355 ls1:R6 += 2;
  /src/external/mit/isl/dist/
isl_local_space.c 189 isl_bool isl_local_space_is_equal(__isl_keep isl_local_space *ls1,
194 equal = isl_local_space_has_equal_space(ls1, ls2);
198 if (!isl_local_space_divs_known(ls1))
203 return isl_mat_is_equal(ls1->div, ls2->div);
208 * Return -1 if "ls1" is "smaller" than "ls2", 1 if "ls1" is "greater"
211 int isl_local_space_cmp(__isl_keep isl_local_space *ls1,
216 if (ls1 == ls2)
218 if (!ls1)
223 cmp = isl_space_cmp(ls1->dim, ls2->dim)
    [all...]
isl_local_space_private.h 61 isl_bool isl_local_space_has_equal_space(__isl_keep isl_local_space *ls1,
97 int isl_local_space_cmp(__isl_keep isl_local_space *ls1,
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/mit/isl/dist/include/isl/
local_space.h 74 __isl_take isl_local_space *ls1, __isl_take isl_local_space *ls2);
79 isl_bool isl_local_space_is_equal(__isl_keep isl_local_space *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...]
  /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);

Completed in 39 milliseconds