Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h64 #define OP_MASK_RS 0x1f macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c6397 ((((INSN1) >> OP_SH_RS) & OP_MASK_RS) \
6398 == (((INSN2) >> OP_SH_RS) & OP_MASK_RS))
6546 if (((insn->insn_opcode >> OP_SH_RS) & OP_MASK_RS) == SP) in nops_for_24k()