Commit 1e3af7f6 by Nick Clifton Committed by Nick Clifton

(extendsfdf2): Add pattern accidentally deleted when cirrus instructions were

added.

From-SVN: r63510
parent 51b7c247
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")))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment