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

  /src/sys/arch/m68k/fpe/
fpu_emulate.c 338 int reglist; local in function:fpu_emul_fmovmcr
345 reglist = (insn->is_word1 & 0x1c00) >> 10;
364 * If reglist is 0b000, treat it as FPIAR. This is not specification
367 if (reglist == 0)
368 reglist = 1;
370 if (reglist == 7) {
372 } else if (reglist == 3 || reglist == 5 || reglist == 6) {
392 if (reglist != 1)
450 int reglist, regmask, regnum; local in function:fpu_emul_fmovm
    [all...]
  /src/sys/arch/hp300/stand/common/
ite_sti.c 115 u_int addr, eaddr, reglist, tmp; local in function:sti_iteinit_common
156 reglist = parseword1(va, 0x60);
158 tmp = parseword1(va, (reglist & ~3) + i * 0x10);
  /src/sys/dev/pci/
machfb.c 1016 struct reglist { struct in function:mach64_print_reg
1020 static const struct reglist reglist_tab[] = {
1031 static const struct reglist plllist_tab[] = {
1050 const struct reglist *r;

Completed in 13 milliseconds