Searched refs:ls0 (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.cc | 3311 int ls0, ls1, ms0, p, len; in pa_output_and() local 3313 for (ls0 = 0; ls0 < 32; ls0++) in pa_output_and() 3314 if ((mask & (1 << ls0)) == 0) in pa_output_and() 3317 for (ls1 = ls0; ls1 < 32; ls1++) in pa_output_and() 3329 len = ls0; in pa_output_and() 3341 p = 31 - ls0; in pa_output_and() 3342 len = ls1 - ls0; in pa_output_and() 3361 int ls0, ls1, ms0, p, len; in pa_output_64bit_and() local 3363 for (ls0 = 0; ls0 < HOST_BITS_PER_WIDE_INT; ls0++) in pa_output_64bit_and() 3364 if ((mask & ((unsigned HOST_WIDE_INT) 1 << ls0)) == 0) in pa_output_64bit_and() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | sb1.md | 28 ;; {ex1,fp1}|{ex0,fp0}|ls1|ls0. Instructions issue to the first eligible unit 29 ;; in the list in most cases. Non-indexed load/stores issue to ls0 first.
|