------- Comment #1 from jakub at gcc dot gnu dot org 2006-02-24 15:11 ------- To my knowledge xorl %eax, %eax is just a shorter form of xorq %rax, %rax, both clear all 64 bits of %rax.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26457
jakub at gcc dot gnu dot org Fri, 24 Feb 2006 07:11:55 -0800
------- Comment #1 from jakub at gcc dot gnu dot org 2006-02-24 15:11 ------- To my knowledge xorl %eax, %eax is just a shorter form of xorq %rax, %rax, both clear all 64 bits of %rax.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26457