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

2016-03-09 Thread Bastian Koppelmann
On 03/09/2016 04:59 PM, Richard Henderson wrote: > On 03/09/2016 05:42 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 mo

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

2016-03-09 Thread Richard Henderson
On 03/09/2016 05:42 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 v3 1/7] target-tricore: Add FPU infrastructure

2016-03-09 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 --- v2 -> v3