search for: 0304a1c8

Displaying 2 results from an estimated 2 matches for "0304a1c8".

2010 Jan 03
0
[LLVMdev] Assembly Printer
...t;sdiv" and "udiv" is done in the switch-case statement, while SelectCode(Op) takes care of the other instructions. Yep, exactly, -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100102/0304a1c8/attachment.html>
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",