Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
Cortex A8 Instruction Cycle Timing
Jump...
Cancel
State
Not Answered
Locked
Locked
Replies
90 replies
Subscribers
348 subscribers
Views
85147 views
Users
0 members are here
Cortex-A
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
Cortex A8 Instruction Cycle Timing
barney vardanyan
over 12 years ago
Note: This was originally posted on 17th March 2011 at
http://forums.arm.com
Hi) sorry for bad English
I need to count latency for two instruction, and all I have is the arm cortex A 8 documantation(charter 16) !
but I have no idea how can do this work using that documantation(
Parents
0
Dung Tran
over 12 years ago
Note: This was originally posted on 11th May 2011 at
http://forums.arm.com
I am confused.
From the specs, ADD needs source registers at E2 and destination register is available at E2 too. So this 2 instructions can be dual issued:
add r1, r2, r3
add r4, r5, r1
Because the second ADD requires r1 at E2 and the first ADD makes r1 available at E2 too.
If ADD needs source registers at E1, I agree that 2 instructions above can't be dual issued.
One explanation, I think, is that ADD needs source registers at the beginning of E2 and make destination register available at the end of E2. However, why doesn't specs say that destination register is available at E3?
I know I 'm wrong, but I can't explain.
Cancel
Vote up
0
Vote down
Cancel
Reply
0
Dung Tran
over 12 years ago
Note: This was originally posted on 11th May 2011 at
http://forums.arm.com
I am confused.
From the specs, ADD needs source registers at E2 and destination register is available at E2 too. So this 2 instructions can be dual issued:
add r1, r2, r3
add r4, r5, r1
Because the second ADD requires r1 at E2 and the first ADD makes r1 available at E2 too.
If ADD needs source registers at E1, I agree that 2 instructions above can't be dual issued.
One explanation, I think, is that ADD needs source registers at the beginning of E2 and make destination register available at the end of E2. However, why doesn't specs say that destination register is available at E3?
I know I 'm wrong, but I can't explain.
Cancel
Vote up
0
Vote down
Cancel
Children
No data