rl78.md (movdf): New define expand.
2018-02-19 Sebastian Perta <sebastian.perta@renesas.com> * config/rl78/rl78.md (movdf): New define expand. From-SVN: r257807
This commit is contained in:
parent
da5c77af91
commit
65e3761d45
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2018-02-19 Sebastian Perta <sebastian.perta@renesas.com>
|
||||||
|
|
||||||
|
* config/rl78/rl78.md (movdf): New define expand.
|
||||||
|
|
||||||
2018-02-19 Martin Liska <mliska@suse.cz>
|
2018-02-19 Martin Liska <mliska@suse.cz>
|
||||||
|
|
||||||
PR other/80589
|
PR other/80589
|
||||||
|
|
|
@ -727,6 +727,14 @@
|
||||||
DONE;"
|
DONE;"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define_expand "movdf"
|
||||||
|
[(set (match_operand:DF 0 "nonimmediate_operand" "")
|
||||||
|
(match_operand:DF 1 "general_operand" ""))]
|
||||||
|
""
|
||||||
|
"rl78_split_movdi(operands, DFmode);
|
||||||
|
DONE;"
|
||||||
|
)
|
||||||
|
|
||||||
(define_expand "umindi3"
|
(define_expand "umindi3"
|
||||||
[(set (match_operand:DI 0 "nonimmediate_operand" "")
|
[(set (match_operand:DI 0 "nonimmediate_operand" "")
|
||||||
(umin:DI (match_operand:DI 1 "general_operand" "")
|
(umin:DI (match_operand:DI 1 "general_operand" "")
|
||||||
|
|
Loading…
Add table
Reference in a new issue