You don't understand computer architecture.
If you're adding two numbers, (5 + 7), you don't use 64 bits. It's still 32 bit integers being added, and a 32 bit result. There's no other way to pipe in additional instructions over the remaining 32 bits (or, in the opteron case, 96 bits).
The...