- Mastering Assembly Programming
- Alexey Lyashko
- 86字
- 2021-08-20 10:23:27
XMM registers
The 128-bit XMM registers are part of the SSE extension (where SSE is short for Streaming SIMD Extension, and SIMD, in turn, stands for single instruction multiple data). There are eight XMM registers available in non -64-bit modes and 16 XMM registers in long mode, which allow simultaneous operations on:
- 16 bytes
- eight words
- four double words
- two quad words
- four floats
- two doubles
We will pay much more attention to these registers and the technology behind them in Chapter 5, Parallel Data Processing.
推薦閱讀
- Go Web編程
- Spring Cloud Alibaba微服務架構設計與開發(fā)實戰(zhàn)
- Delphi程序設計基礎:教程、實驗、習題
- Photoshop智能手機APP UI設計之道
- Microsoft Dynamics 365 Extensions Cookbook
- 軟件測試項目實戰(zhàn)之性能測試篇
- 算法精粹:經典計算機科學問題的Python實現(xiàn)
- Python Geospatial Development(Second Edition)
- Magento 1.8 Development Cookbook
- Oracle Database 12c Security Cookbook
- Visual Basic程序設計實驗指導(第二版)
- Building Serverless Architectures
- Visual Studio Code 權威指南
- Web Developer's Reference Guide
- Scala Functional Programming Patterns