[mips] Add virtualization ASE to P5600 scheduling definitions

llvm-svn: 364849
This commit is contained in:
Simon Atanasyan 2019-07-01 21:24:58 +00:00
parent 574d0a61bd
commit 29801f7851
1 changed files with 5 additions and 0 deletions

View File

@ -90,6 +90,11 @@ def : InstRW<[P5600COP2], (instrs MFC2, MTC2)> {
let Unsupported = 1; let Unsupported = 1;
} }
// MIPS Virtualization ASE
// =======================
def : InstRW<[P5600COP0], (instrs HYPCALL, MFGC0, MFHGC0, MTGC0, MTHGC0,
TLBGINV, TLBGINVF, TLBGP, TLBGR, TLBGWI, TLBGWR)>;
// LDST Pipeline // LDST Pipeline
// ------------- // -------------