taglinefilesource code
fb171arch/alpha/math-emu/fp-emul.cunsigned long opcode, fa, fb, fc, func, mode;
fb179arch/alpha/math-emu/fp-emul.cfb     = (insn >> 16) &  0x1f;
fb184arch/alpha/math-emu/fp-emul.cvb = alpha_read_fp_reg(fb);
fb564arch/alpha/math-emu/ieee-math.cunsigned long mask, fa, fb, fc;
fb569arch/alpha/math-emu/ieee-math.cfb = op_b->f[0];
fb581arch/alpha/math-emu/ieee-math.cfb >>= diff;
fb583arch/alpha/math-emu/ieee-math.cfb |= 1;    /* set sticky bit */
fb589arch/alpha/math-emu/ieee-math.cfb = -fb;
fb590arch/alpha/math-emu/ieee-math.cfc = fa + fb;