x86: drop stray CheckRegSize uses
authorJan Beulich <jbeulich@novell.com>
Fri, 15 Dec 2017 08:13:54 +0000 (09:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 15 Dec 2017 08:13:54 +0000 (09:13 +0100)
commit93b71a266695669cb9aa8ddf2717a1ccd53c925d
treebf9e2ec8d313838bd0e19e65727012e13e317f6f
parentc5d0745b0d3edfea9e82a4b304ea1847790d72e4
x86: drop stray CheckRegSize uses

They are relevant only when multiple operands permit registers:
operand_type_register_match() returns true if either operand is not a
register one. IOW

grep -i CheckRegSize i386-opc.tbl | grep -Ev "(Reg[8136]|Acc).*,.*(Reg|Acc)"

should produce no output.
opcodes/ChangeLog
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.057134 seconds and 4 git commands to generate.