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]

Re: [Fwd: Re: [PATCH] MIPS32 DSP instructions again]




Eric Christopher wrote:

+ case '7': /* four dsp accumulators in bits 11,12 */ + if (s[0] == '$' && s[1] == 'a' && s[2] == 'c' &&
+ s[3] >= '0' && s[3] <= '3')





Can you change this to be $acc instead of $ac? It'll match with other
targets better.
]




Eric

The MIPS DSP architecture manual uses the $ac syntax, it's also been used by other toolchain companies who have updated their assemblers to support the DSP ASE, and there's now quite a significant amount of DSP assembler code written by various parties which will be using $ac. I'd prefer it if we could stick with $ac but, if you insist, then would supporting both $ac and $acc as aliases be acceptable?

Nigel


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