r277915 - in /trunk/gcc: ChangeLog config/arm/a...

ktkachov@gcc.gnu.org ktkachov@gcc.gnu.org
Thu Nov 7 10:41:00 GMT 2019


Author: ktkachov
Date: Thu Nov  7 10:41:21 2019
New Revision: 277915

URL: https://gcc.gnu.org/viewcvs?rev=277915&root=gcc&view=rev
Log:
[arm][2/X] Implement __qadd, __qsub, __qdbl intrinsics

This patch implements some more Q-bit-setting intrinsics from ACLE.
With the plumbing from patch 1 in place they are a simple builtin->RTL
affair.

	* config/arm/arm.md (arm_<ss_op>): New define_expand.
	(arm_<ss_op><add_clobber_q_name>_insn): New define_insn.
	* config/arm/arm_acle.h (__qadd, __qsub, __qdbl): Define.
	* config/arm/arm_acle_builtins.def: Add builtins for qadd, qsub.
	* config/arm/iterators.md (SSPLUSMINUS): New code iterator.
	(ss_op): New code_attr.

	* gcc.target/arm/acle/dsp_arith.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/arm/acle/dsp_arith.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.md
    trunk/gcc/config/arm/arm_acle.h
    trunk/gcc/config/arm/arm_acle_builtins.def
    trunk/gcc/config/arm/iterators.md
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list