Searched refs:OP_MASK_RS (Results 1 – 2 of 2) sorted by relevance
64 #define OP_MASK_RS 0x1f macro
6397 ((((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()