aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstEmitSimdArithmetic32.cs
AgeCommit message (Expand)AuthorFilesLines
2021-08-17Reduce JIT GC allocations (#2515)FICTURE71-2/+3
2021-02-22Implement VCNT instruction (#1963)mageven1-0/+28
2021-01-04CPU (A64): Add Pmull_V Inst. with Clmul fast path for the "1/2D -> 1Q" varian...LDj3SNuD1-23/+13
2020-12-17Fix Vnmls_S fast path (F64: losing input d value). Fix Vnmla_S & Vnmls_S slow...LDj3SNuD1-53/+49
2020-12-15CPU: Implement VFMA (Vector) (#1762)sharmander1-0/+17
2020-12-07CPU: Implement VFNMA.F32 | F.64 (#1783)sharmander1-0/+15
2020-12-03CPU: Implement VFNMS.F32/64 (#1758)sharmander1-0/+15
2020-10-13Add Umaal & Vabd_I, Vabdl_I, Vaddl_I, Vhadd, Vqshrn, Vshll inst.s (slow paths...LDj3SNuD1-0/+35
2020-08-13Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471)LDj3SNuD1-2/+36
2020-07-17CPU: A32: Fix Vabs_V & Vneg_V (S8, S16, S32 & F32); add Tests. (#1394)LDj3SNuD1-5/+5
2020-07-17CPU: A32: Add Vadd & Vsub Wide (S/U_8/16/32) Inst.s with Test. (#1390)LDj3SNuD1-0/+14
2020-07-13Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335)LDj3SNuD1-2/+2
2020-06-24Fix VMVN (immediate), Add VPMIN, VPMAX, VMVN (register) (#1303)riperiperi1-1/+61
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD1-27/+27
2020-03-11Implement VMULL, VMLSL, VRSHR, VQRSHRN, VQRSHRUN AArch32 instructions + other...gdkchan1-79/+124
2020-03-05Implement Fast Paths for most A32 SIMD instructions (#952)jduncanator1-115/+642
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi1-0/+634