vand/vnor/vor/vxor.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user