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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c1829 int nsreg, smask;
1873 nsreg = (l >> 24) & 0x7;
1879 if (nsreg > 0) /* $s2-$s8 */
1880 smask |= ((1 << nsreg) - 1) << 2;
1824 int nsreg, smask; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c10651 int nsreg = 0;
10655 nsreg++;
10660 opcode |= nsreg << 24;
10644 int nsreg = 0; local

Completed in 143 milliseconds