Added decoder length limitations to K6 timing model

This commit is contained in:
SarahW 2019-01-06 14:23:23 +00:00
commit 8ee9b07ab2
3 changed files with 75 additions and 10 deletions

View file

@ -72,6 +72,9 @@
#define FPU_FXCH (1ull << 33)
#define HAS_IMM8 (1ull << 34)
#define HAS_IMM1632 (1ull << 35)
#define REGMASK_IMPL_ESP (1 << 8)
#define REGMASK_SHIFTPACK (1 << 9)