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

How many clock cycles do SVC/PUSH/POP/SRS/RFE insturctions take to execute on Cortex-A8 processor?

I'm trying to count the cycle timing of my program in hand.

I read the ARM Cortex-A8 R3P1 Technical Reference Manual: Chapter 16. Instruction Cycle Timing, but I couldn't find the cycle timings of SVC/PUSH/POP/SRS/RFE.

I want to know how many clock cycles does take to execute these instuctions.