Re: [Qemu-devel] [PATCH for-2.5 0/5] target-sh4: TCG improvement

2015-07-24 Thread Richard Henderson
On 07/24/2015 04:14 AM, Aurelien Jarno wrote: > This patchset improves the code generation for the SH4 target, by using > new TCG ops or using some tricks. > > Aurelien Jarno (5): > target-sh4: add flags markups for FP helpers > target-sh4: use deposit in swap.b instruction > target-sh4: imp

[Qemu-devel] [PATCH for-2.5 0/5] target-sh4: TCG improvement

2015-07-24 Thread Aurelien Jarno
This patchset improves the code generation for the SH4 target, by using new TCG ops or using some tricks. Aurelien Jarno (5): target-sh4: add flags markups for FP helpers target-sh4: use deposit in swap.b instruction target-sh4: improve cmp/str instruction target-sh4: improve shld instruct