HomeSort by: relevance | last modified time | path
    Searched refs:OP_DSRL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/include/
mips_opcode.h 288 #define OP_DSRL 072 /* MIPS-II, for r4000 port */
  /src/sys/arch/mips/mips/
db_disasm.c 308 } else if ((i.RType.func == OP_DSRL || i.RType.func == OP_DSRLV)
310 name = (i.RType.func == OP_DSRL) ? "drotr" : "drotrv";
319 case OP_DSRL:
  /src/sys/arch/arc/arc/
minidebug.c 696 case OP_DSRL:

Completed in 12 milliseconds