Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Can 128bit/64bit hardware unsigned division be faster in some cases than 64bit/32bit division on x86-64 Intel/AMD CPUs?

Sizeof operator returns incorrect size? [duplicate]

How to test a x64 CPU emulator

x86 emulation x86-64 i386

A working linux kernel + gem5 config for FS boot up in x86 SMP

Why does the Windows x64 calling convention require XMM (FP) args copied to integer registers, for variadic functions like printf?

Is it possible to temporarily suppress Intel CET for a single ret instruction, or otherwise use retpolines with it?

assembly x86-64 intel spectre

Tricks compiler uses to compile basic arithmetic operations of 128-bit integer

Is there a list of registers used by different x86_64 operations and C std lib functions somewhere?

If LDT does not exist in 64-bit architecture how are 32-bit systems that use it emulated on a 64-bit architecture?

Why is the AL field (FP register usage count) necessary in the SysV ABI?

load a fake debug symbol in gdb when debugging a stripped program

c linux gdb x86-64 disassembly

Confusion regarding stack growth on x86_64 Linux

c gcc assembly stack x86-64

Twice as slow SIMD performance without extra copy

What is the best way to store a large list of Boolean values in x86 assembly?

Linking Linux x86-64 assembly hello world program with ld fails [duplicate]

How to build x64 and x86 projects that reference same projects

c# compilation x86-64