Added initial timing model for K6 CPUs.
This commit is contained in:
parent
fd10fdd372
commit
cfd4ac3a4f
11 changed files with 2467 additions and 11 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue