This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/50447] [avr] Better support of AND, OR, XOR and PLUS with constant integers for 16- and 32-bit values


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50447

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-09-23 17:06:49 UTC ---
Author: gjl
Date: Fri Sep 23 17:06:44 2011
New Revision: 179124

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179124
Log:
    * config/avr/avr.md (adjust_len): Add alternatives "tsthi",
    "tstsi", "compare".
    (*cmpqi_sign_extend): Use s8_operand.
    (*cmphi, *cmpsi): Rewrite using avr_out_compare.
    * config/avr/avr-protos.h (compare_diff_p, compare_eq_p): Remove
    prototypes.
    (out_tsthi, out_tstsi): Remove prototypes.
    (avr_out_tsthi, avr_out_tstsi): New prototypes.
    * config/avr/avr.c (out_tsthi, out_tstsi): Remove functions.
    (avr_asm_len): Negative length now sets *plen to -length.
    (compare_sign_p): Return bool instead of int.
    (compare_diff_p, compare_eq_p): Ditto and make static.
    (avr_out_tsthi): New function.
    (avr_out_tstsi): New function.
    (avr_out_compare): New function.
    (adjust_insn_length): Handle ADJUST_LEN_TSTHI, ADJUST_LEN_TSTSI,
    ADJUST_LEN_COMPARE.
    PR target/50447


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-protos.h
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]