| commit | f7b1fe8dc463d1cc0758d6c010a3082ff124e360 | [log] [tgz] |
|---|---|---|
| author | Cui, Lili <lili.cui@intel.com> | Tue Jun 18 10:46:31 2024 +0800 |
| committer | Cui, Lili <lili.cui@intel.com> | Tue Jun 18 10:52:41 2024 +0800 |
| tree | 9e730a561d8eb68f6a8f2b899e09c978b683d0ff | |
| parent | d8ba1c40371a664fe6fa3ed768dbf78289548359 [diff] |
Remove %ME and used %NE for movbe.
%ME is added specifically for movbe. Now with %NE, we can use
MOD table + %NE to indicate whether a {evex} prefix is needed.
opcodes/ChangeLog:
* i386-dis-evex-mod.h: Added movbe.
* i386-dis-evex.h: Let movbe go through the mod table.
* i386-dis.c (struct dis386): Removed %ME.
(putop): Removed case ME.