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]
Other format: [Raw text]

Re: [mips] Enable loongson vector shift instructions


Mingjie Xing <mingjie.xing@gmail.com> writes:
>         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
>         (ashl<mode>3): ...this.
>         (loongson_psra<V_suffix>): Rename to...
>         (ashr<mode>3): ...this.
>         (loongson_psrl<V_suffix>): Rename to...
>         (lshr<mode>3): ...this.
>         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
>         (CODE_FOR_loongson_psllw): Define.
>         (CODE_FOR_loongson_psrlh): Define.
>         (CODE_FOR_loongson_psrlw): Define.
>         (CODE_FOR_loongson_psrah): Define.
>         (CODE_FOR_loongson_psraw): Define.

OK, thanks.

Richard


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