From: ktkachov Date: Tue, 9 Sep 2014 11:27:49 +0000 (+0000) Subject: [ARM][6/7] Convert FP mnemonics to UAL | movcc_vfp (fmstat) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51df8d9484496eee9a5a4092c4ebd1dde8734de;p=thirdparty%2Fgcc.git [ARM][6/7] Convert FP mnemonics to UAL | movcc_vfp (fmstat) * config/arm/vfp.md (*movcc_vfp): Use UAL syntax. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215055 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2fe54880837..75c1dd3973fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-09-09 Kyrylo Tkachov + + * config/arm/vfp.md (*movcc_vfp): Use UAL syntax. + 2014-09-09 Kyrylo Tkachov * config/arm/vfp.md (*sqrtsf2_vfp): Use UAL assembly syntax. diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md index d23f7c901e8c..06c057fdfc0d 100644 --- a/gcc/config/arm/vfp.md +++ b/gcc/config/arm/vfp.md @@ -1107,7 +1107,7 @@ [(set (reg CC_REGNUM) (reg VFPCC_REGNUM))] "TARGET_32BIT && TARGET_HARD_FLOAT && TARGET_VFP" - "fmstat%?" + "vmrs%?\\tAPSR_nzcv, FPSCR" [(set_attr "conds" "set") (set_attr "type" "f_flag")] )