Searched hist:e24c3bec3e8e254a3784b3e4c97bd3a76fbcc807 (Results 1 – 5 of 5) sorted by relevance
/linux/arch/mips/math-emu/ |
H A D | sp_maddf.c | e24c3bec3e8e254a3784b3e4c97bd3a76fbcc807 Thu Aug 13 09:56:31 CEST 2015 Markos Chandras <markos.chandras@imgtec.com> MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
MIPS R6 introduced the following instruction: Floating Point Fused Multiply Add: MADDF.fmt To perform a fused multiply-add of FP values.
MADDF.fmt: FPR[fd] = FPR[fd] + (FPR[fs] x FPR[ft])
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10956/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
H A D | dp_maddf.c | e24c3bec3e8e254a3784b3e4c97bd3a76fbcc807 Thu Aug 13 09:56:31 CEST 2015 Markos Chandras <markos.chandras@imgtec.com> MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
MIPS R6 introduced the following instruction: Floating Point Fused Multiply Add: MADDF.fmt To perform a fused multiply-add of FP values.
MADDF.fmt: FPR[fd] = FPR[fd] + (FPR[fs] x FPR[ft])
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10956/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
H A D | ieee754.h | diff e24c3bec3e8e254a3784b3e4c97bd3a76fbcc807 Thu Aug 13 09:56:31 CEST 2015 Markos Chandras <markos.chandras@imgtec.com> MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
MIPS R6 introduced the following instruction: Floating Point Fused Multiply Add: MADDF.fmt To perform a fused multiply-add of FP values.
MADDF.fmt: FPR[fd] = FPR[fd] + (FPR[fs] x FPR[ft])
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10956/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
H A D | Makefile | diff e24c3bec3e8e254a3784b3e4c97bd3a76fbcc807 Thu Aug 13 09:56:31 CEST 2015 Markos Chandras <markos.chandras@imgtec.com> MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
MIPS R6 introduced the following instruction: Floating Point Fused Multiply Add: MADDF.fmt To perform a fused multiply-add of FP values.
MADDF.fmt: FPR[fd] = FPR[fd] + (FPR[fs] x FPR[ft])
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10956/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
H A D | cp1emu.c | diff e24c3bec3e8e254a3784b3e4c97bd3a76fbcc807 Thu Aug 13 09:56:31 CEST 2015 Markos Chandras <markos.chandras@imgtec.com> MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
MIPS R6 introduced the following instruction: Floating Point Fused Multiply Add: MADDF.fmt To perform a fused multiply-add of FP values.
MADDF.fmt: FPR[fd] = FPR[fd] + (FPR[fs] x FPR[ft])
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10956/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|