arm.c (arm_mac_accumulator_is_mul_result): New.
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. Co-Authored-By: Julian Brown <julian@codesourcery.com> From-SVN: r126953
Showing
gcc/config/arm/cortex-a8-neon.md
0 → 100644
This diff is collapsed.
Click to expand it.
gcc/config/arm/cortex-a8.md
0 → 100644
This diff is collapsed.
Click to expand it.
gcc/config/arm/neon-schedgen.ml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment