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]

[PATCH 2/6] Andes nds32: machine description of nds32 porting (3).


Hi,

This patch consists of back-end machine descriptions of nds32 port.
We follow the GNU coding standards and GCC coding convention when
writing programs.  The files listed below are the rest of machine
description implementation.


gcc/
2013-07-08  Chung-Ju Wu  <jasonwucj@gmail.com>
	    Shiva Chen  <shiva0217@gmail.com>

	* config/nds32/constants.md: New file.
	* config/nds32/constraints.md: New file.
	* config/nds32/iterators.md: New file.
	* config/nds32/nds32-isa-v2.h: New file.
	* config/nds32/nds32-isa-v3.h: New file.
	* config/nds32/nds32-isa-v3m.h: New file.
	* config/nds32/nds32-modes.def: New file.
	* config/nds32/nds32-protos.h: New file.
	* config/nds32/nds32.doubleword.md: New file.
	* config/nds32/nds32.intrinsic.md: New file.
	* config/nds32/nds32.multiple.md: New file.
	* config/nds32/nds32.opt: New file.
	* config/nds32/nds32.peephole2.md: New file.
	* config/nds32/nds32_intrinsic.h: New file.
	* config/nds32/pipelines.md: New file.
	* config/nds32/predicates.md: New file.
	* config/nds32/t-mlibs-be: New file.
	* config/nds32/t-mlibs-le: New file.

Attachment: 2-nds32-backend-md-part3.patch
Description: Binary data


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