aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstEmitSimdArithmetic.cs
AgeCommit message (Expand)Author
2022-10-19A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V in… (#3712)1.1.314LDj3SNuD
2022-09-20Fpsr and Fpcr freed. (#3701)1.1.279LDj3SNuD
2022-01-29Fix small precision error on CPU reciprocal estimate instructions (#3061)1.1.13gdkchan
2021-08-17Reduce JIT GC allocations (#2515)FICTURE7
2021-05-24Improve accuracy of reciprocal step instructions (#2305)gdkchan
2021-03-25Add Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with Tests. (#2139)LDj3SNuD
2021-02-22Implement VCNT instruction (#1963)mageven
2021-01-28Lower precision of estimate instruction results to match Arm behavior (#1943)gdkchan
2021-01-25Add VCLZ.* fast path (#1917)FICTURE7
2021-01-20CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests...LDj3SNuD
2021-01-04CPU (A64): Add Pmull_V Inst. with Clmul fast path for the "1/2D -> 1Q" varian...LDj3SNuD
2020-12-07Add support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr) modes (...LDj3SNuD
2020-07-13Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335)LDj3SNuD
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-27Add FMaxNmV & FMinNmV Inst.s with Test. (#1279)LDj3SNuD
2020-03-05Implement Fast Paths for most A32 SIMD instructions (#952)jduncanator
2019-12-29Implemented fast paths for: (#846)LDj3SNuD
2019-12-07Implemented fast paths for: (#841)LDj3SNuD
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan