Search code examples
RISC access address greater than largest integer register...


assemblycpu-architecturememory-addressaddressing-moderisc

Read More
In a RISC/MIPS-32bit architecture, how does an instruction target a remote memory address that falls...


assemblymipscpu-architectureriscvaddressing-mode

Read More
API call to get processor architecture...


androidcpu-architecture

Read More
Fetching data from memory, how is it done?...


memorymemory-managementcpu-architecture

Read More
What is the benefit of the MOESI cache coherency protocol over MESI?...


multithreadingcachingmemorycpu-architecturemesi

Read More
1 byte is equal to 8 bits. What is the logic behind this?...


bytecpu-architecturebit

Read More
Why are far pointers slow?...


performancecpu-architecturedosx86-16memory-segmentation

Read More
Deoptimizing a program for the pipeline in Intel Sandybridge-family CPUs...


c++optimizationx86intelcpu-architecture

Read More
Must CPU have an accumulator?...


performanceassemblycpucpu-architecturecpu-registers

Read More
Is uops.info wrong about vinserti128?...


assemblyx86cpu-architecturesimdavx2

Read More
Size of store buffers on Intel hardware? What exactly is a store buffer?...


performanceassemblyx86intelcpu-architecture

Read More
How caches are connected to cores?...


performancearmcpu-architecture

Read More
How RISC reducing cycles while having many instructions?...


assemblycpu-architecturerisc

Read More
Does it make sense for a clean-slate 64-bit instruction set to have 64-bit registers only? No need t...


assemblycpu-architecturecpu-registers

Read More
Memory loads experience different latency on the same core...


cachingprocessoperating-systemcpu-architecturemicro-architecture

Read More
Find minimum and maximum in MIPS...


assemblymipscpu-architecture

Read More
What happened to clockless computer chips?...


asynchronouscpucpu-architectureclockprocessor

Read More
Why does this code execute more slowly after strength-reducing multiplications to loop-carried addit...


assemblyoptimizationx86-64cpu-architecturesimd

Read More
mips type R, I and J, RS, RT and RD fields length...


assemblymipscpu-architecturemachine-codeinstruction-encoding

Read More
Why does MIPS use 'PC+4' as base address when calculating branch target address?...


assemblymipscpu-architecturemachine-code

Read More
Why are denormal floating-point values slower to handle?...


floating-pointcpu-architecturealu

Read More
How did the first GPUs get support from CPUs?...


gpucpucpu-architectureretro-computing

Read More
Memory Data Register (MDR) vs Memory Buffer Register (MBR)...


cpucpu-registerscpu-architecture

Read More
Why is it better to use the ebp than the esp register to locate parameters on the stack?...


assemblyx86cpu-architecturestack-memorystack-frame

Read More
How does bouncing variables between two local L1 caches makes the code slower?...


multithreadingcachingconcurrencycpu-architecture

Read More
c++11: how to produce "spurious failures" upon compare_exchange_weak?...


c++cpu-architecturestdatomic

Read More
Bubble sort slower with -O3 than -O2 with GCC...


cgccx86-64cpu-architecturecompiler-optimization

Read More
What is the rationale behind the CPU instruction set, in general and for x86's SETCC?...


assemblyx86cpu-architectureinstruction-setinstructions

Read More
Cache: Find the size of the tag in bits...


cachingcpu-architecturecpu-cache

Read More
Effective time complexity for n bit addition and multiplication...


time-complexitycpu-architecturemultiplicationadditionalu

Read More
BackNext