search for: jayasnair

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

2010 May 21
0
[LLVMdev] Fwd: hexcode from llvm
sorry keep forgetting to send to list instead of last person who replied :( On Fri, May 21, 2010 at 1:18 PM, JayaSus <jayasnair at gmail.com> wrote: > > Hi Bill Wendling. > I am trying to get a hexcode as shown below for mips processor using llvm > > Disassembly of section .text: > > 00000000 <main>: >   0:   27bdffe8        addiu   sp,sp,-24 >   4:   afbe0010        sw      s8,16(sp) &gt...
2010 May 19
4
[LLVMdev] hexcode from llvm
Hi all, I am doing emulation on a custom processor. For this I need hexcode for the C application program . Is there any llvm command/function that can spit out the hexcode just like objdump in gcc? Thanks -- View this message in context: http://old.nabble.com/hexcode-from-llvm-tp28612686p28612686.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 May 21
1
[LLVMdev] hexcode from llvm
Hi Bill Wendling. I am trying to get a hexcode as shown below for mips processor using llvm Disassembly of section .text: 00000000 <main>: 0: 27bdffe8 addiu sp,sp,-24 4: afbe0010 sw s8,16(sp) 8: 03a0f021 move s8,sp c: 24020004 li v0,4 10: afc20008 sw v0,8(s8) 14: 24020005 li v0,5 18: afc20004