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

/haiku-buildtools/legacy/binutils/opcodes/
H A Dmips-dis.c1670 int nsreg, smask;
1714 nsreg = (l >> 24) & 0x7;
1720 if (nsreg > 0) /* $s2-$s8 */
1721 smask |= ((1 << nsreg) - 1) << 2;
1665 int nsreg, smask; local
/haiku-buildtools/binutils/opcodes/
H A Dmips-dis.c1860 unsigned int amask, nargs, nstatics, nsreg, smask, frame_size, i, j;
1897 nsreg = (extend >> 8) & 0x7;
1903 if (nsreg > 0) /* $s2-$s8 */
1904 smask |= ((1 << nsreg) - 1) << 2;
1855 unsigned int amask, nargs, nstatics, nsreg, smask, frame_size, i, j; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mips.c10017 int nsreg = 0;
10021 nsreg++;
10026 opcode |= nsreg << 24;
10010 int nsreg = 0; local

Completed in 118 milliseconds