Search code examples
Questions on atomic_add function of arch/arm64/include/asm/atomic.h...

linux-kernelembedded-linuxatomicinline-assemblyarm64

Read More
How does the inline assembly in this compare-exchange function work? (%H modifier on ARM)...

gccarminline-assemblycompare-and-swap

Read More
gcc inline asm template for constant with out hash...

gccarminline-assembly

Read More
Ensuring x64 compliance of custom ASM-function in clang-cl...

c++x86-64inline-assemblycalling-conventionclang-cl

Read More
what does the colon in asm volatile() mean...

c++assemblygccinline-assembly

Read More
How can I solve the C2400 error in visual studio with a variable called ptr?...

c++visual-c++x86inline-assembly

Read More
Can I modify input operands in gcc inline assembly...

cgccinline-assembly

Read More
How to read the content of ID_AA64MMFR1_EL1 register into the 64-bit variable using inline assembly?...

assemblyarminline-assemblyarm64msr

Read More
Compilation error using asm!("mov...") on aarch64...

rustinline-assemblyarm64

Read More
How does Google's `DoNotOptimize()` function enforce statement ordering...

benchmarkingcompiler-optimizationinline-assemblygoogle-benchmarkinstruction-reordering

Read More
Assembly - Are there any languages other than C and C++ that allow for interaction with Assembly usi...

javac++cassemblyinline-assembly

Read More
When to use earlyclobber constraint in extended GCC inline assembly?...

cgccassemblyinline-assembly

Read More
How can I accurately benchmark unaligned access speed on x86_64?...

performancex86x86-64benchmarkinginline-assembly

Read More
Why is this inline ASM function adding the first input operand twice?...

c++assemblygccinline-assembly

Read More
Stringify template type for inline assembler...

c++c++11templatesinline-assembly

Read More
Assembly and template classes...

c++assemblyvisual-c++inline-assembly

Read More
SIGSYS Bad System Call (Android)...

androidassemblyx86-64system-callsinline-assembly

Read More
How to mix c code and asm in a c-function?...

cassemblyinline-assembly

Read More
How to write inline assembly to bit rotate...

cassemblygccx86inline-assembly

Read More
Cannot specify the operands when using inline asm outside a function...

cassemblygccinline-assemblyriscv

Read More
How to pass in &str when using rust asm! inline assembly...

assemblyrustinline-assembly

Read More
Find the minimum element of the lower triangle...

assemblyx86inline-assembly

Read More
Using string constants in Rust inline assembly...

assemblyrustinline-assemblyarm64

Read More
RISC-V GCC Compiler compiles ASM code incorrectly...

cassemblygccinline-assemblyriscv

Read More
Address of labels (MSVC)...

c++assemblyinline-assemblygotolabeled-statements

Read More
How do I tell gcc that my inline assembly clobbers part of the stack?...

cgccx86-64inline-assemblyred-zone

Read More
Why does using QWORD in MSVC give an "invalid operand type" error?...

cvisual-c++x86inline-assembly

Read More
Is there an inline assembly constraint for 32-bit immediate for x86-64...

gccx86-64inline-assemblyimmediate-operand

Read More
Loading a the address of a pointer into a register inline thumb assembly...

cpointersinline-assemblycpu-registersthumb

Read More
Is gcc optimizing out my wait code, despite marking it volatile?...

cgccembeddedinline-assemblyvolatile

Read More
BackNext