From: anisota Date: Sun, 13 Jan 2008 19:50:31 +0000 (+0100) Subject: nagra: fill in more timing for the ST19 instructions X-Git-Tag: 0.8.7~5 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=54f8e36a3860cc10b949906b08e24031ad592028;p=sasc-ng.git nagra: fill in more timing for the ST19 instructions --- diff --git a/systems/nagra/cpu.c b/systems/nagra/cpu.c index b4b34c0..8268606 100644 --- a/systems/nagra/cpu.c +++ b/systems/nagra/cpu.c @@ -355,17 +355,17 @@ static const char opFlags[] = { static const unsigned char clock_cycles[] = { // 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f -/* 0x00 */ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, -/* 0x10 */ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, +/* 0x00 */ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, +/* 0x10 */ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, /* 0x20 */ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, /* 0x30 */ 5, 0, 0, 5, 5, 0, 5, 5, 5, 5, 5, 0, 5, 4, 5, 5, /* 0x40 */ 3, 0, 11, 3, 3, 0, 3, 3, 3, 3, 3, 0, 3, 3, 3, 3, /* 0x50 */ 3, 0, 0, 3, 3, 0, 3, 3, 3, 3, 3, 0, 3, 3, 3, 3, /* 0x60 */ 6, 0, 0, 6, 6, 0, 6, 6, 6, 6, 6, 0, 6, 5, 6, 6, -/* 0x70 */ 5, 0, 0, 5, 5, 0, 5, 5, 5, 5, 5, 0, 5, 4, 5, 5, -/* 0x80 */ 9, 6, 0, 10, 4, 4, 4, 0, 3, 3, 3, 0, 0, 0, 2, 2, +/* 0x70 */ 5, 2, 3, 5, 5, 4, 5, 5, 5, 5, 5, 2, 5, 4, 5, 5, +/* 0x80 */ 9, 6, 0, 10, 4, 4, 4, 6, 3, 3, 3, 2, 2, 7, 2, 2, /* 0x90 */ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, -/* 0xa0 */ 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 2, 2, 0, 6, 2, 0, +/* 0xa0 */ 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 2, 2, 3, 6, 2, 4, /* 0xb0 */ 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 2, 5, 3, 4, /* 0xc0 */ 4, 4, 4, 4, 4, 4, 4, 5, 4, 4, 4, 4, 3, 6, 4, 5, /* 0xd0 */ 5, 5, 5, 5, 5, 5, 5, 6, 5, 5, 5, 5, 4, 7, 5, 6,