Re: [Qemu-devel] [PATCH] target-arm: decode TBB/TBH more thoroughly

2013-06-17 Thread Måns Rullgård
Peter Maydell writes: > On 17 June 2013 14:00, Mans Rullgard wrote: >> This avoids other opcodes being incorrectly decoded as TBB/TBH. >> The LDA/STL instructions new in ARMv8 use this space. >> >> Signed-off-by: Mans Rullgard >> --- >> This was previously sent as part of the LDA/STL patch. Se

Re: [Qemu-devel] [PATCH] target-arm: decode TBB/TBH more thoroughly

2013-06-17 Thread Peter Maydell
On 17 June 2013 14:00, Mans Rullgard wrote: > This avoids other opcodes being incorrectly decoded as TBB/TBH. > The LDA/STL instructions new in ARMv8 use this space. > > Signed-off-by: Mans Rullgard > --- > This was previously sent as part of the LDA/STL patch. Separating it > seems clearer. > -

[Qemu-devel] [PATCH] target-arm: decode TBB/TBH more thoroughly

2013-06-17 Thread Mans Rullgard
This avoids other opcodes being incorrectly decoded as TBB/TBH. The LDA/STL instructions new in ARMv8 use this space. Signed-off-by: Mans Rullgard --- This was previously sent as part of the LDA/STL patch. Separating it seems clearer. --- target-arm/translate.c | 2 +- 1 file changed, 1 inserti