..
CryptoHelper.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
DelegateTypes.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitAlu.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitAlu32.cs
Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions ( #954 )
2020-03-01 07:51:55 +11:00
InstEmitAluHelper.cs
Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions ( #954 )
2020-03-01 07:51:55 +11:00
InstEmitBfm.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitCcmp.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitCsel.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitDiv.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitException.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitException32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitFlow.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitFlow32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitFlowHelper.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitHash.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitHelper.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitMemory.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitMemory32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitMemoryEx.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitMemoryEx32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitMemoryExHelper.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitMemoryHelper.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitMove.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitMul.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitMul32.cs
Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions ( #954 )
2020-03-01 07:51:55 +11:00
InstEmitSimdArithmetic.cs
Implemented fast paths for: ( #846 )
2019-12-29 22:22:47 -03:00
InstEmitSimdArithmetic32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdCmp.cs
Implement FACGE and FACGT (Scalar and Vector) AArch64 SIMD instructions ( #956 )
2020-03-01 07:51:17 +11:00
InstEmitSimdCmp32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdCrypto.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitSimdCvt.cs
Implemented fast paths for: ( #846 )
2019-12-29 22:22:47 -03:00
InstEmitSimdCvt32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdHash.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitSimdHelper.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdHelper32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdLogical.cs
Implemented fast paths for: ( #846 )
2019-12-29 22:22:47 -03:00
InstEmitSimdLogical32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdMemory.cs
Add a new JIT compiler for CPU code ( #693 )
2019-08-08 21:56:22 +03:00
InstEmitSimdMemory32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdMove.cs
Implemented fast paths for: ( #846 )
2019-12-29 22:22:47 -03:00
InstEmitSimdMove32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSimdShift.cs
Implemented fast paths for: ( #846 )
2019-12-29 22:22:47 -03:00
InstEmitSimdShift32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstEmitSystem.cs
Add Mrs & Msr (Nzcv) Inst., with Tests. ( #819 )
2019-11-14 13:08:07 +11:00
InstEmitSystem32.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
InstName.cs
Add SSAT, SSAT16, USAT and USAT16 ARM32 instructions ( #954 )
2020-03-01 07:51:55 +11:00
NativeInterface.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
SoftFallback.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00
SoftFloat.cs
Add most of the A32 instruction set to ARMeilleure ( #897 )
2020-02-24 08:20:40 +11:00