From: Andrew Haley Date: Wed, 20 Oct 1999 18:29:09 +0000 (+0000) Subject: mips.md (movdf_internal1a): Allow floating-point move between GP_REGs. X-Git-Tag: prereleases/libstdc++-2.92~9942 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c26040ee1ee6f616f029bc876cdb230c120ca6c0;p=thirdparty%2Fgcc.git mips.md (movdf_internal1a): Allow floating-point move between GP_REGs. Thu Oct 14 18:51:37 1999 Andrew Haley * config/mips/mips.md (movdf_internal1a): Allow floating-point move between GP_REGs. From-SVN: r30105 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fdbde3f8db93..3577a4ce5510 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 14 18:51:37 1999 Andrew Haley + + * config/mips/mips.md (movdf_internal1a): Allow floating-point + move between GP_REGs. + Wed Oct 20 15:36:11 1999 Andrew Haley * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 4f0a4199008f..fe66e4a6ec3f 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -6053,8 +6053,8 @@ move\\t%0,%z4\\n\\ (set_attr "length" "4,8,16,8,16,16,8,8,8,8,16,8,16")]) (define_insn "movdf_internal1a" - [(set (match_operand:DF 0 "nonimmediate_operand" "=f,f,R,R,To,To,f,*d,*d,*d,*To,*R") - (match_operand:DF 1 "general_operand" " f,To,f,G,f,G,F,*F,*To,*R,*d,*d"))] + [(set (match_operand:DF 0 "nonimmediate_operand" "=f,f,R,R,To,To,f,*d,*d,*d,*To,*R,*d") + (match_operand:DF 1 "general_operand" " f,To,f,G,f,G,F,*F,*To,*R,*d,*d,*d"))] "TARGET_HARD_FLOAT && (TARGET_FLOAT64 && !TARGET_64BIT) && TARGET_DOUBLE_FLOAT && (register_operand (operands[0], DFmode) @@ -6064,9 +6064,9 @@ move\\t%0,%z4\\n\\ && INTVAL (operands[1]) == 0) || operands[1] == CONST0_RTX (DFmode))))" "* return mips_move_2words (operands, insn); " - [(set_attr "type" "move,load,store,store,store,store,load,load,load,load,store,store") + [(set_attr "type" "move,load,store,store,store,store,load,load,load,load,store,store,move") (set_attr "mode" "DF") - (set_attr "length" "4,8,4,4,8,8,8,8,8,4,8,4")]) + (set_attr "length" "4,8,4,4,8,8,8,8,8,4,8,4,4")]) (define_insn "movdf_internal2" [(set (match_operand:DF 0 "nonimmediate_operand" "=d,d,d,R,To")