技术支持好:
在文档中说过
The instructions that can be conditional have an optional condition code, shown in syntax
descriptions as {cond}. Table 3-2shows the condition codes that you can use.
当我使用ARM 指令
subs r3, r3, #1
strpl r3, [r0]!
汇编编译正常,可以条件执行,但是我现在想用neon汇编,vld和vst 使用条件执行时,比如vst1pl.64,编译失败,编译器输出错误说是该指令不可条件执行 Error: instruction cannot be conditional -- `vst1pl.64 {d0},[r0]!';
查看的neon编程手册中说的是可以的,以下是手册中的语法:
Syntax
Vopn{cond}.datatype list, [Rn{@align}]{!}
Vopn{cond}.datatype list, [Rn{@align}], Rm
语法中有 cond,说明是可以条件执行的。 我现在不清楚到底neon的 vstn 和vldn 到底可不可以条件执行?
你好,工程师现在不在办公室,我帮你联系一下,请耐心等候工程师回复