Re: [Qemu-devel] [PATCH v3 00/13] target-arm: A64 decoder set 2: misc logic and bit ops

2013-12-17 Thread Peter Maydell
On 9 December 2013 12:37, Peter Maydell wrote: > Third revision of the second chunk of A64 decoder patches: > a grabbag of miscellaneous logic and bit-twiddling operations, > plus some other minor stuff like ADR and conditional-select. Applied to target-arm.next since all patches in this set have

[Qemu-devel] [PATCH v3 00/13] target-arm: A64 decoder set 2: misc logic and bit ops

2013-12-09 Thread Peter Maydell
Third revision of the second chunk of A64 decoder patches: a grabbag of miscellaneous logic and bit-twiddling operations, plus some other minor stuff like ADR and conditional-select. Changes v2->v3: * patch 1/13: added the special case of rd==31 to avoid the dead temporary across basic blocks