Home
last modified time | relevance | path

Searched refs:ls0 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c2533 int ls0, ls1, ms0, p, len; local
2535 for (ls0 = 0; ls0 < 32; ls0++)
2536 if ((mask & (1 << ls0)) == 0)
2539 for (ls1 = ls0; ls1 < 32; ls1++)
2552 len = ls0;
2565 p = 31 - ls0;
2566 len = ls1 - ls0;
2586 int ls0, ls1, ms0, p, len; local
2588 for (ls0 = 0; ls0 < HOST_BITS_PER_WIDE_INT; ls0++)
2589 if ((mask & ((unsigned HOST_WIDE_INT) 1 << ls0)) == 0)
[all …]
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c2843 int ls0, ls1, ms0, p, len; in output_and() local
2845 for (ls0 = 0; ls0 < 32; ls0++) in output_and()
2846 if ((mask & (1 << ls0)) == 0) in output_and()
2849 for (ls1 = ls0; ls1 < 32; ls1++) in output_and()
2861 len = ls0; in output_and()
2873 p = 31 - ls0; in output_and()
2874 len = ls1 - ls0; in output_and()
2893 int ls0, ls1, ms0, p, len; in output_64bit_and() local
2895 for (ls0 = 0; ls0 < HOST_BITS_PER_WIDE_INT; ls0++) in output_64bit_and()
2896 if ((mask & ((unsigned HOST_WIDE_INT) 1 << ls0)) == 0) in output_64bit_and()
[all …]
/openbsd/src/gnu/gcc/gcc/config/mips/
Dsb1.md11 ;; {ex1,fp1}|{ex0,fp0}|ls1|ls0. Instructions issue to the first eligible unit
12 ;; in the list in most cases. Non-indexed load/stores issue to ls0 first.