aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstEmitSimdHelper.cs
AgeCommit message (Expand)AuthorFilesLines
2021-08-17Reduce JIT GC allocations (#2515)FICTURE71-5/+7
2021-05-20Add `BIC/ORR Vd.T, #imm` fast path (#2279)FICTURE71-0/+9
2021-03-25Add Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with Tests. (#2139)LDj3SNuD1-26/+38
2021-02-22Implement VCNT instruction (#1963)mageven1-0/+12
2021-01-25Add VCLZ.* fast path (#1917)FICTURE71-0/+5
2021-01-20CPU (A64): Add Fmaxnmp & Fminnmp Scalar Inst.s, Fast & Slow Paths; with Tests...LDj3SNuD1-0/+43
2020-12-07Add support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr) modes (...LDj3SNuD1-0/+33
2020-07-13Add Fmax/minv_V & S/Ushl_S Inst.s with Tests. Fix Maxps/d & Minps/d d… (#1335)LDj3SNuD1-11/+34
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD1-67/+39
2020-05-27Add FMaxNmV & FMinNmV Inst.s with Test. (#1279)LDj3SNuD1-0/+20
2020-03-05Implement Fast Paths for most A32 SIMD instructions (#952)jduncanator1-3/+18
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi1-2/+2
2019-12-29Implemented fast paths for: (#846)LDj3SNuD1-6/+73
2019-12-07Implemented fast paths for: (#841)LDj3SNuD1-2/+3
2019-11-09Fix Fcmge_S/V & Fcmgt_S/V Inst.s (#815)LDj3SNuD1-0/+15
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan1-0/+1477