From 6d82151f8c08d123eaab63409cd8ba6f85d0539c Mon Sep 17 00:00:00 2001 From: James Bowman Date: Fri, 13 Nov 2015 01:44:27 +0000 Subject: ft32.md (*sne): New insn pattern. 2015-11-13 James Bowman * config/ft32/ft32.md (*sne): New insn pattern. From-SVN: r230283 --- gcc/config/ft32/ft32.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/config/ft32') diff --git a/gcc/config/ft32/ft32.md b/gcc/config/ft32/ft32.md index 1eac74d..5c1594d 100644 --- a/gcc/config/ft32/ft32.md +++ b/gcc/config/ft32/ft32.md @@ -255,6 +255,13 @@ ;; SImode +(define_insn "*sne" + [(set (match_operand:SI 0 "register_operand" "=r") + (reg:SI CC_REG))] + "" + "bextu.l %0,$cc,32|0\;xor.l %0,%0,-1" +) + ;; Push a register onto the stack (define_insn "movsi_push" [(set (mem:SI (pre_dec:SI (reg:SI SP_REG))) @@ -884,6 +891,7 @@ DONE; }) + (define_expand "epilogue" [(return)] "" -- cgit v1.1