New posts in x86

Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?

Fastest way to unpack 32 bits to a 32 byte SIMD vector

LEA or ADD instruction?

What is the x86 "ret" instruction equivalent to?

Compile/run assembler in Linux?

Where is the Write-Combining Buffer located? x86

What are near, far and huge pointers?

Specifying multiple files with LD_PRELOAD

x86 LOCK question on multi-core CPUs

Can I force cache coherency on a multicore x86 CPU?

Why do we need to disambiguate when adding an immediate value to a value at a memory address

Do terms like direct/indirect addressing mode actual exists in the Intel x86 manuals

gas: too many memory reference

Sum reduction of unsigned bytes without overflow, using SSE2 on Intel

what is the order of source operands in AT&T syntax compared to Intel syntax?

Optimize for fast multiplication but slow addition: FMA and doubledouble

What does the MOVZBL instruction do in IA-32 AT&T syntax?

Assembly difference between [var], and var

Why does a std::atomic store with sequential consistency use XCHG?

When are x86 LFENCE, SFENCE and MFENCE instructions required?