correct split between helper.c and op_helper.c - moved some uops to op_helper.c (Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1504 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-07-04 22:17:05 +00:00
parent 2157fa0682
commit fdabc366bd
5 changed files with 455 additions and 363 deletions

View file

@ -32,6 +32,15 @@
#define TARGET_HAS_ICE 1
/* XXX: this should be tunable: PowerPC 601 & 64 bits PowerPC
* have different cache line sizes
*/
#define ICACHE_LINE_SIZE 32
#define DCACHE_LINE_SIZE 32
/* XXX: put this in a common place */
#define likely(x) __builtin_expect(!!(x), 1)
/*****************************************************************************/
/* PVR definitions for most known PowerPC */
enum {