Re: [Qemu-devel] [PATCH v3 5/5] tricore: add QSEED instruction

2019-06-25 Thread Bastian Koppelmann
On 6/24/19 9:03 AM, David Brenken wrote: + +result = 0; +result = deposit32(result, 31, 1, new_S); +result = deposit32(result, 23, 8, new_E); +result = deposit32(result, 15, 8, new_M); +} + +if (float32_is_signaling_nan(arg1) || result == float32_sqrt_nan

[Qemu-devel] [PATCH v3 5/5] tricore: add QSEED instruction

2019-06-24 Thread David Brenken
From: Andreas Konopik Signed-off-by: Andreas Konopik Signed-off-by: David Brenken Signed-off-by: Georg Hofstetter Signed-off-by: Robert Rasche Signed-off-by: Lars Biermanski --- target/tricore/fpu_helper.c | 84 + target/tricore/helper.h | 1 + targe