pld instruction on iMX233 implemented?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

pld instruction on iMX233 implemented?

跳至解决方案
1,406 次查看
rolfheimerdinge
Contributor II

Hello,

ARM describes pld assembler instruction:

"PLD (Preload Data) signals the memory system that memory accesses from a specified address are likely in

the near future. ..."

It's implemented in ARM 5TE and above, and iMX23 ist ARM 5TE.

On my system, pld instruction seems to execute as nop. Is it available?

Regards,

Rolf

标签 (1)
0 项奖励
回复
1 解答
1,246 次查看
MarekVasut
Senior Contributor I

The MX233 uses ARM926EJS core, therefore read ARM Information Center and in particular, quote:

  • The PLD data preload instruction does not cause data cache linefills. It is treated as a NOP instruction.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,247 次查看
MarekVasut
Senior Contributor I

The MX233 uses ARM926EJS core, therefore read ARM Information Center and in particular, quote:

  • The PLD data preload instruction does not cause data cache linefills. It is treated as a NOP instruction.
0 项奖励
回复
1,246 次查看
rolfheimerdinge
Contributor II

Thank you very much.

Not the answer I wished, but I have to handle without pld.

Regards,

Rolf

0 项奖励
回复