MIPS: math-emu: Add z argument macros
authorPaul Burton <paul.burton@imgtec.com>
Thu, 21 Apr 2016 13:04:51 +0000 (14:04 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:22 +0000 (14:02 +0200)
commite2d11e1a8398b7447d337add50521a5abc6267fd
tree03ad0b76d142ad034f28133d43fd9e2bb1ebb3d9
parentd728f6709bcc49c98097485e3561f1faaf52b4f3
MIPS: math-emu: Add z argument macros

Introduce macros for handling the "z" argument to maddf & msubf, making
its handling consistent with that of the "x" & "y" arguments rather than
open-coding equivalents.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Maciej W. Rozycki <macro@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13156/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/dp_maddf.c
arch/mips/math-emu/ieee754dp.h
arch/mips/math-emu/ieee754int.h
arch/mips/math-emu/ieee754sp.h
arch/mips/math-emu/sp_maddf.c
This page took 0.026941 seconds and 5 git commands to generate.