[PPC] Support basic form of sc.

This commit is contained in:
gibbed
2020-02-11 05:56:36 -06:00
committed by Rick Gibbed
parent ce1d632f4e
commit e2346ee539
6 changed files with 27 additions and 4 deletions

View File

@@ -49,6 +49,11 @@ struct InstrData {
} B;
// kXEPPCInstrFormatSC
struct {
uint32_t : 5;
uint32_t LEV : 7;
uint32_t : 20;
} SC;
// kXEPPCInstrFormatD
struct {
uint32_t DS : 16;