- 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.
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- DevOps Automation Cookbook
- Practical Windows Forensics
- 單片機應用技術
- 自然語言處理Python進階
- Mastering Apache Maven 3
- Learning Unity 2D Game Development by Example
- Python Data Analysis Cookbook
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Android傳感器開發與智能設備案例實戰
- Arduino計算機視覺編程
- Advanced Python Programming
- Scratch從入門到精通
- 例說FPGA:可直接用于工程項目的第一手經驗
- Developing Java Applications with Spring and Spring Boot