Re: [Qemu-devel] [PATCH 2/2] target/arm: Factor out unallocated_encoding for aarch32

2019-08-27 Thread Laurent Desnogues
On Mon, Aug 26, 2019 at 5:15 PM Richard Henderson wrote: > > Make this a static function private to translate.c. > Thus we can use the same idiom between aarch64 and aarch32 > without actually sharing function implementations. > > Signed-off-by: Richard Henderson Reviewed-by: Laurent Desnogues

[Qemu-devel] [PATCH 2/2] target/arm: Factor out unallocated_encoding for aarch32

2019-08-26 Thread Richard Henderson
Make this a static function private to translate.c. Thus we can use the same idiom between aarch64 and aarch32 without actually sharing function implementations. Signed-off-by: Richard Henderson --- target/arm/translate-vfp.inc.c | 3 +-- target/arm/translate.c | 22