Re: [Qemu-devel] [RFC v2 09/13] target-ppc: add cmpeqb instruction

2016-07-23 Thread Richard Henderson
On 07/23/2016 02:14 PM, Nikunj A Dadhania wrote: Search a byte in the stream of 8bytes provided in the register Suggested-by: Richard Henderson Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 22 ++ target-ppc/translate.c | 1

[Qemu-devel] [RFC v2 09/13] target-ppc: add cmpeqb instruction

2016-07-23 Thread Nikunj A Dadhania
Search a byte in the stream of 8bytes provided in the register Suggested-by: Richard Henderson Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 22 ++ target-ppc/translate.c | 12 3 files changed, 35 insertions(+)