AMD64 why only 8 new GPR and not 16 or 32?

  • Thread starter Thread starter ensabah6
  • Start date Start date
AI Thread Summary
x86 architecture is recognized for its limited number of general-purpose registers (GPR), initially featuring only 8. AMD64 enhances this by doubling the GPR count to 16, while many RISC architectures, like PowerPC, utilize 32 GPR. This raises questions about why AMD did not further increase the GPR count to 32 or 64. The same inquiry applies to SIMD registers, where the increase from 8 to 16 could have been expanded to 32 or 64. Itanium processors, known for their specialized design, boast over 100 registers, highlighting a significant difference in register architecture compared to AMD64, which operates under a 64-bit width in long mode.
ensabah6
Messages
691
Reaction score
0
x86 is known to be register-starved, with only 8 GPR

AMD64 extends x86 8 GPR's to 16GPR. Many RISC such as PowerpC uses 32 GPR, which makes me wonder why AMD didn't extend the registers to 32 or even 64 total GPR
(same can be said for SSE, from 8 to 16, why not 32 or 64?) Itanium has over 100
 
Computer science news on Phys.org
I thought AMD64 ISA under "long mode" with register extensions has a GPR width of 64.

As you prolly know the Itanium is a specialized processor that in itself can cost several hundred dollars.
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top