OSDN Git Service

target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64
authorPierre Mallard <mallard.pierre@gmail.com>
Fri, 12 Sep 2014 19:31:32 +0000 (21:31 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 4 Nov 2014 22:26:11 +0000 (23:26 +0100)
commit4171853cf4dfb88da93bf77a4c9d319d6ba2bdc6
tree4e7026c384efb5ef6151123c1c91ddfd4ccbf084
parent9ac58dc59aaf9db20ec17df9b372915bee9b0f02
target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64

This patch remove limitation for fc[tf]id[*] on 32 bits targets and
add a new insn flag for signed integer 64 conversion PPC2_FP_CVT_S64

Signed-off-by: Pierre Mallard <mallard.pierre@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/fpu_helper.c
target-ppc/helper.h
target-ppc/translate.c
target-ppc/translate_init.c