Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Android x86 porting, unable to make it work

Meaning of (%eax) in AT&T syntax?

Why are signed and unsigned multiplication different instructions on x86(-64)?

Why does std::tuple break small-size struct calling convention optimization in C++?

How to implement atoi using SIMD?

c++ x86 sse simd atoi

Why don't stacks grow upwards (for security)?

What happens after a L2 TLB miss?

Does omitting the frame pointers really have a positive effect on performance and a negative effect on debug-ability?

Why does this function push RAX to the stack as the first operation?

c++ assembly x86 x86-64 abi

Change target CPU settings in Visual Studio 2010 Express

How to read the Intel Opcode notation

about assembly CF(Carry) and OF(Overflow) flag

assembly x86 flags

i386 different from x86? [closed]

x86 i386

What are the best instruction sequences to generate vector constants on the fly?

assembly x86 sse simd avx

Cost of push vs. mov (stack vs. near memory), and the overhead of function calls

Modern x86 cost model

What is the purpose of setting the platform target for a Visual Studio application?

x86 Assembly pointers

pointers assembly x86

Using devenv.exe from the command line and specifying the platform

x86 devenv anycpu

What's the relative speed of floating point add vs. floating point multiply