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

@ -823,7 +823,7 @@ static int check_agi(uint64_t *deps, uint8_t opcode, uint32_t fetchdat, int op_3
return 0;
}
void codegen_timing_686_opcode(uint8_t opcode, uint32_t fetchdat, int op_32)
void codegen_timing_686_opcode(uint8_t opcode, uint32_t fetchdat, int op_32, uint32_t op_pc)
{
uint32_t *timings;
uint64_t *deps;