Searched +full:100 +full:base +full:- +full:fx (Results 1 – 2 of 2) sorted by relevance
... xx PowerPC,G4 PowerPC,970 PowerPC,970FX PowerPC,POWER4 PREP MAC99 HEATHROW MAC99_U3 update-chosen ...
4 * Copyright (c) 2003-2007 Jocelyn Mayer24 #include "qemu/cpu-float.h"25 #include "exec/cpu-common.h"26 #include "exec/cpu-defs.h"27 #include "exec/cpu-interrupt.h"28 #include "cpu-qom.h"43 #define PPC_BIT_NR(bit) (63 - (bit))45 #define PPC_BIT32_NR(bit) (31 - (bit))48 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs))49 #define PPC_BITMASK32(bs, be) ((PPC_BIT32(bs) - PPC_BIT32(be)) | \[all …]