vand/vnor/vor/vxor.

This commit is contained in:
Ben Vanik
2013-09-28 23:45:16 -07:00
parent 526b1a85b7
commit 5652a150e1
3 changed files with 789 additions and 696 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -241,6 +241,11 @@ typedef struct {
} VXA;
// kXEPPCInstrFormatVX
struct {
uint32_t : 11;
uint32_t VB : 5;
uint32_t VA : 5;
uint32_t VD : 5;
uint32_t : 6;
} VX;
// kXEPPCInstrFormatVXR
struct {