Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/opcodes/
Dmips-dis.c1824 int nsreg, smask; in print_mips16_insn_arg() local
1868 nsreg = (l >> 24) & 0x7; in print_mips16_insn_arg()
1874 if (nsreg > 0) /* $s2-$s8 */ in print_mips16_insn_arg()
1875 smask |= ((1 << nsreg) - 1) << 2; in print_mips16_insn_arg()
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c10644 int nsreg = 0; in mips16_ip() local
10648 nsreg++; in mips16_ip()
10653 opcode |= nsreg << 24; in mips16_ip()