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

/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dmips.h919 #define MIPS16OP_EXTRACT_REG32R(i) ((((i) >> 5) & 7) | ((i) & 0x18))
918 #define MIPS16OP_EXTRACT_REG32R macro
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c2947 mips_gprmask |= 1 << MIPS16OP_EXTRACT_REG32R (ip->insn_opcode);
3035 MIPS16OP_EXTRACT_REG32R
3059 && (MIPS16OP_EXTRACT_REG32R (history[0].insn_opcode)

Completed in 170 milliseconds