Search code examples
Assembly Language equivalent to Ceil , Floor...

assemblyx86floorceilx87

Read More
change floating-point operation in x86 system to the one in armv8 system...

floating-pointx86stackarminline-assembly

Read More
WinDBG under VMware Workstation Pro 16.2.3 zeros x87 FPUInstructionPointer when single-stepping...

assemblyx86shellcodefpux87

Read More
Cube root on x87 FPU using Newton-Raphson method...

assemblyx86masmnewtons-methodx87

Read More
What do the letters in port usage on uops.info mean?...

x86cpucpu-architectureintel

Read More
What is the benefit of calling ioread functions when using memory mapped IO...

linuxiolinux-kernelx86linux-device-driver

Read More
How does stack memory will be use to store cpu state during interrupt?...

assemblyx86x86-64interruptosdev

Read More
What is the inverse of "_mm256_cvtepi16_epi32"...

x86g++intrinsicsavxavx2

Read More
Performance penalty: denormalized numbers versus branch mis-predictions...

c++x86floating-pointmicro-optimizationbranch-prediction

Read More
Assembly: Character type checking...

assemblyx86characterbitwise-operators

Read More
If cache invalidation happens every time memory mappings change, why not opt for VIVT?...

cachingx86cpucpu-architecturecpu-cache

Read More
Assembly: calculation of string index...

arraysstringloopsassemblyx86

Read More
Printing decimal number in assembly language?...

assemblyx86outputdecimal

Read More
Can addition be done in less than a cycle when outputs depend on each other?...

assemblyx86cpu-architectureintel

Read More
Would compiler put jump table at the end of function?...

cassemblygccx86

Read More
Cross compile arm assembly for x86...

assemblyx86armclang

Read More
How do modern Intel x86 CPUs implement the total order over stores...

x86intelcpu-architecturememory-barriersmesi

Read More
Push the address of something+constant in NASM? Why is LEA required?...

assemblyx86nasm

Read More
Intel VT-x: How do I trigger posted interrupt processing on the same core?...

x86intelinterruptvirtualizationhypervisor

Read More
Difference between low and high 8-bit registers; do their values use bits in opposite bit-endian ord...

x86cpu-architecturecpu-registers

Read More
x86 division exception-return address...

assemblyx86virtualboxx86-16interrupt-handling

Read More
Understanding the behavior of $ Location Counter - var1 DWORD $ assembles to start of data section i...

assemblyx86masmmemory-address

Read More
Was there any advantage to the 386 architecture making 16-bit register arithmetic leave upper bits u...

assemblyx86cpu-architecturehardwarecpu-registers

Read More
Was there a P4 model with double-pumped 64-bit operations?...

x86x86-64intelcpu-architecture

Read More
Atomicity of loads and stores on x86...

c++x86cpu-architectureatomicmemory-barriers

Read More
Memory Model in C++ : sequential consistency and atomicity...

c++multithreadingc++11x86stdatomic

Read More
Will memory write be visible after sending an IPI on x86?...

assemblyx86operating-systemmemory-barriersmsr

Read More
Accelerate CRC32b using intel processors...

x86intelssecrc32

Read More
Does compare_exchange based loop benefit from pause?...

c++c++11x86atomiccompare-and-swap

Read More
Can compiler optimizations avoid writing to memory by operating exclusively in registers?...

javamultithreadingoptimizationx86memory-model

Read More
BackNext