Search code examples
Are SIMD and VLIW instructions the same thing?...

x86cpu-architecturesimdinstruction-setvliw

Read More
Why can't we have a safe ISA?...

securitymemory-managementcpu-architectureinstruction-setmemory-safety

Read More
Which factors affect the needed compiler?...

compilationoperating-systemcpucpu-architectureinstruction-set

Read More
What do the abbreviations (Rn, Rd, ...) in the instruction set of ARM mean?...

assemblyarminstruction-setinstructionsthumb

Read More
Do I need to make multiple executables for targeting different instruction sets?...

c++coptimizationinstruction-set

Read More
Does FADDP ST(0), ST(1) make sense?...

assemblyx86instruction-setx87

Read More
Determine target ISA extensions of binary file in Linux (library or executable)...

linuxshared-librariesexecutablecpu-architectureinstruction-set

Read More
is x86-64 is just an alias name of EM64T?...

x86-64cpuinstruction-set

Read More
What's the purpose of the rotate instructions (ROL, RCL on x86)?...

assemblyx86cpu-architecturebit-shiftinstruction-set

Read More
x86 rep prefix with a count of zero: what happens?...

assemblyx86instruction-set

Read More
Which arithmetic instruction set operation is the slowest and the fastest? Are there any ranking? Be...

performanceassemblyx86benchmarkinginstruction-set

Read More
What does `b .` mean in this ASSEMBLY code?...

assemblyarmgnu-assemblerinstruction-set

Read More
When a gcc application is compiled in release mode (-O3) what instruction set extensions are used?...

optimizationgccintelinstruction-set

Read More
change instruction set in GCC...

gccx86cpu-architectureinstruction-set

Read More
Difference between AVR's "ADC r18, r18" and "ROL r18"...

assemblycpu-architectureavrinstruction-setcarryflag

Read More
Are ARM instructuons SWI and SVC exactly same thing?...

assemblyarmembeddedinstruction-set

Read More
Where is LLVM's interface for describing the instructions of an ISA?...

compiler-constructionllvminstruction-set

Read More
What is the difference between MOV and LEA?...

assemblyx86instruction-set

Read More
How does CMPXCHG affect FLAGS register?...

assemblyx86intelinstruction-setcompare-and-swap

Read More
AVR Instruction Sets and "missing" instructions by device...

assemblyavrinstruction-set

Read More
Why an illegal instruction exception is reported when I execute BC.cond instructions such as bc.eq o...

arminstruction-set

Read More
What's the relationship between assembly language and machine language?...

assemblyarchitectureoperating-systemmachine-codeinstruction-set

Read More
ModR/M Historical Notation /0.../7...

assemblyx86-64instruction-setinstruction-encoding

Read More
Which Java code generates Wide instruction...

javajvmbytecodeinstruction-setjvm-bytecode

Read More
Why doesn't MOVZX work when operands have the same size?...

assemblyx86masminstruction-setmov

Read More
Does Python hashlib's sha256 employ the Intel SHA extensions?...

x86sha256cpythoninstruction-sethardware-acceleration

Read More
Getting Illegal Instruction while running a basic Avx512 code...

c++x86avxinstruction-setavx512

Read More
What is the point of SSE2 instructions such as orpd?...

assemblyx86sseinstruction-setsse2

Read More
How do I enable SSE for my freestanding bootable code?...

x86sseinstruction-set

Read More
Why can't we do arithmetic on an operand in x86 asm?...

assemblyx86x86-64dereferenceinstruction-set

Read More
BackNext