How to find out register sizes of Intel Processors

0

I'm wondering about the register sizes of the three following intel processers.

  1. i7-2920XM
  2. i5-2540M
  3. G6960

I've been to Intel's specs and also have gone through the datasheet. But I couldn't seem to be able to find it anywhere.

Even if you couldn't find them for me, it'd be a great help if you could point me in the right direction.

Thanks!

mmhan

Posted 2011-03-03T18:21:18.133

Reputation: 103

3

An answer like "64 bit" will probably generate 10+ upvotes.

– Daniel Beck – 2011-03-03T18:25:39.317

2Which registers are you referring to? User-accessible registers, Data registers, Address registers, Conditional registers, General purpose registers (GPRs), Floating point registers (FPRs), Constant registers, Vector registers, etc.? What do you mean by 'size'? Number of each type of register, or the actual data space in each (type of) register? – Ƭᴇcʜιᴇ007 – 2011-03-03T18:54:03.210

Answers

4

The i5 and the i7 are x64 processors, so they have 64-bit integer registers, 80-bit floating point registers, and 128-bit vector registers. You probably don't care about things like status registers.

As for the G6960, its registers are about this big: |<------>|

LaC

Posted 2011-03-03T18:21:18.133

Reputation: 2 263

@ArcaneEngineer - If you have additional information to share you should provide that in your own answer. This question was written 4 years ago, features of newer architectures since then isn't relevant to the question. – Ramhound – 2015-04-03T13:52:38.713

Why do you think x64 refers to 64 bit size of integer ? Who and why it is like it ? I heard x64 refers to size of address bus(?) – Dhananjay – 2015-08-16T22:33:26.863