aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78
diff options
context:
space:
mode:
authorSebastian Perta <sebastian.perta@renesas.com>2018-02-19 15:15:07 +0000
committerSebastian Perta <sebastianperta@gcc.gnu.org>2018-02-19 15:15:07 +0000
commit65e3761d451229338a22226e154cb7d0bed5fcd1 (patch)
tree11689a1287a54a6f69bd11bafadabfa24d31e851 /gcc/config/rl78
parentda5c77af9134b852f739c3ed427a647d32f3308d (diff)
downloadgcc-65e3761d451229338a22226e154cb7d0bed5fcd1.zip
gcc-65e3761d451229338a22226e154cb7d0bed5fcd1.tar.gz
gcc-65e3761d451229338a22226e154cb7d0bed5fcd1.tar.bz2
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
Diffstat (limited to 'gcc/config/rl78')
-rw-r--r--gcc/config/rl78/rl78.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/rl78/rl78.md b/gcc/config/rl78/rl78.md
index 2b39b46..03b776b 100644
--- a/gcc/config/rl78/rl78.md
+++ b/gcc/config/rl78/rl78.md
@@ -727,6 +727,14 @@
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"
[(set (match_operand:DI 0 "nonimmediate_operand" "")
(umin:DI (match_operand:DI 1 "general_operand" "")