In 32-bit mode, "xor eax,eax" is shorter than "xor ax,ax"
authorH. Peter Anvin <hpa@zytor.com>
Sat, 10 Nov 2007 00:56:02 +0000 (16:56 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 10 Nov 2007 00:56:02 +0000 (16:56 -0800)
commit83f2f0a118e16eb7a0dc58e6b5d51c5745f7c1f3
treebc45f827dd20b4342efeb16d6205b26d4fe3727c
parent3861765b45fafc9891c46782c768fcbfbaafab0a
In 32-bit mode, "xor eax,eax" is shorter than "xor ax,ax"

For 32-bit code, 32-bit operations are shorter than 16-bit operations,
so use them.
bcopy32.inc