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...

Descripción completa

Detalles Bibliográficos
Otros Autores: Kusswurm, Daniel. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress [2018]
Edición:Second edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630482106719
Tabla de Contenidos:
  • 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.