Searched hist:"4 b820d95dc53c15e6e727da964430a3ed60e05ef" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/math-emu/ |
H A D | cp1emu.c | diff 4b820d95dc53c15e6e727da964430a3ed60e05ef Thu Apr 21 15:04:48 CEST 2016 Paul Burton <paul.burton@imgtec.com> MIPS: math-emu: Emulate MIPSr6 sel.fmt instruction
Add support for emulating the MIPSr6 sel.fmt instruction, which was previously missing from the FPU emulation code. This instruction selects its result from 2 possible source registers, based upon bit 0 of the destination register, and is valid only for S (single) & D (double) data types.
Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Maciej W. Rozycki <macro@imgtec.com> Cc: James Hogan <james.hogan@imgtec.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13153/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|