Home | Sort by: relevance | last modified time | path |
/src/sys/arch/m68k/fpe/ | |
fpu_fstore.c | 52 int modreg; local in function:fpu_emul_fstore 91 modreg = insn->is_opcode & 077; 92 if ((modreg >> 3) == 1/*An*/ || modreg >= 072/*PCrel and #imm*/) { 94 printf(" fpu_emul_fstore: illegal modreg=0%o\n", modreg); 100 sig = fpu_decode_ea(frame, insn, &insn->is_ea, modreg); |
fpu_fscale.c | 57 int modreg; local in function:fpu_emul_fscale 114 modreg = insn->is_opcode & 077; 115 if ((modreg >> 3) == 1/*An*/ || modreg >= 075) { 119 /* Get effective address. (modreg=opcode&077) */ |
fpu_emulate.c | 341 int modreg; local in function:fpu_emul_fmovmcr 350 modreg = insn->is_opcode & 077; 353 if (modreg >= 072) { 358 if (modreg >= 075) { 378 sig = fpu_decode_ea(frame, insn, &insn->is_ea, modreg); 451 int modreg; local in function:fpu_emul_fmovm 479 modreg = insn->is_opcode & 077; 482 if (modreg < 020 || (modreg >> 3) == 3 || modreg >= 072) 605 int modreg; local in function:fpu_emul_arith [all...] |