search for: addk

Displaying 7 results from an estimated 7 matches for "addk".

Did you mean: add
2020 Apr 18
2
Debug symbols are missing in elf
...difying MCTarget layer a lot but not able to find the root-cause. Any clue is much appreciated. ex: hello.c int main() { printf("Hello World\n\r"); printf("Successfully ran Hello World application"); return 0; } hello.o objdump: int main() { 0: 10a00000 addk r5, r0, r0 4: f8a1002c swi r5, r1, 44 printf("Hello World\n\r"); 8: b0000000 imm 0 8: R_MICROBLAZE_64 .rodata.str1.1 c: a0c00000 ori r6, r0, 0 10: f8a10028 swi r5, r1, 40 14: b0000000...
2020 Apr 18
2
Debug symbols are missing in elf
...t; hello.c >> int main() >> { >> printf("Hello World\n\r"); >> printf("Successfully ran Hello World application"); >> return 0; >> } >> >> hello.o objdump: >> int main() >> { >> 0: 10a00000 addk r5, r0, r0 >> 4: f8a1002c swi r5, r1, 44 >> >> printf("Hello World\n\r"); >> 8: b0000000 imm 0 >> 8: R_MICROBLAZE_64 .rodata.str1.1 >> c: a0c00000 ori r6, r0, 0 >>...
2020 Apr 20
2
Debug symbols are missing in elf
...uot;Hello World\n\r"); >>>> printf("Successfully ran Hello World application"); >>>> return 0; >>>> } >>>> >>>> hello.o objdump: >>>> int main() >>>> { >>>> 0: 10a00000 addk r5, r0, r0 >>>> 4: f8a1002c swi r5, r1, 44 >>>> >>>> printf("Hello World\n\r"); >>>> 8: b0000000 imm 0 >>>> 8: R_MICROBLAZE_64 .rodata.str1.1 >>>>...
2020 Apr 21
2
Debug symbols are missing in elf
...uccessfully ran Hello World application"); >> >>>> return 0; >> >>>> } >> >>>> >> >>>> hello.o objdump: >> >>>> int main() >> >>>> { >> >>>> 0: 10a00000 addk r5, r0, r0 >> >>>> 4: f8a1002c swi r5, r1, 44 >> >>>> >> >>>> printf("Hello World\n\r"); >> >>>> 8: b0000000 imm 0 >> >>>> 8: R_MICROBLA...
2017 Dec 11
2
target porting : objdump is not giving proper registers.
...ated dump files from object file then we didn't see expected register numbers. Note : all registers are replaced with R0 *Disassembly of section .text:00000000 <main>: 0: 3000ffcc addik r0, r0, -52 4: f8000000 swi r0, r0, 0 8: 10000000 addk r0, r0, r0 c: f800002c swi r0, r0, 44 10: 3000000a addik r0, r0, 10 14: f8000028 swi r0, r0, 40 18: 3000000f addik r0, r0, 15 1c: f8000024 swi r0, r0, 36 20: e8000028 lwi r0, r0, 40 24: 6000000f muli r0, r0, 15 28...
2013 Oct 03
1
[LLVMdev] Help with a Microblaze code generation problem.
...r5 cmp r3, r3, r5 main% cat PR54.mbu .file "PR54.c" .text .globl main .align 2 .type main, at function .ent main addik r5, r0, 0 addik r6, r0, 1 lwi r7, r19, 20 addk r8, r6, r0 swi r4, r19, 32 swi r3, r19, 36 swi r5, r19, 40 swi r6, r19, 44 beqid r7, ($BB0_2) swi r8, r19, 48 lwi r3, r19, 40 swi r3, r19, 48 $BB0_2: lwi r3, r19...
2012 Oct 21
2
[LLVMdev] Need help trying to generate mblaze code.
Hello, this is a very dump question, I hope to do more valuable question soon, but for now I'm just trying to run a simple hello world in C for clang and llvm to the target mblaze, but is not working. ( I need to change the compiler in the next stage) I past all the weekend tried to run this, and I was unable, I did the build of llVM/clang, but no bin was generate, only silly folder that I