insns.pl: support operands that serve double duty
commit70a13f5a3701faa71bd2b28390dff622d71c62a6
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 18:23:18 +0000 (20 11:23 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 18:23:18 +0000 (20 11:23 -0700)
tree4f31e4fc6c2b886cbddba31b9d62e44a87238197
parentd82dd4f1a38e20b0262f184f492fcb87308ec464
insns.pl: support operands that serve double duty

Sometimes assembly syntax wants to permit a single operand to serve
multiple functions; allow this.

The disassembler could really use to be smarter about those.
insns.pl