Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How to instruct compiler to generate unaligned loads for __m128

c++ x86-64 sse simd intrinsics

Code a simple thread with C and assembly

c assembly x86-64

Two's complement of long integer

Which x86 instruction has a 10-byte immediate?

GCC codegen: What does pthread_create_key() have to do with std::shared_ptr copying?

with RIP-addressing, why x86-64 still need relocations?

Why does ICC unroll this loop in this way and use lea for arithmetic?

c++ assembly x86-64 icc

LLVM's calling convention for GHC

Absolute addressing for runtime code replacement in x86_64

Constraining r10 register in gcc inline x86_64 assembly

Why is the address of static variables relative to the Instruction Pointer?

Printing floating point numbers from x86-64 seems to require %rbp to be saved

What's So Difficult About `uint64_t`? (Conversion Assembly From `float`)

Why does GCC on x86-64 insert a NOP inside of a function?

gcc assembly x86-64 nop

Most efficient popcount on `__uint128_t`?

Qt5.1/Qt5.2 + Mac OS 10.9 (Mavericks) + XCode 5.0.2, Undefined symbols for architecture x86_64

macos qt opencv undefined x86-64

Should using MOV instruction to set SS to 0x0000 cause fault #GP(0) in 64-bit mode?

Is it possible to run 16 bit code in an operating system that supports Intel IA-32e mode?

x86 kernel x86-64 cpu

Distinguishing memory from constant in GNU as .intel_syntax

Is there a 256-bit integer type?