cycle.h

00001 #ifndef __OE_CYCLE_H__
00002 #define __OE_CYCLE_H__
00003 
00004 struct CPU_CYCLE_COUNT {
00005     uint32 left;        // Cycles left to be emulated
00006     uint32 total;       // Total number of cycles emulated by a processor
00007     uint32 curins;      // Current instructions' cycle #
00008     uint32 since_call;  // Total cycles since cycle() was called.
00009     uint32 overage;     // How many cycles are left in the current instruction between cycle() calls.
00010 };
00011 
00012 
00013 #endif

Generated on Sat Sep 9 03:50:42 2006 for Openem APIs by  doxygen 1.4.7