thumb32: Implement PLI variants

This commit is contained in:
Lioncash 2021-03-06 09:55:29 -05:00
parent b2802aaf17
commit c66afadbc1
4 changed files with 43 additions and 4 deletions

View file

@ -48,6 +48,8 @@ enum class Exception {
PreloadData,
/// A PLDW instruction was executed. (Hint instruction.)
PreloadDataWithIntentToWrite,
/// A PLI instruction was executed. (Hint instruction.)
PreloadInstruction,
};
/// These function pointers may be inserted into compiled code.