pfmask: Limit the preferred mask to the vendor specific flags
commit0873ef5626d7cdfcb87bf4c8643cc508e79549b8
authorJin Kyu Song <jin.kyu.song@intel.com>
Sun, 1 Dec 2013 00:38:42 +0000 (30 16:38 -0800)
committerJin Kyu Song <jin.kyu.song@intel.com>
Tue, 3 Dec 2013 02:42:19 +0000 (2 18:42 -0800)
tree42975b385d577f49086f468234c50611d2c10fd9
parent50137b82748b4fad54591571bf756d9c3a2746b5
pfmask: Limit the preferred mask to the vendor specific flags

In ndisasm, the priority follows the order of instructions in insns.dat.
Other iflags could affect this mechanism when a proper instruction form
had a higher iflag bit set.
The preferred mask bits are now limited to vendor flags (Cyrix and AMD)
and other flags do not affect disassembler any more.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
iflag.h