1 From d3cce0bbf7e327905965f0fae70b04af08bfb64b Mon Sep 17 00:00:00 2001
2 From: krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
3 Date: Fri, 15 Apr 2011 12:43:40 +0000
4 Subject: [PATCH 124/200] 2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6 * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
7 Replace match_operand with match_dup for the third operand in
12 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172491 138bc75d-0d04-0410-961f-82ee72b054a4
14 index 2d552fb..7639d2d 100644
15 --- a/gcc/config/s390/s390.md
16 +++ b/gcc/config/s390/s390.md
18 (parallel [(set (match_dup 0) (plus:DI (match_dup 0) (match_dup 2)))
19 (clobber (reg:CC CC_REGNUM))])
21 - (set (match_operand:DI 2 "register_operand" "")
23 (ashift:DI (match_dup 0) (const_int 16)))
25 (parallel [(set (match_dup 0) (plus:DI (match_dup 0) (match_dup 2)))
28 (clobber (reg:CC CC_REGNUM))])
30 - (set (match_operand:SI 2 "register_operand" "")
32 (ashift:SI (match_dup 0) (const_int 16)))
34 (parallel [(set (match_dup 0) (plus:SI (match_dup 0) (match_dup 2)))
37 (clobber (reg:CC CC_REGNUM))])
39 - (set (match_operand:SI 2 "register_operand" "")
41 (ashift:SI (match_dup 0) (const_int 8)))
43 (parallel [(set (match_dup 0) (plus:SI (match_dup 0) (match_dup 2)))