thumb32: Implement exclusive loads

Implements the remaining loads for ARMv7
This commit is contained in:
Lioncash
2021-04-19 09:26:51 -04:00
committed by merry
parent 9c6332fcbd
commit f5263cc196
4 changed files with 62 additions and 4 deletions

View File

@@ -168,6 +168,10 @@ std::vector<u16> GenRandomThumbInst(u32 pc, bool is_last_inst, A32::ITState it_s
"thumb16_SETEND",
// Exclusive load/stores
"thumb32_LDREX",
"thumb32_LDREXB",
"thumb32_LDREXD",
"thumb32_LDREXH",
"thumb32_STREX",
"thumb32_STREXB",
"thumb32_STREXD",