Displaying 10 results from an estimated 10 matches for "4004b8".
Did you mean:
40048b
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...48 b8 76 04 40 00 00 movabs $0x400476,%rax
4004a6: 00 00 00
4004a9: ff d0 callq *%rax
4004ab: 89 45 fc mov %eax,-0x4(%rbp)
t += global_arr[7];
4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
4004b5: 00 00 00
4004b8: 8b 40 1c mov 0x1c(%rax),%eax
4004bb: 01 45 fc add %eax,-0x4(%rbp)
t += static_arr[7];
4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
4004c5: 00 00 00
4004c8: 8b 40 1c mov 0x1c(%rax),%eax
4004cb...
2016 May 30
2
[cfe-dev] How to debug if LTO generate wrong code?
...00476,%rax
> 4004a6: 00 00 00
> 4004a9: ff d0 callq *%rax
> 4004ab: 89 45 fc mov %eax,-0x4(%rbp)
> t += global_arr[7];
> 4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
> 4004b5: 00 00 00
> 4004b8: 8b 40 1c mov 0x1c(%rax),%eax
> 4004bb: 01 45 fc add %eax,-0x4(%rbp)
> t += static_arr[7];
> 4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
> 4004c5: 00 00 00
> 4004c8: 8b 40 1c mov...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...00476,%rax
> 4004a6: 00 00 00
> 4004a9: ff d0 callq *%rax
> 4004ab: 89 45 fc mov %eax,-0x4(%rbp)
> t += global_arr[7];
> 4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
> 4004b5: 00 00 00
> 4004b8: 8b 40 1c mov 0x1c(%rax),%eax
> 4004bb: 01 45 fc add %eax,-0x4(%rbp)
> t += static_arr[7];
> 4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
> 4004c5: 00 00 00
> 4004c8: 8b 40 1c mov...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...48 b8 76 04 40 00 00 movabs $0x400476,%rax
4004a6: 00 00 00
4004a9: ff d0 callq *%rax
4004ab: 89 45 fc mov %eax,-0x4(%rbp)
t += global_arr[7];
4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
4004b5: 00 00 00
4004b8: 8b 40 1c mov 0x1c(%rax),%eax
4004bb: 01 45 fc add %eax,-0x4(%rbp)
t += static_arr[7];
4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
4004c5: 00 00 00
4004c8: 8b 40 1c mov 0x1c(%rax),%eax
4004cb...
2016 May 30
7
[cfe-dev] How to debug if LTO generate wrong code?
...00476,%rax
> 4004a6: 00 00 00
> 4004a9: ff d0 callq *%rax
> 4004ab: 89 45 fc mov %eax,-0x4(%rbp)
> t += global_arr[7];
> 4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
> 4004b5: 00 00 00
> 4004b8: 8b 40 1c mov 0x1c(%rax),%eax
> 4004bb: 01 45 fc add %eax,-0x4(%rbp)
> t += static_arr[7];
> 4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
> 4004c5: 00 00 00
> 4004c8: 8b 40 1c mov...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...48 b8 76 04 40 00 00 movabs $0x400476,%rax
4004a6: 00 00 00
4004a9: ff d0 callq *%rax
4004ab: 89 45 fc mov %eax,-0x4(%rbp)
t += global_arr[7];
4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
4004b5: 00 00 00
4004b8: 8b 40 1c mov 0x1c(%rax),%eax
4004bb: 01 45 fc add %eax,-0x4(%rbp)
t += static_arr[7];
4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
4004c5: 00 00 00
4004c8: 8b 40 1c mov 0x1c(%rax),%eax
4004cb...
2016 May 29
4
[cfe-dev] How to debug if LTO generate wrong code?
Hi,
> On May 29, 2016, at 7:36 AM, Shi, Steven <steven.shi at intel.com> wrote:
>
> Hi Mehdi,
> After deeper debug, I found my firmware LTO wrong code issue is related to X64 code model (-mcmodel=large) is always overridden as small (-mcmodel=small) if LTO build. And I don't know how to correctly specific the large code model for my X64 firmware LTO build. Appreciate if
2016 May 30
1
[cfe-dev] How to debug if LTO generate wrong code?
...> > 40049f: 48 b8 76 04 40 00 00 movabs $0x400476,%rax
> > 4004a6: 00 00 00
> > 4004a9: ff d0 callq *%rax
> > 4004ab: 89 45 fc mov %eax,-0x4(%rbp)
> > t += global_arr[7];
> > 4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
> > 4004b5: 00 00 00
> > 4004b8: 8b 40 1c mov 0x1c(%rax),%eax
> > 4004bb: 01 45 fc add %eax,-0x4(%rbp)
> > t += static_arr[7];
> > 4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
> > 4004c5: 00 00 00
> > 4004c8: 8b 40 1c mov 0x1c(%rax),%eax
> > 4004cb: 01 45 fc add %eax,-0x4(%rbp)
> >...
2016 May 30
2
[cfe-dev] How to debug if LTO generate wrong code?
...00476,%rax
> 4004a6: 00 00 00
> 4004a9: ff d0 callq *%rax
> 4004ab: 89 45 fc mov %eax,-0x4(%rbp)
> t += global_arr[7];
> 4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
> 4004b5: 00 00 00
> 4004b8: 8b 40 1c mov 0x1c(%rax),%eax
> 4004bb: 01 45 fc add %eax,-0x4(%rbp)
> t += static_arr[7];
> 4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
> 4004c5: 00 00 00
> 4004c8: 8b 40 1c mov...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...48 b8 76 04 40 00 00 movabs $0x400476,%rax
4004a6: 00 00 00
4004a9: ff d0 callq *%rax
4004ab: 89 45 fc mov %eax,-0x4(%rbp)
t += global_arr[7];
4004ae: 48 b8 20 09 60 00 00 movabs $0x600920,%rax
4004b5: 00 00 00
4004b8: 8b 40 1c mov 0x1c(%rax),%eax
4004bb: 01 45 fc add %eax,-0x4(%rbp)
t += static_arr[7];
4004be: 48 b8 c0 0a 60 00 00 movabs $0x600ac0,%rax
4004c5: 00 00 00
4004c8: 8b 40 1c mov 0x1c(%rax),%eax
4004cb...