Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

x86-64 and far calls / jumps

Fastest x86 assembly code to synchronize access to an array? [closed]

multithreading assembly x86

Crenshaw's "Let's Build a Compiler": Transcription to C and x86 Assembler? [closed]

Learning SSE/SSE2 and asm optimizations

assembly graphics x86 x86-64 sse

Why move 32-bit register to stack then from stack to xmm register?

How to add device tree blob to Linux x86 kernel boot?

Throwing C++ exceptions from a hardware exception handler. Why does -fnon-call-exceptions not behave as expected?

c++ gcc x86 djgpp

_InterlockedCompareExchange optimization

Visual Studio - Compiling 32-bit code inside 64-bit project

Weird performance effects from nearby dependent stores in a pointer-chasing loop on IvyBridge. Adding an extra load speeds it up?

Encouraging the CPU to perform out of order execution for a Meltdown test

Specify arch in GHC?

haskell x86 x86-64 ncurses ghc

How to check keys status in x86 assembly?

PC boot: dl register and drive number

Statically Defined IDT

interrupt x86 isr

How can I manually increment an instruction pointer from a context?

x86 segment descriptor layout - why is it weird?

Why does _mm_mfence() produce counts for the ALL_LOADS perf event?

c x86 intrinsics perf papi

Do FP and integer division compete for the same throughput resources on x86 CPUs?

How is a relative JMP (x86) implemented in an Assembler?