Linus Torvalds writes: (Summary) On Mon, Feb 12, 2018 at 5:29 AM, Denys Vlasenko <dvlasenk@redhat.com> wrote:
Makes sense, and matches the other 'xorl'.
Makes sense, and matches the other 'xorl'.
I suspect the only reason it uses 'xorq' for the high regs is that the register names for the high regs are "odd" and don't match the legacy register names. You need to use "%r15d'" for the 32-bit version. register names. Linus
Linus
Linus
[...]
I propose using xorl instead.Makes sense, and matches the other 'xorl'.
Makes sense, and matches the other 'xorl'.
I suspect the only reason it uses 'xorq' for the high regs is that the register names for the high regs are "odd" and don't match the legacy register names. You need to use "%r15d'" for the 32-bit version. register names. Linus
Linus
Linus