insns.pl: add "nohi" code for REX_NH
commit51c7de27e852f8389ee32731cb17645afebecb41
authorH. Peter Anvin <hpa@zytor.com>
Fri, 26 Jun 2009 06:16:17 +0000 (25 23:16 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 26 Jun 2009 06:17:52 +0000 (25 23:17 -0700)
treedcfc974b6bd5cd3caba50a2d2cc40b268ebf0829
parentf5051691c9bbed8cd8159a715c6c19d7404a057e
insns.pl: add "nohi" code for REX_NH

Add a "nohi" code flag for the \325 byte code, which sets the REX_NH
flag.  That is, REX_P not required to support high registers, high
registers are not supported and spl/bpl/sil/dil enabled even in
non-64-bit mode.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.pl