the compiler will have to split up each arithmetic operation into atleast two 32-bit instructions.
Though unless you're doing nothing but arithmetic, I wouldn't matter all that much about the performance impact of it, compared to things like algorithmic complexity, cache friendliness, amount of memory allocations, etc.