This is the mail archive of the gcc-patches@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]

Re: gcc for m68332 isn't using bset and bclr


Mike Stump wrote :

> Doing diffs in .:
> *** ./m68k.md.~1~	Mon Feb 28 20:34:16 2000
> --- ./m68k.md	Thu Mar  2 11:17:16 2000
> ***************
> *** 3748,3753 ****
> --- 3748,3777 ----
>     "!TARGET_5200"
>     "and%.w %1,%0")
>   
> + (define_insn ""

Just two side-notes :
- I'd prefer patterns to have a name : that makes output of `-dp' more
readable. Without a name for the pattern, `-dp' will use `andqi3-2' or
something like that.  E.g. we could use here `iorqi_bit' and `andqi_bit'.
- For completeness, we should also add `xorqi_bit', using `bchg'.

Philippe

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