A lot of progress on altivec instructions.

Some bad results, still, and some instructions are not decoding right.
This commit is contained in:
Ben Vanik
2013-09-29 21:05:48 -07:00
parent 3662118246
commit 26ec76ef35
8 changed files with 655 additions and 331 deletions

View File

@@ -41,6 +41,7 @@ public:
protected:
int CheckProcessor();
void DumpCPUInfo();
X64Emitter* emitter_;
};