Displaying 3 results from an estimated 3 matches for "mmms1841".
2010 Jan 03
0
[LLVMdev] Assembly Printer
On Jan 1, 2010, at 12:51 PM, mmms1841 wrote:
> I am trying to understand how LLVM does code generation and I have a couple of questions.
> I am using LLVM 2.6.
>
> First,
> if I want to change the name of an instruction, all I need to do is to modify the XXXInstrInfo.td, right?
> Using Sparc as an example, if I w...
2010 Jan 04
1
[LLVMdev] Assembly Printer
On Sunday 03 January 2010 01:00, Chris Lattner wrote:
> On Jan 1, 2010, at 12:51 PM, mmms1841 wrote:
> > I am trying to understand how LLVM does code generation and I have a
> > couple of questions. I am using LLVM 2.6.
> >
> > First,
> > if I want to change the name of an instruction, all I need to do is to
> > modify the XXXInstrInfo.td, right? Using S...
2010 Jan 01
2
[LLVMdev] Assembly Printer
I am trying to understand how LLVM does code generation and I have a couple
of questions.
I am using LLVM 2.6.
First,
if I want to change the name of an instruction, all I need to do is to
modify the XXXInstrInfo.td, right?
Using Sparc as an example, if I wanted to output "mysra" instead of "sra",
in SparcInstrInfo.td, I would write,
defm SRA : F3_12<"mysra",