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

@ -296,7 +296,7 @@ void codegen_timing_486_prefix(uint8_t prefix, uint32_t fetchdat)
last_prefix = prefix;
}
void codegen_timing_486_opcode(uint8_t opcode, uint32_t fetchdat, int op_32)
void codegen_timing_486_opcode(uint8_t opcode, uint32_t fetchdat, int op_32, uint32_t op_pc)
{
int **timings;
uint64_t *deps;