Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in inline-assembly

ARM and NEON can work in parallel?

Does __asm{}; return the value of eax?

Why are Rust stack frames so big?

Get GCC to preserve an SSE register throughout a function that uses inline asm

What does %c mean in GCC inline assembly code?

Visual C++ x64 add with carry

128bit hash comparison with SSE

Is it possible to put assembly instructions into CUDA code?

What does the GCC error message, "Error: unsupported for `mov'", mean?

How do you explain gcc's inline assembly constraints for the IN, OUT instructions of i386?

Why is this inline assembly calling release, retain, and autorelease in libobjc?

"Custom intrinsic" function for x64 instead of inline assembly possible?

Using condition flags as GNU C inline asm outputs

c gcc assembly inline-assembly

Provide an example of querying Intel CPU capabilities using Rust's inline assembly

Calling assembly in GCC?

Asking for help to fix inline assembly issue in D program

x86 d inline-assembly

How to use a global variable in gcc inline assembly

GCC extended asm, struct element offset encoding

c gcc inline-assembly i386

Can GCC emit different instruction mnemonics when choosing between multiple alternative operand constraints of inline assembly?

gcc inline-assembly

How to make a C program that can run x86 hex codes

c x86 inline-assembly