This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

[arm, patch] generic coprocessor register names in MaverickCrunchinstructions



Hello,


This small patch adds GAS support for using generic coprocessor register names (c0..c15) in MaverickCrunch instructions.

Currently, it is something like:
	cfaddd mvd2, mvd0, mvd1

Now it is also possible to use:
	cfaddd c2, c0, c1

This is due to customers request and EP93xx User Manual.

-- Vladimir


2004-09-26 Vladimir Ivanov <vladitx@nucleusys.com>


 * gas/config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN as
 alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
 REG_TYPE_MVDX is expected.

Attachment: binutils-crunch-gen-regs.patch
Description: Text document


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