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: [RFC - ARM] - Fix PR43440 - Fix Neon inline asm register aliasing issues.


Just two nits about the ChangeLog entry.

On 03/22/2010 10:34 PM, Richard Earnshaw wrote:
* tm.texi (OVERLAPPING_REGISTER_NAMES): Document new macro.

* doc/tm.texi ...


	* output.h (decode_reg_name_and_count): Declare.
	* varasm.c (decode_reg_name_and_count): New function.
	(decode_reg_name): Reimplement using decode_reg_name_and_count.
	* reginfo.c (fix_register): Use decode_reg_name_and_count and
	iterate over all regs used.
	* stmt.c (expand_asm_operands): Likewise.
	* arm/aout.h (OVERLAPPING_REGISTER_NAMES): Define.

* config/arm/aout.h ...


	(ADDITIONAL_REGISTER_NAMES): Remove aliases that overlap
	multiple machine registers.



--
Jie Zhang
CodeSourcery
(650) 331-3385 x735


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