ARM 处理器实现 ARMv5TE 和 VFPv1?

发布于 2024-07-23 05:37:37 字数 141 浏览 4 评论 0原文

是否存在既实现架构版本 ARMv5TE(或 ARMv5TEJ)又实现 VFPv1(而不是 VFPv2)的 ARM 处理器?

我正在为 ARMv5TE 编写一些汇编代码,我想假设如果存在 VFP,则它是 VFPv2。 是否有任何处理器附带此组合?

Do there exist any ARM processors that implement the architecture version ARMv5TE (or ARMv5TEJ) yet also implement VFPv1 (as opposed to VFPv2)?

I am writing some assembly code for ARMv5TE and I would like to assume that if a VFP is present, it is VFPv2. Were there ever any processors shipped with this combination?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不咬妳我踢妳 2024-07-30 05:37:37

好像没有这样的处理器。

· VFPv1 在 VFP10 版本 0 芯片(由 ARM10200 提供)中实现。 RVDS 2.1 中已弃用对此的支持,并从 RVDS 2.2 开始删除。

· VFPv2 已在 VFP10 修订版 1(由 ARM10200E 提供)、VFP9-S(作为 ARM926/946/966 的单独许可选项提供)和 VFP11 中实现(如 ARM1136JF-S 和 ARM1176JZF-S 中提供的)。

· VFPv3 向后兼容 VFPv2,只是 VFPv3 无法捕获浮点异常,因此不需要软件支持代码。 VFPv3 在 ARM 架构 v7 及更高版本(例如 Cortex-A8)上实现。

所以,VFPv1是在ARM10200中实现的,即ARMv5T(ARM10200 DatasheetARM10200™ 参考器件产品概述)。 ARMv5TE 处理器中仅提供下一个 VFP10 修订版 (VPFv2)。

您可以在 中阅读有关 VPF 的更多信息应用笔记 133.将 VFP 与 RVDS 结合使用

Looks like there is no such processors.

· VFPv1 was implemented in the VFP10 revision 0 silicon (as provided by the ARM10200). Support for this was deprecated in RVDS 2.1 and removed from RVDS 2.2 onwards.

· VFPv2 has been implemented in the VFP10 revision 1 (as provided by the ARM10200E), the VFP9-S (as available as a separately licensable option for ARM926/946/966) and the VFP11 (as provided in the ARM1136JF-S and ARM1176JZF-S).

· VFPv3 is backwards compatible with VFPv2 except that VFPv3 cannot trap floating-point exceptions and therefore requires no software support code. VFPv3 is implemented on ARM architecture v7 and later (e.g. Cortex-A8).

So, VFPv1 is implemented in ARM10200, which is ARMv5T (ARM10200 Datasheet, ARM10200™ Reference Device Product Overview). And only the next VFP10 revision (VPFv2) is available in ARMv5TE processors.

You can read more about VPF in Application Note 133. Using VFP with RVDS

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文