This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM2434:PRU 问题:逻辑指令的内核时钟周期有多少?

Guru**** 1788580 points
Other Parts Discussed in Thread: AM6442
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1404797/am2434-pru-question-how-many-core-clock-cycles-for-logical-instructions

器件型号:AM2434
主题中讨论的其他器件:AM6442

工具与软件:

我将针对 AM243x 硬件上的 PRU0/PRU1内核进行组装编程。
我想知道、逻辑移位运算(LSL/LSR)消耗多少个内核时钟周期?

例如:

; Left-Shift Operation
lsl     r2, r2, 10

; Right-Shift Operation
lsr     r2, r2, 10

这些命令在位于10位位置的 R2上执行左/右位移位。
每个操作需要10个内核时钟周期、还是只需要1个?