Search code examples
LLVM Instruction Scheduling in RISC-V...


clangllvmcompiler-optimizationcpu-architectureriscv

Read More
How CPU architecture 8085 and 8086 (and also cpu based on 8086) differ and categorized?...


x86intelcpu-registerscpu-architecture

Read More
Calculating number of bits in a cache...


cachingcomputer-sciencecpu-architecturecpu-cache

Read More
x86 Assembly Programming (GAS Syntax): What reigsters are the variables defined in the data section ...


assemblymemoryx86global-variablescpu-architecture

Read More
Can you have torn reads/writes between two threads pinned to different processors, if the system is ...


multithreadingcpu-architecturecpu-cacheatomic

Read More
Can I use movl instead of movb or movw in Assembly on modern systems?...


assemblyx86cpu-architecturemicro-optimizationmov

Read More
How can ARM's MOV instruction work with a large number as the second operand?...


assemblyarmcpu-architecturemachine-codeimmediate-operand

Read More
PlayStation 4 software on PC...


x86cpu-architecture

Read More
AArch64, multi level cache flush, order of level flushing...


hardwarecpu-architecturearm64cpu-cachearmv8

Read More
What does func means in R-Format instruction set?...


assemblymipscpu-architecturemachine-code

Read More
Can AVX2-compiled program still use 32 registers of an AVX-512 capable CPU?...


x86compiler-optimizationcpu-architecturecpu-registersavx512

Read More
whats the purpose of x86 cr0 WP bit?...


assemblyx86operating-systemintelcpu-architecture

Read More
Load half word and load byte in a single cycle datapath...


vhdlmipscpu-architecture

Read More
What is the benefit of having the registers as a part of memory in AVR microcontrollers?...


cpu-architectureavrcpu-registersmemory-mapping

Read More
How does x86 pause instruction work in spinlock *and* can it be used in other scenarios?...


multithreadingx86cpu-architectureinstructionsspinlock

Read More
Is it possible to “abort” when loading a register from memory rather the triggering a page fault?...


performancex86cpu-architecturepage-fault

Read More
Cycles/cost for L1 Cache hit vs. Register on x86?...


performancex86cpu-architecturecpu-cachemicro-optimization

Read More
Why do longer pipelines make a single delay slot insufficient?...


cpu-architecture

Read More
Why isn't 4GB of memory with a 32-bit OS equal to 2GB in a 64-bit OS?...


windowsx8632bit-64bitcpu-architecturememory-limit

Read More
How does program execute? Where does the Operating Systems come into play?...


operating-systemcpu-architectureinstruction-setplatform-independence

Read More
Stored Program Computer in modern computing...


cpu-architecture

Read More
why are separate icache and dcache needed...


cachingx86cpu-architecturecpu-cache

Read More
Do single threaded programs execute in parallel in a CPU?...


performanceparallel-processingcpu-architecture

Read More
Line size of L1 and L2 caches...


cachingmemory-managementcpu-architecturecpu-cache

Read More
Implementation of 8:1 MUX using 3:8 decoders and 2 input gates...


cpu-architecturedecoderdigital-logic

Read More
How computer stores 0.000000f according to IEEE 754 floating point representation?...


floating-pointprecisioncpu-architectureieee-754

Read More
How is PCI segment(domain) related to multiple Host Bridges(or Root Bridges)?...


cpucpu-architecturepcipci-epci-bus

Read More
why virtual address are 48 bits not 64 bits?...


x86-64cpu-architecturevirtual-memorypage-tables

Read More
Are memory barriers needed because of cpu out of order execution or because of cache consistency pro...


x86armcpu-architecturecpu-cachememory-barriers

Read More
Is there anyway to make GCC generate extra NOP instruction to align instruction execution to a certa...


assemblygcccpucpu-architecture

Read More
BackNext