Merge remote-tracking branch

'origin/GP-1402_ghidorahrex_ARM_thumb_AL_not_allowed' (Closes #3499)
This commit is contained in:
Ryan Kurtz 2021-10-25 13:23:35 -04:00
commit ee00c7aa50

View File

@ -331,7 +331,7 @@ it_thfcc: "gt" is fcond=12 { tmp:1 = !ZR && (NG == OV); export tmp; }
it_thfcc: "le" is fcond=13 { tmp:1 = !ZR && (NG == OV); export tmp; }
it_thfcc: "al" is fcond=14 { tmp:1 = 1; export tmp; }
@define IT_THFCC "it_thfcc & (thc0707=0 | thc0606=0 | thc0505=0)"
@define IT_THFCC "it_thfcc & (thc0707=0 | thc0606=0 | thc0505=0 | thc0404=0)"
ByteRotate: "#"^rot is throt [rot = throt << 3; ] { export *[const]:1 rot; }