Re: [Qemu-devel] [PATCH 0/5] tricore: adding new instructions and fixing issues

2019-06-05 Thread Bastian Koppelmann
Hi Guys, On 6/5/19 8:11 AM, David Brenken wrote: From: David Brenken Hello everyone, in the scope of this patchset we added implementations for the following instructions for the target TriCore: QSEED, FTOIZ, UTOF first of all thanks for these patches. QSEED.F was one instruction that was

[Qemu-devel] [PATCH 0/5] tricore: adding new instructions and fixing issues

2019-06-04 Thread David Brenken
From: David Brenken Hello everyone, in the scope of this patchset we added implementations for the following instructions for the target TriCore: QSEED, FTOIZ, UTOF For the implementation of the QSEED instruction we wrote a test application to record the QSEED results on the actual target. W