search for: sparcsubtarget

Displaying 3 results from an estimated 3 matches for "sparcsubtarget".

2008 Aug 03
0
[LLVMdev] Sparc assembly syntax
Hello, > As others mentioned, Anton is working on a significant cleanup to help > unify the asm printers. If you need to do this in the short term, I'd > add an "isTargetELF()" method to the SparcSubtarget class, and have it > autodetect it from the target triple as the x86 backend does. With > that, you can predicate the output based on whether the target is elf > or not. Please wait for few days, I'll switch SPARC to new section stuff soon after I will return from US. Also, whi...
2008 Aug 01
2
[LLVMdev] Sparc assembly syntax
OK, so the next thing I found in Sparc world is that sparc-elf-as doesn't understand .bss as a directive for some reason. I modified the Sparc code generator to output .section ".bss" and that works just fine. My (temporary) solution is a hack, however: ================================================================== --- SparcAsmPrinter.cpp (revision 720) +++
2015 Sep 08
4
Inserting MachineInstr's
Hi, I have a task to complete and I'm getting stuck. I can't find anything comparable in the documentation. The shortest explanation I can give is as follows: I need to use double-precision floating point values for floating-point multiplies. I'll not go into why: That would take the discussion away from the essential problem. E.g. Replace: fmuls %f20,%f21,%f8 with the