From: Anton Blanchard Date: Tue, 25 Mar 2014 02:40:27 +0000 (+1100) Subject: target-ppc: POWER8 supports isel X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~386^2~42^2~49^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=536492ebb3934a827a981be1f207cf7835a53c30;p=sdk%2Femulator%2Fqemu.git target-ppc: POWER8 supports isel Add PPC_ISEL to insns_flags. Signed-off-by: Anton Blanchard Reviewed-by: Cédric Le Goater Tested-by: Cédric Le Goater Signed-off-by: Andreas Färber --- diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index a82c8f9504..4fda0fd41b 100644 --- a/target-ppc/translate_init.c +++ b/target-ppc/translate_init.c @@ -7157,7 +7157,7 @@ POWERPC_FAMILY(POWER8)(ObjectClass *oc, void *data) pcc->pvr_mask = CPU_POWERPC_POWER8_MASK; pcc->init_proc = init_proc_POWER8; pcc->check_pow = check_pow_nocheck; - pcc->insns_flags = PPC_INSNS_BASE | PPC_STRING | PPC_MFTB | + pcc->insns_flags = PPC_INSNS_BASE | PPC_ISEL | PPC_STRING | PPC_MFTB | PPC_FLOAT | PPC_FLOAT_FSEL | PPC_FLOAT_FRES | PPC_FLOAT_FSQRT | PPC_FLOAT_FRSQRTE | PPC_FLOAT_FRSQRTES |