[hatari-devel] 68030 cycle timings for 64bit div/mul |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] 68030 cycle timings for 64bit div/mul
- From: Douglas Little <doug694@xxxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2013 15:49:23 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=K/OyQQ/aoaxg+jnkiJYxxB+eD5ayZEUC0FTHJ3unlXE=; b=EUZU7M7v47/UW2T6eAaZ9MjnOPl2RKAcdLAR2hA3S4/Gh0Q5UmgMiuUozKfs50A94S Z2QLYAKjTmVDgF42m5yjKN+opYfpGK942pfeYdBNRCihXXIIPMrSB692vPD6Whge4Pbp 4D/rB9nYoCDm5mPfT/PUdo3WzWoFXzu2KrXMzc1qRdU8es7P3jTeO67dt/5esvO66QN5 pXbfbx57DIJhrVcZOIb8/EzHN/agA8Aq2Ah+7H7PulfyK5saPpOM0BKlJDTqBVwJdd2g p1o5TSkWUrqdOrsfGSsqWV9tDQUB7CxMGl94LtT1It8vlnm5e3VytRx58HfslRHu5euj eifA==
This is a question for Laurent I think...
Where can I find the instruction times for the 'div' and 'mul' 64bit (long form) instructions in the Hatari timing table "falcon_cycle030.h"? e.g.
"divs.l <ea>,Dr:Dq"
"mulu.l" <ea>,Dr:Dq"
I see indirection to certain tables "table_falcon_cycles_DIVS_L" but the addressing mode for Dr:Dq does not seem to be present in the comments. Is it handled specially somewhere else?
Thanks,
Doug.