mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Generate CIL for SCVTF (vector), add undefined encodings for some instructions
This commit is contained in:
parent
220e3f4161
commit
cf8cc418c3
7 changed files with 340 additions and 285 deletions
|
@ -15,8 +15,6 @@ namespace ChocolArm64.Decoder
|
|||
|
||||
int Shift = (OpCode >> 22) & 3;
|
||||
|
||||
//Assert Shift < 2
|
||||
|
||||
Imm <<= Shift * 12;
|
||||
}
|
||||
else if (DataOp == ADataOp.Logical)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue