Home | History | Annotate | Download | only in fpe

Lines Matching defs:word1

148 		DPRINTF(("%s: fault reading word1\n", __func__));
229 printf("%s: sig=%d, opcode=%x, word1=%x\n", __func__,
439 * (word1 & 0x8000) == 0x8000
449 int word1, sig;
457 word1 = insn->is_word1;
460 fpu_to_mem = word1 & 0x2000;
469 /* w1_post_incr = word1 & 0x1000; */
470 if (word1 & 0x0800) {
472 reglist = frame->f_regs[(word1 & 0x70) >> 4];
474 reglist = word1;
603 int word1, sig = 0;
620 word1 = insn->is_word1;
621 format = (word1 >> 10) & 7;
622 regnum = (word1 >> 7) & 7;
634 if ((word1 & 0x4000) == 0) {
752 switch (word1 & 0x7f) {
896 res = fpu_sincos(fe, word1 & 7);
910 DPRINTF(("%s: bad opcode=0x%x, word1=0x%x\n", __func__,