diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-23 16:38:29 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-23 16:38:29 +0000 |
commit | ac2f98ea793f5def6307b036a288ae5cdc569dd4 (patch) | |
tree | 69e95cdf3b31c18aa5c2798c437ba190f0dd68e1 /gcc/config | |
parent | 362a95fc0d602ec21b2d16f93ec112fd39a41f4b (diff) | |
download | gcc-ac2f98ea793f5def6307b036a288ae5cdc569dd4.tar.gz |
Thu Mar 23 16:04:40 2000 Andrew Haley <aph@cygnus.com>
* config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
alternative when using -fp64 -gp32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32707 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/mips.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index d56e6424c79..f63c790626d 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -6054,8 +6054,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,*d") - (match_operand:DF 1 "general_operand" " f,To,f,G,f,G,F,*F,*To,*R,*d,*d,*d"))] + [(set (match_operand:DF 0 "nonimmediate_operand" "=f,f,R,R,To,To,*d,*d,*d,*To,*R,*d") + (match_operand:DF 1 "general_operand" " f,To,f,G,f,G,*F,*To,*R,*d,*d,*d"))] "TARGET_HARD_FLOAT && (TARGET_FLOAT64 && !TARGET_64BIT) && TARGET_DOUBLE_FLOAT && (register_operand (operands[0], DFmode) @@ -6065,9 +6065,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,move") + [(set_attr "type" "move,load,store,store,store,store,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,4")]) + (set_attr "length" "4,8,4,4,8,8,8,8,4,8,4,4")]) (define_insn "movdf_internal2" [(set (match_operand:DF 0 "nonimmediate_operand" "=d,d,d,R,To") |