target-ppc: add cmpeqb instruction
commit082ce33005d81ff45b929e826ac48a5696059efc
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Tue, 26 Jul 2016 11:58:34 +0000 (26 17:28 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Sep 2016 23:52:14 +0000 (7 09:52 +1000)
tree5a878f045addc781c844003ef21ee0bd63e451eb
parentb35344e4a0968fd1341ec1c1ed2e6b5c0d851542
target-ppc: add cmpeqb instruction

Search a byte in the stream of 8bytes provided in the register

Suggested-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate.c