aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstEmitSimdHelper.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-10-02ARMeilleure: Add `gfni` acceleration (#3669)1.1.286Wunk
2022-09-20Fpsr and Fpcr freed. (#3701)1.1.279LDj3SNuD
2022-09-19Implemented in IR the managed methods of the ShlReg region of the SoftFallbac...1.1.273LDj3SNuD
2022-09-09Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPAD...1.1.255gdkchan
2022-09-08Implemented in IR the managed methods of the Saturating region ... (#3665)1.1.252LDj3SNuD
2021-08-17Reduce JIT GC allocations (#2515)FICTURE7
2021-05-20Add `BIC/ORR Vd.T, #imm` fast path (#2279)FICTURE7
2021-03-25Add Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with Tests. (#2139)LDj3SNuD
2021-02-22Implement VCNT instruction (#1963)mageven
2021-01-25Add VCLZ.* fast path (#1917)FICTURE7
2021-01-20CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests...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
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi
2019-12-29Implemented fast paths for: (#846)LDj3SNuD
2019-12-07Implemented fast paths for: (#841)LDj3SNuD
2019-11-09Fix Fcmge_S/V & Fcmgt_S/V Inst.s (#815)LDj3SNuD
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan