Hacky state for instruction gen.

This commit is contained in:
Ben Vanik
2013-01-19 11:04:22 -08:00
parent ea5154af0f
commit 8a5dcbc1dd
2 changed files with 49 additions and 0 deletions

View File

@@ -13,6 +13,15 @@
#include <xenia/common.h>
namespace XE_PPC_SPR {
enum XE_PPC_SPR_e {
XER = 1,
LR = 8,
CTR = 9,
};
} // XE_PPC_SPR
typedef struct XECACHEALIGN64 {
uint64_t r[32]; // General purpose registers
xefloat4_t v[128]; // VMX128 vector registers