This is the mail archive of the gcc@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: Adding an instruction to gcc (pass through)


Errr, you need to change the assembler to do this . GCC does not care
about what sits inside __asm__ . 

cheers
Ramana

On Fri, 2005-12-16 at 09:18 -0500, Burt Walsh wrote:
> 
> 
> I am using SimpleScalar (ARM ISA) to do some simulations.  I have
> added an 
> instruction to the SimpleScalar machine defintion.  I would like to
> use an 
> asm("newinst"::) to force my instruction to be placed into the object 
> file.  It is saying bad instruction when I do this.  Do I have to go
> into 
> gcc and edit the arm.md or is there another way to get this
> instruction to 
> take.


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