Searched refs:sregs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c10526 int args = 0, statics = 0, sregs = 0;
10589 sregs |= 1 << ((reg1 == 30) ? 8 : (reg1 - 16));
10642 if (sregs & (1 << 0)) /* $s0 */
10644 if (sregs & (1 << 1)) /* $s1 */
10646 sregs >>= 2;
10648 if (sregs != 0)
10652 while (sregs & 1)
10654 sregs >>= 1;
10657 if (sregs != 0)
10519 int args = 0, statics = 0, sregs = 0; local

Completed in 145 milliseconds