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

  /src/sys/arch/mips/mips/
db_disasm.c 265 switch (i.RType.shamt) {
309 && i.RType.shamt == 1) {
327 i.RType.shamt);
375 if (i.RType.shamt != 0)
376 db_printf("\t%d", i.RType.shamt);
387 (i.RType.rd << 5) | i.RType.shamt);
430 i.RType.shamt,
481 int pos = i.RType.shamt;
501 if (i.RType.shamt == OP_BSHFL_SBH) {
505 } else if (i.RType.shamt == OP_BSHFL_SEB)
    [all...]
mips_fixup.c 421 || regs[insn.RType.shamt] != 0) {
trap.c 714 int code = (insn.RType.rd << 5) | insn.RType.shamt;
mips_emul.c 423 switch (instfmt.RType.shamt) {
  /src/sys/arch/mips/include/
mips_opcode.h 66 unsigned shamt: 5; member in struct:__anonf25c396b010a::__anonf25c396b0408
111 unsigned shamt: 5; member in struct:__anonf25c396b010a::__anonf25c396b0908
  /src/sys/arch/arc/arc/
minidebug.c 704 i.RType.shamt);

Completed in 16 milliseconds