Number of unchecked instructions down to 1%. Unfortunately, while the
commita9dcc0beeabe2b5a9606a52dd75364c0074e09a3
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Thu, 31 Jul 2014 19:16:02 +0000 (31 21:16 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Thu, 31 Jul 2014 19:16:02 +0000 (31 21:16 +0200)
treed8da0933e73d54baa768ea2532650ee611189cea
parentece2e125c65a50bbe56359dfb83c80793bf87780
Number of unchecked instructions down to 1%. Unfortunately, while the
checks are mostly in place, the actual encoding is still failing for
several instructions.
19 files changed:
makefile
src/data/x86_insalias.ltxt
src/data/x86_inslist.ltxt
src/jitcs_int_bblock_impl.h
src/src/bblock_impl.cpp
src/src/cfg_analysis.cpp
src/x86/src/x86_xx_insinfo.lcpp
tests/test_allinstructions.cpp
tests/x86/x86_cf.ins [new file with mode: 0644]
tests/x86/x86_mov_set.ins
tests/x86/x86_other.ins
tests/x86/x86_simd_arith.ins
tests/x86/x86_simd_arith_vex.ins
tests/x86/x86_simd_cvt.ins
tests/x86/x86_simd_cvt_vex.ins
tests/x86/x86_simd_mov.ins
tests/x86/x86_simd_mov_vex.ins
tests/x86/x86_simd_shuffle_vex.ins
tools/x86_instool.lua