Hi,
Iam using ARM11 simulator and trying to use SIMD instructions. Documents say that SMLAD instruction has to take 1 cycle and result latency is 3 cycles. So i have written code such that untill 3 cycles output of SMLAD is not used. But iam getting 2 cycles per SMLAD instruction. Following is the code
SMLAD r0, r1, r2, r3
SMLAD r4, r5, r6, r7
SMLAD r8, r9, r10, r11
SMLAD r12, lr, r1, r6
Is there any option to set, so that SMLAD instruction takes only 1 cycle to execute
»
Quick Links
Page 1 of 1














