mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 20:49:49 +08:00
(extendsfdf2): Add pattern accidentally deleted when cirrus instructions were
added. From-SVN: r63510
This commit is contained in:
parent
51b7c247de
commit
1e3af7f60a
@ -1,3 +1,8 @@
|
||||
2003-02-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/arm/arm.md (extendsfdf2): Add pattern accidentally
|
||||
deleted when cirrus instructions were added.
|
||||
|
||||
2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
|
||||
|
@ -3693,6 +3693,13 @@
|
||||
(set_attr "pool_range" "32,32")]
|
||||
)
|
||||
|
||||
(define_expand "extendsfdf2"
|
||||
[(set (match_operand:DF 0 "s_register_operand" "")
|
||||
(float_extend:DF (match_operand:SF 1 "s_register_operand" "")))]
|
||||
"TARGET_ARM && TARGET_ANY_HARD_FLOAT"
|
||||
""
|
||||
)
|
||||
|
||||
(define_insn "*arm_extendsfdf2"
|
||||
[(set (match_operand:DF 0 "s_register_operand" "=f")
|
||||
(float_extend:DF (match_operand:SF 1 "s_register_operand" "f")))]
|
||||
|
Loading…
Reference in New Issue
Block a user