rs6000.md (*floatsidf2_internal): Add earlyclobbers.
2003-01-17 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers. (*floatunssidf2_internal): Ditto. From-SVN: r61463
This commit is contained in:
parent
95bd1dd72f
commit
6f9c81f53f
@ -1,3 +1,8 @@
|
||||
2003-01-17 Dale Johannesen <dalej@apple.com>
|
||||
|
||||
* config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
|
||||
(*floatunssidf2_internal): Ditto.
|
||||
|
||||
2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* alias.c: Fix comment typos.
|
||||
|
@ -5744,8 +5744,8 @@
|
||||
(use (match_operand:SI 2 "gpc_reg_operand" "r"))
|
||||
(use (match_operand:DF 3 "gpc_reg_operand" "f"))
|
||||
(clobber (match_operand:DF 4 "memory_operand" "=o"))
|
||||
(clobber (match_operand:DF 5 "gpc_reg_operand" "=f"))
|
||||
(clobber (match_operand:SI 6 "gpc_reg_operand" "=r"))]
|
||||
(clobber (match_operand:DF 5 "gpc_reg_operand" "=&f"))
|
||||
(clobber (match_operand:SI 6 "gpc_reg_operand" "=&r"))]
|
||||
"! TARGET_POWERPC64 && TARGET_HARD_FLOAT && TARGET_FPRS"
|
||||
"#"
|
||||
[(set_attr "length" "24")])
|
||||
@ -5826,7 +5826,7 @@
|
||||
(use (match_operand:SI 2 "gpc_reg_operand" "r"))
|
||||
(use (match_operand:DF 3 "gpc_reg_operand" "f"))
|
||||
(clobber (match_operand:DF 4 "memory_operand" "=o"))
|
||||
(clobber (match_operand:DF 5 "gpc_reg_operand" "=f"))]
|
||||
(clobber (match_operand:DF 5 "gpc_reg_operand" "=&f"))]
|
||||
"! TARGET_POWERPC64 && TARGET_HARD_FLOAT && TARGET_FPRS"
|
||||
"#"
|
||||
[(set_attr "length" "20")])
|
||||
|
Loading…
Reference in New Issue
Block a user