aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Haley <aph@cygnus.com>1999-10-20 18:29:09 +0000
committerAndrew Haley <aph@gcc.gnu.org>1999-10-20 18:29:09 +0000
commitc26040ee1ee6f616f029bc876cdb230c120ca6c0 (patch)
tree7c306621622fdd02734beaeda9f20b5791b68166 /gcc
parent7086004dd08377c126319232e36f037959acbf2c (diff)
downloadgcc-c26040ee1ee6f616f029bc876cdb230c120ca6c0.zip
gcc-c26040ee1ee6f616f029bc876cdb230c120ca6c0.tar.gz
gcc-c26040ee1ee6f616f029bc876cdb230c120ca6c0.tar.bz2
mips.md (movdf_internal1a): Allow floating-point move between GP_REGs.
Thu Oct 14 18:51:37 1999 Andrew Haley <aph@cygnus.com> * config/mips/mips.md (movdf_internal1a): Allow floating-point move between GP_REGs. From-SVN: r30105
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.md8
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fdbde3f..3577a4c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 14 18:51:37 1999 Andrew Haley <aph@cygnus.com>
+
+ * config/mips/mips.md (movdf_internal1a): Allow floating-point
+ move between GP_REGs.
+
Wed Oct 20 15:36:11 1999 Andrew Haley <aph@cygnus.com>
* 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 4f0a419..fe66e4a 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")