Search code examples
GNU assembler syntax for IN and OUT instructions...

assemblyx86inline-assemblyattioports

Read More
Inline assembly array sum benchmark near-zero time for large arrays with optimization enabled, even ...

c++performancegccoptimizationinline-assembly

Read More
Sum even elements of an array in MSVC inline asm...

assemblyvisual-c++x86inline-assembly

Read More
How to invoke a system call via syscall or sysenter in inline assembly?...

linuxgccx86system-callsinline-assembly

Read More
Bus error: Inline x86 assembly with GCC asm{} block on Mac OS X, converting from MSVC naked function...

macosassemblygccclanginline-assembly

Read More
Expected ')' before token inline assembly error...

c++inline-assembly

Read More
Confusion about different clobber description for arm inline assembly...

gccarminline-assemblyarm64

Read More
How to include a newline in a C++ macro or how to use C++ templates to do the same?...

c++armc-preprocessorinline-assemblyrealview

Read More
Error in simple g++ inline assembler...

c++gccassemblyg++inline-assembly

Read More
"unsupported for mov" GCC inline assembler...

coptimizationgccinline-assembly

Read More
unsupported instruction 'mov' in inline asm moving control register to uint32_t...

cgccx86inline-assemblycpu-registers

Read More
assembly arm - how do I read back a register value and store that in a plain c variable...

assemblyarminline-assemblycpu-registers

Read More
Could you use C inline assembly to align instructions? (without Compiler optimizations)...

ccachingoptimizationalignmentinline-assembly

Read More
Multiple Threads Accessing Same Register Value ARM Assembly...

cassemblyarminline-assemblycpu-registers

Read More
Why can't local variable be used in GNU C basic inline asm statements?...

cgccinline-assemblylanguage-design

Read More
C++ pass function pointer in function template...

c++templatesvisual-c++x86inline-assembly

Read More
GNU inline asm: same register for different output operands allowed?...

cgccinline-assembly

Read More
How to use multi-vector types in ARM64 inline assembly?...

simdinline-assemblyarm64

Read More
BCM2708 (RPi) Rasbpian FIQ not triggered...

cassemblylinux-kernelarminline-assembly

Read More
inline ARMv7-M assembly code into c using gcc and macros...

gccarmc-preprocessorinline-assembly

Read More
HIP-Clang Inline Assembly...

c++clanginline-assemblyhip

Read More
Referencing memory operands in .intel_syntax GNU C inline assembly...

c++gcclinker-errorsinline-assemblyintel-syntax

Read More
gcc inline-assembly compilation error when optimization flags is not enabled?...

cgccinline-assembly

Read More
What does "asm volatile("pushfl; popl %0" : "=r" (eflags))" mean? in a...

cassemblyx86inline-assembly

Read More
GCC inline assembly with stack operation...

assemblygccx86inline-assemblystack-memory

Read More
RISC-V inline assembly using memory not behaving correctly...

inline-assemblyriscv

Read More
Manipulate vector register as float32x4_t C variable in ARM...

cassemblyinline-assemblyarm64intrinsics

Read More
when writing a function in C/C++ that uses inline assembly (x86-64), is it safe to choose any GPRs (...

c++cgccinline-assemblycpu-registers

Read More
Porting AT&T inline-asm inb / outb wrappers to work with gcc -masm=intel...

cgccx86inline-assemblyosdev

Read More
Why can variables be initialized(and used) without its declaration and definition "being run&qu...

c++assemblydeclarationundefined-behaviorinline-assembly

Read More
BackNext