Added initial timing model for K6 CPUs.

This commit is contained in:
SarahW 2018-12-09 22:17:11 +00:00
commit cfd4ac3a4f
11 changed files with 2467 additions and 11 deletions

View file

@ -82,6 +82,8 @@ extern uint64_t opcode_deps[256];
extern uint64_t opcode_deps_mod3[256];
extern uint64_t opcode_deps_0f[256];
extern uint64_t opcode_deps_0f_mod3[256];
extern uint64_t opcode_deps_0f0f[256];
extern uint64_t opcode_deps_0f0f_mod3[256];
extern uint64_t opcode_deps_shift[8];
extern uint64_t opcode_deps_shift_mod3[8];
extern uint64_t opcode_deps_shift_cl[8];