当前位置: 首页 > article >正文

ARM base instruction -- umull

无符号乘法运算


Unsigned Multiply Long multiplies two 32-bit register values, and writes the result to the 64-bit destination register.

将两个32位寄存器值相乘,并将结果写入64位目标寄存器。

64-bit variant
    UMULL <Xd>, <Wn>, <Wm>
    is equivalent to
    UMADDL <Xd>, <Wn>, <Wm>, XZR


  416b48:    5290a3e2     mov    w2, #0x851f                    // #34079
  416b4c:    aa1403e1     mov    x1, x20
  416b50:    72aa3d62     movk    w2, #0x51eb, lsl #16
  416b54:    9ba27ea2     umull    x2, w21, w2


http://www.kler.cn/news/342418.html

相关文章:

  • [vscode]格式化C#代码
  • 鸿蒙开发(NEXT/API 12)【HTTP数据请求】网络篇
  • oracle set命令
  • 澳鹏干货 | 大语言模型的上下文窗口 (Context Windows)
  • 使用 Go 语言与 Redis 构建高效缓存与消息队列系统
  • 六西格玛设计DFSS方法论在消费级无人机设计中的应用——张驰咨询
  • LangChain从模型中提取json输出
  • [含文档+PPT+源码等]精品基于Python实现的Django高校职业通的设计与实现
  • python sqlite3 工具函数
  • 【OpenCV】基础操作学习--实现原理理解
  • 论文阅读:OpenSTL: A Comprehensive Benchmark of Spatio-Temporal Predictive Learning
  • 如何提高LabVIEW编程效率
  • GitHub Copilot 使用手册(一)--配置
  • 雨晨 24H2 正式版 Windows 11 iot ltsc 2024 适度 26100.2033 VIP2IN1
  • Leetcode 135-分发糖果
  • 软件工程pipeline梳理
  • C++之LIST模拟实现(代码纯享版)
  • 使用pycharm 开发streamlit的项目,怎么启动项目,进行debug调试
  • 磁盘I/O测试工具-FIO
  • 小猿口算脚本