*MORE:
Actually, I've noticed Microsoft and others differentiating 32-bit vs 64-bit this way:
32bit -> x86
64bit -> x64
In reality it should be:
32bit -> x86_32
64bit -> x86_64
What happened was that even though "x86" represents the Instruction Set for most desktop CPU's, 32-bit was around so much that x32 became interchangeable with x86.
However, when x64 (64bit) cropped up many people (including Microsoft) have messed it all up.