disasm: collapse all the segment register push/pop bytecodes
commitfa3833db81524e8283ae6c56fa9aedfa89afdb62
authorH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 21:15:36 +0000 (9 14:15 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 9 Oct 2008 21:15:36 +0000 (9 14:15 -0700)
tree4f6a8b53661cc3569eefe07d3da2f6da5fd4d011
parentaac7c0c174d4624a075b89e0547f846f985e5553
disasm: collapse all the segment register push/pop bytecodes

As far as the disassembler is concerned, the segment register push/pop
bytecodes can be collapsed to a simple expression; the remaining
differences are handled by the filter expressions in insns.pl.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
disasm.c