We're used to thinking of processors and systems as being 8-bit, 16-bit and so on. But on what basis?
Width of data bus? Pentium, regarded as a 32-bit platform, has a 64-bit memory interface so no.
Size of address space? 8088/8086 is regarded as a 16-bit platform, but has a 20-bit physical space, so no. Likewise the 32-bit Pentium Pro can address 48 bits with PAE
Size of registers? Pentium 3 is regarded as 32-bit, but has 128-bit SSE registers, so no.
I have no conclusion. What do you think?