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

  /src/sys/arch/sh3/include/
sh_opcode.h 146 } InstFmt;
  /src/sys/arch/mips/mips/
db_interface.c 934 InstFmt i;
984 InstFmt i;
1006 InstFmt i;
1020 InstFmt i;
1035 InstFmt i = { .word = inst, };
1052 InstFmt i = { .word = inst, };
mips_emul.c 74 InstFmt inst;
207 switch (((InstFmt)inst).FRType.op) {
386 const InstFmt instfmt = { .word = inst }; local in function:mips_emul_special
388 switch (instfmt.RType.func) {
411 const InstFmt instfmt = { .word = inst }; local in function:mips_emul_special3
412 switch (instfmt.RType.func) {
414 const intptr_t vaddr = tf->tf_regs[instfmt.RType.rs]
415 + tf->tf_regs[instfmt.RType.rt]
    [all...]
db_trace.c 231 InstFmt i;
mips_stacktrace.c 285 InstFmt i;
mips_fixup.c 317 const InstFmt insn = { .word = stubp[n] };
db_disasm.c 252 InstFmt i;
trap.c 181 InstFmt insn;
  /src/sys/arch/mips/include/
mips_opcode.h 135 } InstFmt;
  /src/sys/arch/arc/arc/
minidebug.c 673 InstFmt i;

Completed in 17 milliseconds