search for: mfc_write_tag_mask

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

2009 May 07
0
[LLVMdev] obtaining IR for CellBE code
On Thu, May 7, 2009 at 9:03 AM, Kshitiz Garg <ksh.cseiitk at gmail.com> wrote: >    I was trying to extract out the IR for some CELLBE code. However i > was not able to compile with llvm-gcc. Can you give a couple examples of error messages you're getting? -Eli
2009 May 07
2
[LLVMdev] obtaining IR for CellBE code
...irst use in this function) simpleDMA_spu.c:60: error: (Each undeclared identifier is reported only once simpleDMA_spu.c:60: error: for each function it appears in.) simpleDMA_spu.c:74: warning: implicit declaration of function ‘mfc_get’ simpleDMA_spu.c:79: warning: implicit declaration of function ‘mfc_write_tag_mask’ simpleDMA_spu.c:83: warning: implicit declaration of function ‘mfc_read_tag_status_all’ what is happening is llvm-gcc is not able to view the header files even when the includes have been given Kshitiz
2009 May 07
3
[LLVMdev] obtaining IR for CellBE code
Hello, I was trying to extract out the IR for some CELLBE code. However i was not able to compile with llvm-gcc. Has someone who has tried this shed some light on the changes required to use llvm-gcc instead of gcc or xlc. A simple replacement of gcc with llvm-gcc -emit-llvm -S or marking $CC as llvm-gcc in the makefile did not work for me. I am using the standard makefile format supplied