Re: [Qemu-devel] [PATCH v4 1/7] target-tricore: Add FPU infrastructure

2016-03-12 Thread Richard Henderson
On 03/11/2016 07:03 AM, Bastian Koppelmann wrote: This patch adds a file for all the FPU related helpers with all the includes, useful defines, and a function to update the status bits. Additionally it adds a mask for the rounding mode bits of PSW as well as all the opcodes for the FPU instructio

[Qemu-devel] [PATCH v4 1/7] target-tricore: Add FPU infrastructure

2016-03-11 Thread Bastian Koppelmann
This patch adds a file for all the FPU related helpers with all the includes, useful defines, and a function to update the status bits. Additionally it adds a mask for the rounding mode bits of PSW as well as all the opcodes for the FPU instructions. Signed-off-by: Bastian Koppelmann --- v3 -> v4