Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
instruction cycle timing & dual issue in Cortex A8
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2735 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
instruction cycle timing & dual issue in Cortex A8
Devi Prasad
over 12 years ago
Note: This was originally posted on 8th April 2011 at
http://forums.arm.com
Hi, I'm trying to really understand the instruction cycle timing and dual-issue interactions in ARM Cortex-A8. Having spent quite a few hours on this, I have a feeling that this aspect is not explained in ARM technical reference manuals. So, here is my question with respect to the following snippet taken straight from the manual (section 16.3, Table 16-15 Dual-issue restrictions):
Data source hazard
----------------------------
ADD r1, r2, r3 1 -
ADD r4, r1, r6 2 Wait for r1
LDR r7, [r4] 4 Wait two cycles for r4
I think LDR must be issued in the third cycle and not in the fourth cycle because the second ADD instruction would yield R4 by the end of cycle 2.
And BTW I have tried
http://www.avison.me.uk/ben/programming/cortex-a8.html
before reaching here
thanks!
devi prasad
Parents
barney vardanyan
over 12 years ago
Note: This was originally posted on 12th April 2011 at
http://forums.arm.com
http://forums.arm.co...n-cycle-timing/
here is many usefull information about cycle timing)
Cancel
Vote up
0
Vote down
Cancel
Reply
barney vardanyan
over 12 years ago
Note: This was originally posted on 12th April 2011 at
http://forums.arm.com
http://forums.arm.co...n-cycle-timing/
here is many usefull information about cycle timing)
Cancel
Vote up
0
Vote down
Cancel
Children
No data