Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h65 #define OP_SH_RS 21 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()
17582 insn |= at << OP_SH_RS | at << OP_SH_RT; in md_convert_frag()
17596 insn |= at << OP_SH_RS; in md_convert_frag()