Modern X86 Assembly Language Programming Covers x86 64-bit, AVX, AVX2, and AVX-512

Gain the fundamentals of x86 assembly language programming and focus on the updated aspects of the x86 instruction set that are most relevant to application software development. This book covers topics including the new Advanced Vector Extensions (AVX) 512 programming, from the latest x86 instructi...

Full description

Bibliographic Details
Main Author: Kusswurm, Daniel
Format: eBook
Language:English
Published: Berkeley, CA Apress 2018, 2018
Edition:2nd ed. 2018
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03616nmm a2200277 u 4500
001 EB001859370
003 EBX01000000000000001023466
005 00000000000000.0
007 cr|||||||||||||||||||||
008 190101 ||| eng
020 |a 9781484240632 
100 1 |a Kusswurm, Daniel 
245 0 0 |a Modern X86 Assembly Language Programming  |h Elektronische Ressource  |b Covers x86 64-bit, AVX, AVX2, and AVX-512  |c by Daniel Kusswurm 
250 |a 2nd ed. 2018 
260 |a Berkeley, CA  |b Apress  |c 2018, 2018 
300 |a XXI, 604 p. 96 illus  |b online resource 
505 0 |a Chapter 1 – 64-bit Architecture -- Chapter 2 – 64-bit Architecture Programming – Part 1 -- Chapter 3- 64-bit Architecture Programming – Part 2 -- Chapter 4 – Advanced Vector Extensions (AVX) -- Chapter 5 – AVX Programming – Scalar Floating-Point -- Chapter 6 – AVX Programming – Packed Floating-Point -- Chapter 7 – AVX Programming – Packed Integers -- Chapter 8 – Advanced Vector Extensions 2 (AVX2) -- Chapter 9 – AVX2 Programming – Packed Floating-Point -- Chapter 10 – AVX2 Programming – Packed Integers -- Chapter 11 – AVX2 Programming – Enhanced Feature Set Instructions -- Chapter 12 – Advanced Vector Extensions 512 (AVX-512) -- Chapter 13 – AVX-512 Programming – Packed Floating-Point -- Chapter 14 – AVX-512 Programming – Packed Integers -- Chapter 15 – Optimization Strategies and Techniques -- Chapter 16 – Advanced Programming Examples -- Appendix A. 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Algorithms 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-4063-2 
856 4 0 |u https://doi.org/10.1007/978-1-4842-4063-2?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a Gain the fundamentals of x86 assembly language programming and focus on the updated aspects of the x86 instruction set that are most relevant to application software development. This book covers topics including the new Advanced Vector Extensions (AVX) 512 programming, from the latest x86 instructions set, and the MMX technology and instruction set. The focus in this second edition is exclusively on 64-bit base programming architecture and AVX programming. Modern X86 Assembly Language Programming’s structure and sample code are designed to help you quickly understand x86 assembly language programming and the computational capabilities of the x86 platform. After reading and using this book, you’ll be able to code performance-enhancing functions and algorithms using x86 64-bit assembly language and the AVX, AVX2 and AVX-512 instruction set extensions. You will: Discover details of the x86 64-bit platform including its core architecture, data types, registers, memory addressing modes, and the basic instruction set Use the x86 64-bit instruction set to create performance-enhancing functions that are callable from a high-level language (C++) Employ x86 64-bit assembly language to efficiently manipulate common data types and programming constructs including integers, text strings, arrays, and structures Use the AVX instruction set to perform scalar floating-point arithmetic Exploit the AVX, AVX2, and AVX-512 instruction sets to significantly accelerate the performance of computationally-intense algorithms in problem domains such as image processing, computer graphics, mathematics, and statistics Apply various coding strategies and techniques to optimally exploit the x86 64-bit, AVX, AVX2, and AVX-512 instruction sets for maximum possible performance