diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-01-03 09:03:35 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2012-01-03 09:03:35 +0000 |
commit | be5de7a15852f98586bc6e1b3fbe951f35d72915 (patch) | |
tree | a38520e6fd5f7607261cb9107bae455fc72e7649 /gcc/config | |
parent | 8b3c295192e3886940be529ebd380b093d77fdef (diff) | |
download | gcc-be5de7a15852f98586bc6e1b3fbe951f35d72915.zip gcc-be5de7a15852f98586bc6e1b3fbe951f35d72915.tar.gz gcc-be5de7a15852f98586bc6e1b3fbe951f35d72915.tar.bz2 |
s390.md ("*cmp<mode>_ccs"): Fix comment mentioning the instructions emitted by the pattern.
2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
the instructions emitted by the pattern.
("*TDC_insn_<mode>"): Add comment.
From-SVN: r182831
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/s390/s390.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 4c9a40f..e8214dd 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -1010,7 +1010,7 @@ [(set_attr "op_type" "RRE") (set_attr "type" "fsimp<mode>")]) -; cxtr, cxbr, cdbr, cebr, cdb, ceb, cxbtr, cdbtr +; cxtr, cxbr, cdtr, cdbr, cebr, cdb, ceb (define_insn "*cmp<mode>_ccs" [(set (reg CC_REGNUM) (compare (match_operand:FP 0 "register_operand" "f,f") @@ -2816,6 +2816,7 @@ ; is the register to be tested and the second one is the bit mask ; specifying the required test(s). ; +; tcxb, tcdb, tceb, tdcxt, tdcdt, tdcet (define_insn "*TDC_insn_<mode>" [(set (reg:CCZ CC_REGNUM) (unspec:CCZ [(match_operand:FP_ALL 0 "register_operand" "f") |