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

  /src/sys/arch/mips/include/
mips_opcode.h 224 #define OP_SLL 000
  /src/sys/arch/riscv/riscv/
db_disasm.c 656 INSN_F37("slli", OP_SLL, OP_ARITH, SHIFTNATIVE, DECIMM),
663 INSN_F37("slliw", OP_SLL, OP_ARITH, SHIFT32, DECIMM),
728 INSN_F37("sll", OP_SLL, OP_ARITH, 0, 0),
749 INSN_F37("sllw", OP_SLL, OP_ARITH, 0, 0),
  /src/sys/arch/mips/mips/
db_disasm.c 261 if ((i.RType.func == OP_SLL) &&
315 case OP_SLL:
mips_fixup.c 427 case OP_SLL: /* nop */
  /src/sys/arch/arc/arc/
minidebug.c 692 case OP_SLL:
  /src/sys/arch/riscv/include/
insn.h 500 #define OP_SLL 0b001 // (1) (2) sll - sllw -

Completed in 36 milliseconds