Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SIMD the following code

c x86 sse simd

Linux asm("int $0x0") vs division by zero

c linux assembly x86

How Do Assemblers Map x86 Instruction Mnemonics to Binary Machine Instructions?

x86 assembly

Why does the FMA _mm256_fmadd_pd() intrinsic have 3 asm mnemonics, "vfmadd132pd", "231" and "213"?

Can I use the AVX FMA units to do bit-exact 52 bit integer multiplications?

floating-point x86 simd avx2 fma

What does asm("pause") do and why to use it

linux assembly x86

How hard is it (really) to decompile assembly code? [closed]

The difference between cmpl and cmp

How does PAE (Physical Address Extension) enable an address space larger than 4GB?

What does the 0x80 port address connect to?

io x86 port hardware

Microarchitectural zeroing of a register via the register renamer: performance versus a mov?

First time learning assembly, is this saying a word size is 8-bytes?

assembly x86 size word x86-64

Switching to User-mode using iret

x86 nasm osdev

How to quickly count bits into separate bins in a series of ints on Sandy Bridge? [duplicate]

c++ assembly x86 simd avx

How to Compile 32-bit Apps on 64-bit RHEL?

gcc x86 32-bit rhel7

Easiest/Best Way to Learn the x86 Instruction Set? [closed]

JRE 32bit vs 64bit

java x86 x86-64 jvm-hotspot

Fast way of finding most and least significant bit set in a 64-bit integer

GCC/X86, Problems with relative jumps

c gcc x86

x86 ASM Linux - Using the .bss Section

linux assembly x86 nasm intel