aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Decoders/OpCodeTable.cs
AgeCommit message (Expand)Author
2024-09-12Implement Arm32 VSHLL and QADD16 instructions (#7301)1.1.1386gdkchan
2024-08-08Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 ins...1.1.1373gdkchan
2024-01-30Cpu: Implement Vpadal and Vrintr instructions (#6185)1.1.1150Ac_K
2024-01-24Implement SQSHL (immediate) CPU instruction (#6155)1.1.1125gdkchan
2023-07-30CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#...1.1.971Domenico V
2023-06-28Cpu: Implement VCVT (between floating-point and fixed-point) instruction (#5343)1.1.932Ac_K
2023-06-26[ARMeilleure] Address dotnet-format issues (#5357)1.1.923TSRBerry
2023-04-27Move solution and projects to srcTSR Berry