Add a "nohle" byte code to skip an instruction pattern
commit7849dd07b94248a696009229f97f6412781b5337
authorH. Peter Anvin <hpa@zytor.com>
Sat, 25 Feb 2012 18:19:56 +0000 (25 10:19 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 25 Feb 2012 18:19:56 +0000 (25 10:19 -0800)
treeb804bf575c90d9cfdf430b94a3bade6612d00129
parentb9bc63c75721a08e964b471a516c78a112c3b03a
Add a "nohle" byte code to skip an instruction pattern

The a2/a3 mem_offs MOV opcodes are invalid with XRELEASE; those
instructions instead have to use a modrm form.  Therefore give a way
to annotate those instruction patters so the pattern matcher will move
on to the next pattern, rather than selecting them and then issue a
warning.

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