Re: [Qemu-devel] [RFC v2 04/13] target-ppc: add cmprb instruction

2016-07-23 Thread Richard Henderson
On 07/23/2016 02:14 PM, Nikunj A Dadhania wrote: ISA 3.0 Compare Ranged Byte instruction useful for isupper/islower/isaplha kind of operation. Signed-off-by: Nikunj A Dadhania --- target-ppc/translate.c | 38 ++ 1 file changed, 38 insertions(+) Reviewed-by

[Qemu-devel] [RFC v2 04/13] target-ppc: add cmprb instruction

2016-07-23 Thread Nikunj A Dadhania
ISA 3.0 Compare Ranged Byte instruction useful for isupper/islower/isaplha kind of operation. Signed-off-by: Nikunj A Dadhania --- target-ppc/translate.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/target-ppc/translate.c b/target-ppc/translate.c in