StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
465 stars 60 forks source link

need more xor opcodes in is_xor_reg_reg() #223

Closed bchurchill closed 8 years ago

bchurchill commented 8 years ago

The is_xor_reg_reg() function determines that we don't need a register to be def-in to execute something like "xor %eax, %eax". But, there are some opcodes not listed here.