]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/arm.md
gcc/
authorjules <jules@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2007 12:04:02 +0000 (12:04 +0000)
committerjules <jules@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2007 12:04:02 +0000 (12:04 +0000)
commitbcaec148afbe1e0cb3fc6798496a09d0d3e56326
tree715d427a46736ff2867acdd2b0f98dfad208453e
parent7b050b7b412119d8d958acbc3da8d97e8235ff9a
gcc/
* config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
* config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
* config/arm/cortex-a8.md: New.
* config/arm/cortex-a8-neon.md: New.
* config/arm/neon-schedgen.ml: New.
* config/arm/neon.md (vqh_mnem): New.
(neon_type): New.
(Is_float_mode): New.
(Scalar_mul_8_16): New.
(Is_d_reg): New.
(V_mode_nunits): New.
(All instruction patterns): Annotate with neon_type attribute
values.
* config/arm/arm.md: Include cortex-a8.md.
(insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
values.
Annotate instruction patterns accordingly.
(generic_sched): Do not use generic scheduling for Cortex-A8.
(generic_vfp): Do not use generic VFP scheduling for Cortex-A8.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126953 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.md
gcc/config/arm/cortex-a8-neon.md [new file with mode: 0644]
gcc/config/arm/cortex-a8.md [new file with mode: 0644]
gcc/config/arm/neon-schedgen.ml [new file with mode: 0644]
gcc/config/arm/neon.md