tag | line | file | source code |
fb | 171 | arch/alpha/math-emu/fp-emul.c | unsigned long opcode, fa, fb, fc, func, mode; |
fb | 179 | arch/alpha/math-emu/fp-emul.c | fb = (insn >> 16) & 0x1f; |
fb | 184 | arch/alpha/math-emu/fp-emul.c | vb = alpha_read_fp_reg(fb); |
fb | 564 | arch/alpha/math-emu/ieee-math.c | unsigned long mask, fa, fb, fc; |
fb | 569 | arch/alpha/math-emu/ieee-math.c | fb = op_b->f[0]; |
fb | 581 | arch/alpha/math-emu/ieee-math.c | fb >>= diff; |
fb | 583 | arch/alpha/math-emu/ieee-math.c | fb |= 1; /* set sticky bit */ |
fb | 589 | arch/alpha/math-emu/ieee-math.c | fb = -fb; |
fb | 590 | arch/alpha/math-emu/ieee-math.c | fc = fa + fb; |