diff options
author | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-11-08 13:31:58 -0800 |
---|---|---|
committer | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-11-20 11:29:42 -0800 |
commit | b4e1ae18e2b1cf136b345f85535ddeffb9f52869 (patch) | |
tree | 1537a58b1fe05e3431e99a951a42185571b2fe4b /insns.pl | |
parent | 3b65323d800a04570e4364f9419d518a16bb9512 (diff) | |
download | nasm-b4e1ae18e2b1cf136b345f85535ddeffb9f52869.tar.gz nasm-b4e1ae18e2b1cf136b345f85535ddeffb9f52869.tar.bz2 nasm-b4e1ae18e2b1cf136b345f85535ddeffb9f52869.zip |
MPX: Move BND prefix indication from bytecode to iflags
As BND prefix validity check conflicts with jcc8 prefix,
IF_BND is added for the instruction templates which can have
bnd prefix for preserving the content of bound register.
Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Diffstat (limited to 'insns.pl')
-rwxr-xr-x | insns.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -765,7 +765,6 @@ sub byte_code_compile($$) { 'resb' => 0340, 'jcc8' => 0370, # Match only if Jcc possible with single byte 'jmp8' => 0371, # Match only if JMP possible with single byte - 'bnd' => 0372, # BND (0xF2) prefix available 'jlen' => 0373, # Length of jump 'hlexr' => 0271, 'hlenl' => 0272, |